@@ -18,7 +18,8 @@ export default defineConfig({
1818 nav : [
1919 { text : '主页' , link : '/' } ,
2020 { text : '文档' , link : '/quick-start/description' } ,
21- { text : '下载' , link : '/download' }
21+ { text : '下载' , link : '/download' } ,
22+ { text : '讨论群' , link : 'https://t.me/+s38gO1NIdw0zNTI1' }
2223 ] ,
2324 logo : 'favicon.ico' ,
2425 sidebar : [
@@ -34,6 +35,9 @@ export default defineConfig({
3435 items : [
3536 { text : '修改游戏信息' , link :'/feature/game-edit' } ,
3637 { text : '图标搜刮' , link :'/feature/icon' } ,
38+ { text : '游戏管理' , link :'/feature/game-store' } ,
39+ { text : '隐藏游戏' , link :'/feature/game-hide' } ,
40+ { text : '调试' , link :'/feature/debug' } ,
3741 ]
3842 } ,
3943 {
@@ -46,7 +50,7 @@ export default defineConfig({
4650 ] ,
4751 socialLinks : [
4852 { icon : 'github' , link : 'https://github.com/SamHou0/VNGod' } ,
49- { icon : 'bilibili ' , link : 'https://space.bilibili.com/456964528 ' } ,
53+ { icon : 'telegram ' , link : 'https://t.me/PatriciaBySamHou ' } ,
5054 { icon : 'rss' , link : 'https://blog.samhou.top' }
5155 ]
5256 }
0 commit comments