Files
qctool/statics/settings.json
hbk01 47c81f9efb + 常用操作规程更名为操作规程
+ 首页功能列表增加高度以防止误触
+ 添加设置页面
+ 删除 L014-1 与 L414-5KR 相关物质计算页面
2023-04-19 03:59:52 +08:00

37 lines
989 B
JSON

[
{
"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"
]
}
]