diff --git a/README.md b/README.md index a64120b..63cef08 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ English

Console Media Manager

-

Help Center | Latest Updates

+

Help Center | Latest Updates | Community

Switshot is a game media manager helps you transfer your game media from Nintendo Switch to your phone, and manage your media just few taps. @@ -41,7 +41,7 @@ Purchase from [App Store](https://apps.apple.com/cn/app/switshot/id1585470023) f

主机游戏媒体管理员

-

帮助中心 | 最新资讯

+

帮助中心 | 最新资讯 | 社群

Switshot 是一个能够帮助你快速管理 Nintendo Switch 中的截屏与录制等媒体的工具。 diff --git a/docs/docs/.vuepress/config.js b/docs/docs/.vuepress/config.js index be97648..a3f5ccb 100644 --- a/docs/docs/.vuepress/config.js +++ b/docs/docs/.vuepress/config.js @@ -89,7 +89,8 @@ function getNavbar(lang) { links: '常用链接', links_github: 'GitHub', links_appstore: 'App Store', - links_updates: '更新与资讯' + links_updates: '更新与资讯', + links_community: '社群', }, 'en-us': { basic: 'Must-knows', @@ -98,7 +99,8 @@ function getNavbar(lang) { links: 'Links', links_github: 'GitHub', links_appstore: 'App Store', - links_updates: 'Updates & News' + links_updates: 'Updates & News', + links_community: 'Community', } } @@ -112,7 +114,8 @@ function getNavbar(lang) { { text: navBarLanguage[lang].links, children: [ { text: navBarLanguage[lang].links_github, link: 'https://github.com/Astrian/switshot'}, { text: navBarLanguage[lang].links_appstore, link: 'https://apps.apple.com/us/app/switshot-console-media-manage/id1585470023'}, - { text: navBarLanguage[lang].links_updates, link: 'https://updates.switshot.app'} + { text: navBarLanguage[lang].links_updates, link: 'https://updates.switshot.app'}, + { text: navBarLanguage[lang].links_community, link: 'https://discord.gg/zeT2nnGvAA'} ] } ] return res diff --git a/docs/docs/README.md b/docs/docs/README.md index af9cff9..5e7ff21 100644 --- a/docs/docs/README.md +++ b/docs/docs/README.md @@ -16,4 +16,7 @@ Get into troubles? Try those solutions first. ## Frequently Asked Questions Something you care is here. -[Start →](/qna/) \ No newline at end of file +[Start →](/qna/) + +## Want more? +Join [Switshot Discord Community!](https://discord.gg/zeT2nnGvAA) \ No newline at end of file diff --git a/docs/docs/zh-cn/README.md b/docs/docs/zh-cn/README.md index 218c19e..0be5710 100644 --- a/docs/docs/zh-cn/README.md +++ b/docs/docs/zh-cn/README.md @@ -16,4 +16,7 @@ Switshot 的基本使用说明与提示。 ## 常见问题 解答一些你关心的问题。 -[走你 →](/zh-cn/qna/) \ No newline at end of file +[走你 →](/zh-cn/qna/) + +## 还不尽兴? +加入 [Switshot 官方 Discord 社群](https://discord.gg/zeT2nnGvAA)。 \ No newline at end of file diff --git a/star.xcodeproj/project.xcworkspace/xcuserdata/astrian.xcuserdatad/UserInterfaceState.xcuserstate b/star.xcodeproj/project.xcworkspace/xcuserdata/astrian.xcuserdatad/UserInterfaceState.xcuserstate index 7fd1f04..f2cf97f 100644 Binary files a/star.xcodeproj/project.xcworkspace/xcuserdata/astrian.xcuserdatad/UserInterfaceState.xcuserstate and b/star.xcodeproj/project.xcworkspace/xcuserdata/astrian.xcuserdatad/UserInterfaceState.xcuserstate differ