diff --git a/.vitepress/config.mts b/.vitepress/config.mts index ea42e61..7be52cb 100644 --- a/.vitepress/config.mts +++ b/.vitepress/config.mts @@ -47,13 +47,21 @@ export default defineConfig({ nav: [ { text: '首页', link: '/zh-cn/' }, { text: '简介', link: '/zh-cn/intro' }, + { text: '贡献', link: '/zh-cn/contributing/' }, { text: '下载', link: '/zh-cn/downloads' }, { text: '关于', link: '/zh-cn/about' }, ], sidebar: [ { text: '什么是 Epherome?', link: '/zh-cn/intro' }, { text: '下载', link: '/zh-cn/downloads' }, - { text: '关于', link: '/zh-cn/about' } + { text: '关于', link: '/zh-cn/about' }, + { + text: '开发者文档', + items: [ + { text: '代码贡献', link: '/zh-cn/contributing/' }, + { text: '国际化', link: '/zh-cn/contributing/translations' } + ] + } ], socialLinks: [ { icon: 'github', link: 'https://github.com/ResetPower/Epherome' } diff --git a/contributing/index.md b/contributing/index.md index 12b2f3a..9a8edb6 100644 --- a/contributing/index.md +++ b/contributing/index.md @@ -22,7 +22,7 @@ You can use command line `git clone https://github.com/{username}/Epherome` or ` - Use `npm install` to install required packages. - Use `npm run tauri dev` to run Epherome in development mode. -Epherome uses Tauri as its backend. For more specific actions, you can refer to the Tauri documents. +Epherome uses Tauri as its backend. For more specific actions, you can refer to the [Tauri documents](https://tauri.app/). After the steps above, you can start editing code. @@ -34,7 +34,9 @@ After the steps above, you can start editing code. > You can try your best to follow the commit message guidelines. You can start by imitating Epherome commit messages. > > Specifically, a commit message should be written in the format `type(scope): `. +> > The short summary can be a noun, a symbol or a verb phrase. Note that any verbs should be in present tense. +> > The scope can be omitted, just like Epherome does. > > But that **doesn't matter**, because the author can rewrite commit message when using *Squash and Merge*. diff --git a/downloads.md b/downloads.md index 7c95f68..7ca5bbb 100644 --- a/downloads.md +++ b/downloads.md @@ -4,7 +4,13 @@

-You can go to [GitHub Releases](https://github.com/ResetPower/Epherome/releases) to find all versions. +You can go to [GitHub Releases](https://github.com/ResetPower/Epherome/releases) or [Phasmaruo Mirror](https://mirror.phasmaruo.com/epherome) to find all versions. + +::: tip Important +>[Phasmaruo Mirror](https://mirror.phasmaruo.com) is a Release Mirror for SpiderKingWynn and his friends. This mirror effectively solves the problem that GitHub cannot be accessed in Mainland China. +> +>For Epherome, Phasmaruo Mirror is updated hourly, so head over to [GitHub Releases](https://github.com/ResetPower/Epherome/releases) for the fastest and most up-to-date version. +::: ## System Requirements @@ -27,7 +33,7 @@ You can go to [GitHub Releases](https://github.com/ResetPower/Epherome/releases)