d56bd957
“wangming”
修复问题,组建AI
|
1
2
3
4
5
6
7
8
9
10
11
|
{
"navigationBarTitleText": "知识库详情",
"navigationBarBackgroundColor": "#fff",
"navigationStyle": "custom",
"usingComponents": {
"u-icon": "/node-modules/uview-ui/components/u-icon/u-icon",
"u-subsection": "/node-modules/uview-ui/components/u-subsection/u-subsection",
"u-parse": "/node-modules/uview-ui/components/u-parse/u-parse",
"u-button": "/node-modules/uview-ui/components/u-button/u-button"
}
}
|