Skip to content
切换导航条
切换导航条
当前项目
正在载入...
登录
董杰
/
induction_shelf
转到一个项目
切换导航栏
切换导航栏固定状态
项目
群组
代码片段
帮助
项目
活动
版本库
流水线
图表
问题
0
合并请求
0
维基
网络
创建新的问题
作业
提交
问题看板
文件
提交
网络
比较
分支
标签
Commit 93f18cb4
由
刘韬
编写于
2025-10-21 10:46:04 +0800
浏览文件
选项
浏览文件
标签
下载
差异文件
Merge branch 'master' of
http://106.15.194.121:8083/dongjie/induction_shelf
2 个父辈
3c24567b
e14138f8
全部展开
隐藏空白字符变更
内嵌
并排
正在显示
4 个修改的文件
包含
13 行增加
和
7 行删除
smartshelf/app/templates/head.html
smartshelf/app/templates/induction_admin.html
smartshelf/app/templates/induction_test.html
smartshelf/app/translations/ja/LC_MESSAGES/messages.po
smartshelf/app/templates/head.html
查看文件 @
93f18cb
...
...
@@ -31,12 +31,10 @@
<div
id=
"navbar"
class=
"navbar-collapse collapse"
>
<ul
class=
"nav navbar-nav"
>
<li
{{
"
class=
active"
if
index=
=1
}}
><a
href=
"{{ url_for('induction_control') }}"
>
{{ _('通用') }}
</a></li>
<li
{{
"
class=
active"
if
index=
=2
}}
><a
href=
"{{ url_for('induction_test') }}"
>
{{ _('测试') }}
</a>
</li>
<li
{{
"
class=
active"
if
index=
=3
}}
><a
href=
"{{ url_for('induction_config') }}"
>
{{ _('配置') }}
</a>
</li>
<li
{{
"
class=
active"
if
index=
=1
}}
><a
href=
"{{ url_for('induction_control') }}"
>
{{ _('通用') }}
</a></li>
<li
{{
"
class=
active"
if
index=
=2
}}
><a
href=
"{{ url_for('induction_test') }}"
>
{{ _('测试') }}
</a>
</li>
<li
{{
"
class=
active"
if
index=
=3
}}
><a
href=
"{{ url_for('induction_config') }}"
>
{{ _('配置') }}
</a>
</li>
<!-- <li {{ " class=active" if index==3 }}><a href="{{ url_for('induction_admin') }}">{{ _('admin') }}</a> </li>-->
</ul>
<ul
class=
"nav navbar-nav navbar-right"
style=
"font-size: 14px;"
"
>
...
...
smartshelf/app/templates/induction_admin.html
查看文件 @
93f18cb
...
...
@@ -36,7 +36,7 @@
onclick=
"hancalibrate()"
/>
<input
type=
"button"
value=
"{{ _('获取阈值') }}"
class=
"btn btn-warning"
onclick=
"getcalibrate()"
/>
</div>
<!-- /.col-sm-4 -->
</div>
</div>
</div>
...
...
smartshelf/app/templates/induction_test.html
查看文件 @
93f18cb
此文件的差异被折叠,
点击展开。
smartshelf/app/translations/ja/LC_MESSAGES/messages.po
查看文件 @
93f18cb
...
...
@@ -431,3 +431,11 @@ msgstr "テストメッセージ"
#: templates/induction_test.html:355
msgid "操作前请确保该库位中没有物料"
msgstr "操作前に当該庫位に物料がないことを確認してください"
#: utils/serial_collection.py:64
msgid "串口连接正常"
msgstr "シリアルポート接続正常"
#: utils/serial_collection.py:66 utils/serial_communication.py:121
msgid "串口连接失败"
msgstr "シリアルポート接続失敗"
编写
预览
支持
Markdown
格式
附加文件
你添加了
0
人
到此讨论。请谨慎行事。
Finish editing this message first!
Cancel
请
注册
或
登录
后发表评论