feat: 知识库数据添加显示开关功能
- knowledge API添加visible字段支持 - 前台过滤隐藏的知识条目(默认) - 后台显示全部知识条目(all=1) - 新增toggle knowledge visible API - 知识库表格增加显示开关列
This commit is contained in:
10
data/config.json
Normal file
10
data/config.json
Normal 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"
|
||||
}
|
||||
Reference in New Issue
Block a user