@@ -66,7 +66,7 @@ export const zhSidebar = {
6666 text : '数据库部署' ,
6767 collapsible : true ,
6868 children : [
69- { text : '单机版部署' , link : 'Stand-Alone-Deployment_timecho' , badge : " hot" } ,
69+ { text : '单机版部署' , link : 'Stand-Alone-Deployment_timecho' , badge : [ ' hot' ] } ,
7070 { text : '集群版部署' , link : 'Cluster-Deployment_timecho' } ,
7171 { text : '双活版部署' , link : 'Dual-Active-Deployment_timecho' } ,
7272 { text : 'Docker 部署' , link : 'Docker-Deployment_timecho' } ,
@@ -96,7 +96,7 @@ export const zhSidebar = {
9696 collapsible : true ,
9797 prefix : 'Basic-Concept/' ,
9898 children : [
99- { text : '测点管理' , link : 'Operate-Metadata_timecho' , badge : " new" } ,
99+ { text : '测点管理' , link : 'Operate-Metadata_timecho' , badge : [ ' new' ] } ,
100100 { text : '数据写入' , link : 'Write-Data_timecho' } ,
101101 { text : '数据查询' , link : 'Query-Data_timecho' } ,
102102 {
@@ -155,7 +155,7 @@ export const zhSidebar = {
155155 prefix : 'AI-capability/' ,
156156 children : [
157157 { text : 'AINode(V2.0.5/6)' , link : 'AINode_timecho' } ,
158- { text : 'AINode(V2.0.8)' , link : 'AINode_Upgrade_timecho' , badge : " hot" } ,
158+ { text : 'AINode(V2.0.8)' , link : 'AINode_Upgrade_timecho' , badge : [ ' hot' ] } ,
159159 { text : '时序大模型(V2.0.5/6)' , link : 'TimeSeries-Large-Model' } ,
160160 { text : '时序大模型(V2.0.8)' , link : 'TimeSeries-Large-Model_Upgrade_timecho' } ,
161161 ] ,
@@ -204,7 +204,7 @@ export const zhSidebar = {
204204 { text : 'Node.js原生接口' , link : 'Programming-NodeJS-Native-API' } ,
205205 { text : 'Rust' , link : 'Programming-Rust-Native-API' } ,
206206 { text : 'JDBC' , link : 'Programming-JDBC_timecho' } ,
207- { text : 'ODBC' , link : 'Programming-ODBC_timecho' , badge : " new" } ,
207+ { text : 'ODBC' , link : 'Programming-ODBC_timecho' , badge : [ ' new' ] } ,
208208 { text : 'MQTT协议' , link : 'Programming-MQTT_timecho' } ,
209209 { text : 'OPC UA协议' , link : 'Programming-OPC-UA_timecho' } ,
210210 { text : 'OPC DA协议' , link : 'Programming-OPC-DA_timecho' } ,
@@ -283,7 +283,7 @@ export const zhSidebar = {
283283 { text : '快速 SQL 体验' , link : 'QuickStart-Only-Sql_timecho' } ,
284284 { text : '标识符' , link : 'Syntax-Rule' } ,
285285 { text : '关键字' , link : 'Keywords' } ,
286- { text : 'SQL手册' , link : 'SQL-Manual_timecho' , badge : " hot" } ,
286+ { text : 'SQL手册' , link : 'SQL-Manual_timecho' , badge : [ ' hot' ] } ,
287287 {
288288 text : '函数与运算符' ,
289289 collapsible : true ,
0 commit comments