+ 常用操作规程更名为操作规程
+ 首页功能列表增加高度以防止误触 + 添加设置页面 + 删除 L014-1 与 L414-5KR 相关物质计算页面
This commit is contained in:
36
statics/settings.json
Normal file
36
statics/settings.json
Normal file
@@ -0,0 +1,36 @@
|
||||
[
|
||||
{
|
||||
"id": "settings.initialized",
|
||||
"group": "settings",
|
||||
"title": "是否已经初始化",
|
||||
"description": "指示初始化状态,请勿更改此项",
|
||||
"type": "boolean",
|
||||
"default": true
|
||||
},
|
||||
{
|
||||
"id": "index.history.enable",
|
||||
"group": "index.html",
|
||||
"title": "显示变更日志",
|
||||
"description": "若设置为 false ,则不显示变更日志",
|
||||
"type": "boolean",
|
||||
"default": true
|
||||
},
|
||||
{
|
||||
"id": "index.history.num",
|
||||
"group": "index.html",
|
||||
"title": "日志显示数量",
|
||||
"description": "要显示多少条变更日志",
|
||||
"type": "number",
|
||||
"default": 10
|
||||
},
|
||||
{
|
||||
"id": "index.functions.hidden",
|
||||
"group": "index.html",
|
||||
"title": "隐藏入口",
|
||||
"description": "在功能列表中隐藏匹配到文件名的条目",
|
||||
"type": "array",
|
||||
"default": [
|
||||
"titer.html"
|
||||
]
|
||||
}
|
||||
]
|
||||
@@ -16,9 +16,9 @@ a {
|
||||
}
|
||||
|
||||
.item {
|
||||
height: 32px;
|
||||
height: 38px;
|
||||
text-align: left;
|
||||
line-height: 32px;
|
||||
line-height: 38px;
|
||||
margin-top: 5px;
|
||||
padding-left: 10px;
|
||||
background-color: #f5f5f5;
|
||||
@@ -27,9 +27,9 @@ a {
|
||||
}
|
||||
|
||||
.item:active {
|
||||
height: 32px;
|
||||
height: 38px;
|
||||
text-align: left;
|
||||
line-height: 32px;
|
||||
line-height: 38px;
|
||||
margin-top: 5px;
|
||||
padding-left: 10px;
|
||||
background-color: #ffffff;
|
||||
|
||||
Reference in New Issue
Block a user