feat: 知识库数据添加显示开关功能

- knowledge API添加visible字段支持
- 前台过滤隐藏的知识条目(默认)
- 后台显示全部知识条目(all=1)
- 新增toggle knowledge visible API
- 知识库表格增加显示开关列
This commit is contained in:
2026-04-11 02:32:10 +08:00
parent 74be7688c9
commit 627148a87f
3 changed files with 42 additions and 6 deletions

10
data/config.json Normal file
View File

@@ -0,0 +1,10 @@
{
"site_name": "ParamHub",
"site_subtitle": "参数百科",
"footer_text": "ParamHub - 模型与硬件参数速查平台",
"icp_number": "",
"copyright_year": "2026",
"contact_email": "wlq@tphai.com",
"github_url": "",
"updated_at": "2026-04-11 02:28:39"
}