@@ -46,15 +46,16 @@ const tech: DefaultTheme.SidebarItem[] = [
4646 text : '其他技术' ,
4747 base : '/tech/other' ,
4848 items : [
49- { text : 'Markdown 入门手册' , link : '/markdown.md' } ,
50- { text : 'Markdown 进阶技巧' , link : '/markdown-advanced.md' } ,
51- { text : 'VS Code 环境配置' , link : '/vscode-config.md' } ,
52- { text : 'VS Code 扩展收集' , link : '/vscode-extensions.md' } ,
53- { text : 'VS Code 图床扩展 PicGo 配置' , link : '/vscode-picgo.md' } ,
54- { text : 'macOS 常用浏览器使用说明' , link : '/browser-instructions.md' } ,
55- { text : 'ClashX 局域网连接 Allow LAN' , link : '/clashx-allow-lan.md' } ,
56- { text : 'Clash for windows Mixin 配置' , link : '/cfw-mixin.md' } ,
57- { text : '配置 Clash 终端代理' , link : '/clash-terminal-proxy.md' } ,
49+ { text : 'Markdown 入门手册' , link : '/markdown' } ,
50+ { text : 'Markdown 进阶技巧' , link : '/markdown-advanced' } ,
51+ { text : 'VS Code 环境配置' , link : '/vscode-config' } ,
52+ { text : 'VS Code 扩展收集' , link : '/vscode-extensions' } ,
53+ { text : 'VS Code 图床扩展 PicGo 配置' , link : '/vscode-picgo' } ,
54+ { text : 'macOS 常用浏览器使用说明' , link : '/browser-instructions' } ,
55+ { text : 'ClashX 局域网连接 Allow LAN' , link : '/clashx-allow-lan' } ,
56+ { text : 'Clash for windows Mixin 配置' , link : '/cfw-mixin' } ,
57+ { text : '配置 Clash 终端代理' , link : '/clash-terminal-proxy' } ,
58+ { text : 'Clash Verge 全局扩展脚本' , link : '/clash-verge-rule-extension-script' } ,
5859 ] ,
5960 } ,
6061]
0 commit comments