File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ export default defineConfig({
4646 {
4747 text : "部署 AstrBot" ,
4848 base : "/deploy/astrbot" ,
49- collapsed : true ,
49+ collapsed : false ,
5050 items : [
5151 { text : "🦈 Docker 部署" , link : "/docker" } ,
5252 { text : "☸️ Kubernetes 部署" , link : "/kubernetes" } ,
@@ -122,7 +122,7 @@ export default defineConfig({
122122 {
123123 text : "配置模型服务商" ,
124124 base : "/config/providers" ,
125- collapsed : false ,
125+ collapsed : true ,
126126 items : [
127127 { text : "NewAPI" , link : "/newapi" } ,
128128 { text : "PPIO 派欧云" , link : "/ppio" } ,
@@ -339,7 +339,7 @@ export default defineConfig({
339339 {
340340 text : "Integrating LLM Services" ,
341341 base : "/en/config/providers" ,
342- collapsed : false ,
342+ collapsed : true ,
343343 items : [
344344 { text : "NewAPI" , link : "/newapi" } ,
345345 { text : "PPIO Cloud" , link : "/ppio" } ,
You can’t perform that action at this time.
0 commit comments