diff --git a/docs/.vuepress/navbar/en.ts b/docs/.vuepress/navbar/en.ts
index 4dabe4856..41a3de196 100644
--- a/docs/.vuepress/navbar/en.ts
+++ b/docs/.vuepress/navbar/en.ts
@@ -6,7 +6,7 @@ export const enNavbar = navbar([
{
text: "Download",
icon: "iconfont icon-install",
- link: "https://apps.microsoft.com/store/detail/snap-hutao/9PH4NXJ2JN52",
+ link: "/en/quick-start.html",
},
{
text: "Community",
@@ -14,18 +14,44 @@ export const enNavbar = navbar([
link: "/en/community",
},
{
- text: "Service Availability",
+ text: "Help & Support",
icon: "iconfont icon-define",
children: [
{
- text: "UptimeRobot",
- icon: "/images/202312/uptimerobot-logo.svg",
- link: "https://status.hut.ao/",
+ text: "Update Log",
+ icon: "iconfont icon-update",
+ link: "/en/statements/update-log.html"
},
{
- text: "Uptime Kuma",
- icon: "/images/202312/uptime-kuma.svg",
- link: "https://status.snapgenshin.cn/status",
+ text: "Service Availability",
+ children: [
+ {
+ text: "UptimeRobot",
+ icon: "/images/202312/uptimerobot-logo.svg",
+ link: "https://status.hut.ao/",
+ },
+ {
+ text: "Uptime Kuma",
+ icon: "/images/202312/uptime-kuma.svg",
+ link: "https://status.snapgenshin.cn/status",
+ }
+ ]
+ },
+ {
+ text: "Question & Feedback",
+ children:[
+ {
+ text: "FAQ",
+ icon: "iconfont icon-ask",
+ link: "/en/advanced/FAQ.html"
+ },
+ {
+ text: "Report Bug",
+ icon: "iconfont icon-debug",
+ link: "/en/statements/bug-report.html"
+ },
+
+ ]
}
]
},
diff --git a/docs/.vuepress/navbar/ru.ts b/docs/.vuepress/navbar/ru.ts
index d1092fa5f..44019da65 100644
--- a/docs/.vuepress/navbar/ru.ts
+++ b/docs/.vuepress/navbar/ru.ts
@@ -6,7 +6,7 @@ export const ruNavbar = navbar([
{
text: "Скачать",
icon: "iconfont icon-install",
- link: "https://apps.microsoft.com/store/detail/snap-hutao/9PH4NXJ2JN52",
+ link: "https://api.snapgenshin.com/patch/hutao/download",
},
{
text: "Сообщество",
diff --git a/docs/.vuepress/navbar/zh.ts b/docs/.vuepress/navbar/zh.ts
index 9d15170e3..9af601182 100644
--- a/docs/.vuepress/navbar/zh.ts
+++ b/docs/.vuepress/navbar/zh.ts
@@ -6,26 +6,52 @@ export const zhNavbar = navbar([
{
text: "下载",
icon: "iconfont icon-install",
- link: "https://apps.microsoft.com/store/detail/snap-hutao/9PH4NXJ2JN52",
+ link: "/zh/quick-start.html",
},
{
- text: "加入用户社区",
+ text: "加入社区",
icon: "iconfont icon-community",
link: "/zh/community",
},
{
- text: "服务可用性",
+ text: "帮助与支持",
icon: "iconfont icon-define",
children: [
{
- text: "UptimeRobot",
- icon: "/images/202312/uptimerobot-logo.svg",
- link: "https://status.hut.ao/",
+ text: "更新日志",
+ icon: "iconfont icon-update",
+ link: "/zh/statements/update-log.html"
},
{
- text: "Uptime Kuma",
- icon: "/images/202312/uptime-kuma.svg",
- link: "https://status.snapgenshin.cn/status",
+ text: "服务可用性",
+ children: [
+ {
+ text: "UptimeRobot",
+ icon: "/images/202312/uptimerobot-logo.svg",
+ link: "https://status.hut.ao/",
+ },
+ {
+ text: "Uptime Kuma",
+ icon: "/images/202312/uptime-kuma.svg",
+ link: "https://status.snapgenshin.cn/status",
+ }
+ ]
+ },
+ {
+ text: "问题与反馈",
+ children:[
+ {
+ text: "常见问题",
+ icon: "iconfont icon-ask",
+ link: "/zh/advanced/FAQ.html"
+ },
+ {
+ text: "反馈问题",
+ icon: "iconfont icon-debug",
+ link: "/zh/statements/bug-report.html"
+ },
+
+ ]
}
]
},
diff --git a/docs/.vuepress/public/images/202312/C_sharp.svg b/docs/.vuepress/public/images/202312/C_sharp.svg
new file mode 100644
index 000000000..c023aa9be
--- /dev/null
+++ b/docs/.vuepress/public/images/202312/C_sharp.svg
@@ -0,0 +1,10 @@
+
+
\ No newline at end of file
diff --git a/docs/.vuepress/public/images/202312/Vue.js.svg b/docs/.vuepress/public/images/202312/Vue.js.svg
new file mode 100644
index 000000000..a1d285eb2
--- /dev/null
+++ b/docs/.vuepress/public/images/202312/Vue.js.svg
@@ -0,0 +1,2 @@
+
+
diff --git a/docs/.vuepress/public/images/202312/community.svg b/docs/.vuepress/public/images/202312/community.svg
new file mode 100644
index 000000000..aa8f7f689
--- /dev/null
+++ b/docs/.vuepress/public/images/202312/community.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/docs/.vuepress/public/images/202312/discord.svg b/docs/.vuepress/public/images/202312/discord.svg
new file mode 100644
index 000000000..22a2770c2
--- /dev/null
+++ b/docs/.vuepress/public/images/202312/discord.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/docs/.vuepress/public/images/202312/documents.svg b/docs/.vuepress/public/images/202312/documents.svg
new file mode 100644
index 000000000..47c13c9c6
--- /dev/null
+++ b/docs/.vuepress/public/images/202312/documents.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/docs/.vuepress/public/images/202312/github-mark.svg b/docs/.vuepress/public/images/202312/github-mark.svg
new file mode 100644
index 000000000..37fa923df
--- /dev/null
+++ b/docs/.vuepress/public/images/202312/github-mark.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/docs/.vuepress/public/images/202312/jihulab.svg b/docs/.vuepress/public/images/202312/jihulab.svg
new file mode 100644
index 000000000..064f186ea
--- /dev/null
+++ b/docs/.vuepress/public/images/202312/jihulab.svg
@@ -0,0 +1,55 @@
+
+
\ No newline at end of file
diff --git a/docs/.vuepress/public/images/202312/tencent.svg b/docs/.vuepress/public/images/202312/tencent.svg
new file mode 100644
index 000000000..6fd800e57
--- /dev/null
+++ b/docs/.vuepress/public/images/202312/tencent.svg
@@ -0,0 +1,69 @@
+
+
+
diff --git a/docs/.vuepress/public/images/202312/video-editing.svg b/docs/.vuepress/public/images/202312/video-editing.svg
new file mode 100644
index 000000000..1f69d37cd
--- /dev/null
+++ b/docs/.vuepress/public/images/202312/video-editing.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/docs/.vuepress/theme.ts b/docs/.vuepress/theme.ts
index a799efc74..1495d29c2 100644
--- a/docs/.vuepress/theme.ts
+++ b/docs/.vuepress/theme.ts
@@ -93,17 +93,9 @@ export default hopeTheme({
},
components: {
- components: ["Badge", "BiliBili", "VPCard"],
+ components: ["Badge", "BiliBili", "VPCard", "VPBanner"],
rootComponents: {
notice: [
- {
- path: "/zh/",
- title: "加入我们",
- content:
- "如果你有软件开发,网页前端,文档管理或视频创作的经验,并希望将其施展于胡桃工具箱项目中,欢迎加入开发团队",
- fullscreen: false,
- showOnce: false,
- },
],
},
},
diff --git a/docs/en/README.md b/docs/en/README.md
index 5290ed4cc..bb5e45803 100644
--- a/docs/en/README.md
+++ b/docs/en/README.md
@@ -13,11 +13,9 @@ head:
- name: twitter:image:src
content: https://repository-images.githubusercontent.com/482734649/eb0f81d6-29a8-4d3c-8012-d85475cd89ee
actions:
- - text: Download
- link: https://apps.microsoft.com/store/detail/snap-hutao/9PH4NXJ2JN52
- type: primary
- text: Quick Start
link: quick-start.html
+ type: primary
- text: Document
link: menu.html
- text: Project
diff --git a/docs/en/advanced/known-issue.md b/docs/en/advanced/known-issue.md
index edcac1f7c..d094777bf 100644
--- a/docs/en/advanced/known-issue.md
+++ b/docs/en/advanced/known-issue.md
@@ -14,5 +14,5 @@ You can view all issues on [GitHub Issue page](https://github.com/DGP-Studio/Sna
| ------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------- |
| [All Opened BUG Issues](https://github.com/DGP-Studio/Snap.Hutao/issues?q=is%3Aissue+label%3ABUG+is%3Aopen) | Labeled with `BUG` |
| [All Opened Feature Request Issues](https://github.com/DGP-Studio/Snap.Hutao/issues?q=is%3Aopen+is%3Aissue+label%3A%E5%8A%9F%E8%83%BD) | Labeled with `功能` (Feature) |
-| [Fixed and Resolved Issues](https://github.com/DGP-Studio/Snap.Hutao/issues?q=is%3Aissue+label%3A%E5%B7%B2%E4%BF%AE%E5%A4%8D) | Labeled with `已修复` (Fixed) |
+| [Fixed and Resolved Issues](https://github.com/DGP-Studio/Snap.Hutao/issues?q=is%3Aissue+label%3A%E5%B7%B2%E5%AE%8C%E6%88%90) | Labeled with `已完成` (Fixed) |
| [Issues will be Fixed in Next Version](https://github.com/DGP-Studio/Snap.Hutao/issues?q=is%3Aissue+label%3A%E7%AD%89%E5%BE%85%E5%8F%91%E5%B8%83) | Labeled with `等待发布` (Ready for Publish) |
diff --git a/docs/en/community.md b/docs/en/community.md
index d4765c287..0114bbb38 100644
--- a/docs/en/community.md
+++ b/docs/en/community.md
@@ -10,19 +10,33 @@ order: 8
As open-source software, community power is an important part of the ecology of Snap Hutao, and you can join our user community by following ways.
-
-
-## GitHub Discussion
-
-[Snap.Hutao Discussion](https://github.com/DGP-Studio/Snap.Hutao/discussions)
-
-## QQ Group (CN)
-
-- [Snap Hutao](http://qm.qq.com/cgi-bin/qm/qr?_wv=1027&k=DmW_LDX35YEr1CQZwjZ6x4JYP03soai2&authKey=z3PzXsuYlaPTm%2FW7TyE0o9KNz7H6LA%2BTEZ4mK2BE9%2Fcz0HhH3s1qgbydciAmrGeg&noverify=0&group_code=910780153)
-- [_Snap Developer Open Discussion Group_](http://qm.qq.com/cgi-bin/qm/qr?_wv=1027&k=XJPjE6ffuYPkZmXvujdP1ZDY2BqL8RDg&authKey=YHBYvW4KmPUpPjGwYwGduG7ZELhFIkd9QxLHuwBFmm4UvQH1ThWiv%2FKPgeckiqt4&noverify=0&group_code=982424236)
- - General tech talk, not Snap Hutao Project development group
- - The Dev group requires some basic tech knowledge
-
-## Discord
-
-Invite link:[https://discord.gg/Yb8bykUKp](https://discord.gg/Yb8bykaUKp)
+
+
+
+
+
+
diff --git a/docs/en/development/contribute.md b/docs/en/development/contribute.md
index fc6519726..6a83f2391 100644
--- a/docs/en/development/contribute.md
+++ b/docs/en/development/contribute.md
@@ -2,7 +2,7 @@
category: [open source, development]
tag: ["development", "GitHub"]
icon: iconfont icon-code
-order: 2
+order: 3
---
# Contribute Your Code
@@ -36,8 +36,6 @@ You can find all [unsolved opened issues](https://github.com/DGP-Studio/Snap.Hut
## Test Binary Package
-Once the code in updated in `develop` and `main` branches, an Azure Pipeline CI script will build the latest code to `Snap Hutao Alpha` package. Once the package is built, it will be released on [GitHub Release page](https://github.com/DGP-Studio/Snap.Hutao/releases) as a pre-released package.
+Once the code in updated in `develop` and `main` branches, a GitHub actions script will build the latest code to `Snap Hutao Alpha` package. You can find all build records in alpha actions pipeline.
-You need to install [Snap.Hutao.CI.cer](https://github.com/DGP-Studio/Snap.Hutao/releases/download/2023.10.3.1/Snap.Hutao.CI.cer) certificate to your local machine, and then install the msix package in the release.
-
-\*If the latest release does not contain attached file, that means package is still in uploading process.
+You need to install [Snap Hutao CA certificate](https://github.com/DGP-Automation/Hutao-Auto-Release/releases/download/certificate-ca/DGP_Studio_CA.crt) as `Trusted Root Certification Authorities` to allow Alpha versions be installed.
diff --git a/docs/en/development/join.md b/docs/en/development/join.md
new file mode 100644
index 000000000..566bc8847
--- /dev/null
+++ b/docs/en/development/join.md
@@ -0,0 +1,78 @@
+---
+category: [open source, development]
+tag: ["develop", "collaborate", "community"]
+icon: iconfont icon-group
+order: 1
+---
+
+# Join the Develop Team
+
+If you have one of the following experiences and are interested in joining the Snap Hutao development team to improve this project and get in touch with more Genshin Impact open source projects, welcome to join us!
+
+
+
+Stack: Vue.js, TypeScript"
+logo="/images/202312/Vue.js.svg"
+:actions='[
+{
+text: "Join",
+link:"http://qm.qq.com/cgi-bin/qm/qr?_wv=1027&k=XJPjE6ffuYPkZmXvujdP1ZDY2BqL8RDg&authKey=YHBYvW4KmPUpPjGwYwGduG7ZELhFIkd9QxLHuwBFmm4UvQH1ThWiv%2FKPgeckiqt4&noverify=0&group_code=982424236",
+},
+{
+text: "Hutao API Web",
+link: "https://github.com/DGP-Studio/Hutao.API.Web",
+type: "default",
+},
+]'
+/>
+
+Requirement: familiar with Markdown syntax and basic concept of software development "
+logo="/images/202312/documents.svg"
+:actions='[
+{
+text: "Join",
+link:"http://qm.qq.com/cgi-bin/qm/qr?_wv=1027&k=XJPjE6ffuYPkZmXvujdP1ZDY2BqL8RDg&authKey=YHBYvW4KmPUpPjGwYwGduG7ZELhFIkd9QxLHuwBFmm4UvQH1ThWiv%2FKPgeckiqt4&noverify=0&group_code=982424236",
+},
+{
+text: "Snap Hutao Document",
+link: "https://github.com/DGP-Studio/Snap.Hutao.Docs",
+type: "default",
+},
+]'
+/>
+
+
diff --git a/docs/en/development/platform.md b/docs/en/development/platform.md
index 6823928b3..3a91f52b7 100644
--- a/docs/en/development/platform.md
+++ b/docs/en/development/platform.md
@@ -2,7 +2,7 @@
category: [open source, development]
tag: [open source, Hutao Database, Spiral Abyss Database, Enka, UIGF, Open data]
icon: iconfont icon-vscode
-order: 1
+order: 2
---
# Hutao Open Platform
diff --git a/docs/en/i18n.md b/docs/en/i18n.md
index 2205e7354..b4b73e6bb 100644
--- a/docs/en/i18n.md
+++ b/docs/en/i18n.md
@@ -14,29 +14,28 @@ Snap Hutao Project features were originally based on the China server, but we ar
- Snap Hutao
- [x] Localization framework
- - [ ] Client translation
+ - [x] Client translation
- Process: 
- [x] English
- [x] Traditional Chinese
- - [x] Korean
+ - [x] Korean (in progress)
- [x] Japanese (in progress)
- - [x] Indonesian (in progress by [NatsumeAoii](https://github.com/NatsumeAoii))
- - [ ] Russian
- - [x] Internation/China server conversion
- - [ ] International server account switch
- - [x] International server wish history export
- - [x] International server character stat
- - [ ] HoYoLab login
- - [ ] International server Abyss recrod
- - [ ] Daily Notes
- - [ ] Multilingual in-game announcements
+ - [x] Indonesian (in progress; contributed by [NatsumeAoii](https://github.com/NatsumeAoii))
+ - [x] Russian (in progress; contributed by [QweRezOn](https://github.com/QweRezOn))
+ - [x] Oversea/China server conversion
+ - [ ] Oversea server account switch
+ - [x] Oversea server wish history export
+ - [x] Oversea server character stat
+ - [x] HoYoLab login
+ - [x] International server Abyss recrod
+ - [x] Daily Notes
+ - [x] Multilingual in-game announcements
- Snao Hutao Docs
- [x] Localization framework
- - [ ] Web translation
- - Process:
- - [ ] English
- - [x] Home page
- - [ ] User documentation
+ - [x] Web translation process:
+ - [x] English
+ - [x] Indonesian (in progress; contributed by [NatsumeAoii](https://github.com/NatsumeAoii))
+ - [x] Russian (in progress; contributed by [QweRezOn](https://github.com/QweRezOn))
## Engage our Localization
diff --git a/docs/en/project.md b/docs/en/project.md
index 01931b2c2..10daa11f0 100644
--- a/docs/en/project.md
+++ b/docs/en/project.md
@@ -13,13 +13,26 @@ the gaming experience for desktop players. By combining existing official resour
development team, it provides a complete and useful set of tools without the need to rely on mobile devices. Snap Hutao
does not take any destructive modification to the game client to ensure the security of the toolkit.
+## Genshin Impact's Desktop Issues Snap Hutao Solved
+
+| Feature | Mobile | Desktop | Snap Hutao Solution |
+| :--------------------------: | -------------------------------------- | ----------------------------------------------- | ------------------------------------------------------------------------ |
+| **High Framerate Limit** | iOS/iPadOS supports 120FPS by official | Only up to 60FPS | [Advanced Game Launcher - Framerate unlocker](features/game-launcher.md) |
+| **Game Account Switch** | All signed in account will be kept | Will not be recorded after sign out | [Advanced Game Launcher - Account switch](features/game-launcher.md) |
+| **Daily Checkin** | MiHoYo BBS client | Web check-in only available for oversea servers | [Account Panel - check-in](features/mhy-account-switch.md) |
+| **Realtime Notes** | MiHoYo BBS client | N/A | [Realtime Notes](features/real-time-notes.md) |
+| **Expedition Notifications** | Pushed by game client | N/A | [Realtime Notes Notification](features/real-time-notes.md) |
+| **Spiral Abyss data lookup** | MiHoYo BBS client | Web lookup only available for oversea servers | [Spiral Abyuss](features/hutao-API.md) |
+| **Develop Plan** | MiHoYo BBS client | Only available for oversea servers | [Develop Plan](features/develop-plan.md) |
+| **Discord Activity** | N/A | Only available for oversea servers | [Advanced Game Launcher - Discord Activity](features/game-launcher.md) |
+
## Project Resource
- [GitHub code repository](https://github.com/DGP-Studio/Snap.Hutao)
- [Crowdin localization translation](https://translate.hut.ao/)
- [Snap Hutao Community](community.md)
-## Feature Overview
+## Full Feature Overview
- [In-game announcement & event countdown](features/dashboard.md)
- [MiHoYo BBS multi account login](features/mhy-account-switch.md)
diff --git a/docs/en/quick-start.md b/docs/en/quick-start.md
index d54b1d712..c81ed5add 100644
--- a/docs/en/quick-start.md
+++ b/docs/en/quick-start.md
@@ -24,7 +24,7 @@ Follow this document's instruction, you can set up your Snap Hutao quickly.
**Unsupported OS Versions**:
-1. LTSC and LTSB versions does not include Microsoft Store, so they are not supported
+1. LTSC and LTSB versions are using legacy version of MSIX Core, so they are not supported
2. Windows 10 Build 19041 supports installation, but some feature may have unexpected errors due to Windows kernel issues,
so Snap Hutao cannot solve them
3. Issues happens in Windows Insider preview versions will not be solved
@@ -33,70 +33,58 @@ Follow this document's instruction, you can set up your Snap Hutao quickly.
### New Installation
-**Whatever installation method you used, package source and registration are always handled by Microsoft Store.**
+You can use MSIX package to install Snap Hutao, you can find pakcage from the following source.
-::: tabs
-@tab Microsoft Store
-
-
+
+
+
+
+
+
-Microsoft Store Link:[Snap Hutao](https://apps.microsoft.com/store/detail/snap-hutao/9PH4NXJ2JN52)
+---
-On Windows 10 and Windows 11 you can click the button above to download Snap Hutao.
+If you are interested in making the Snap Hutao project better through your own efforts, consider [join us](development/join.md)!
-@tab winget
+### Upgrade to the Latest Version from MS Store Versions
-- Launch PowerShell
-- Execute command `winget install "Snap Hutao"`
-- Follow the prompt to allow the installation
- - If failed install, receive error of missing dependency or stuck at framework installation stage, please refer to
- [Install Dependency Manually](advanced/dependency.md) document
+If you installed a Microsoft Store version of Snap Hutao (version 1.4.11 to 1.8.4), you need to uninstall it before the new installation
-@tab GitHub
+> For details of this change, please refer to [Explanation of Breaking Changes in Version 1.9.0](blog/version-1-9-0-breaking-changes.md)
-- Visit the [latest release page](https://github.com/DGP-Studio/Snap.Hutao/releases/latest/) of Snap Hutao
-- Download MSIX Package
-- Run the MSIX package directly to perform installation
- - If failed install, receive error of missing dependency or stuck at framework installation stage, please refer to
- [Install Dependency Manually](advanced/dependency.md) document
-
-:::
-
-### Upgrade to MS Store Version from Side-load Versions
-
-If you installed a side-load version of Snap Hutao (version 1.4.10 and older), you need to uninstall it before the new installation
-
-- Uninstall the side-load version with our [uninstallation instruction document](advanced/uninstall.html)
+- Uninstall the Microsoft Store version with our [uninstallation instruction document](advanced/uninstall.html)
- Your data will not lose as long as you don't delete data directory manually
- Follow the method above to install the Microsoft Store version application
### Update Snap Hutao
-**You can use any of the update methods, whatever method you used when you installed Snap Hutao. They don't need to be consistent, as Microsoft Store is the only source of packages.**
-::: tabs
-@tab Microsoft
+If no special instruction is given, you can download and install latest MSIX package to update your Snap Hutao.
-- Launch Microsoft Store
-- Click on Library in the bottom left to see all apps you have installed
-- Click `Get updates` on the top right and your application will be updated
-
-If you still don't receive the update, you may enter the Snap Hutao [detail page](<(https://apps.microsoft.com/store/detail/snap-hutao/9PH4NXJ2JN52)>) in Microsoft Store, to allow the store to fetch the latest metadata.
-
-@tab winget
-
-- Launch PowerShell
-- Execute command `winget upgrade "Snap Hutao"`
-- Follow the prompt to allow the upgrade
-
-@tab GitHub
-
-- Visit the [latest release page](https://github.com/DGP-Studio/Snap.Hutao/releases/latest/) of Snap Hutao
-- Download MSIX Package
-- Run the MSIX package directly to perform upgrade
-
-:::
+Starting from 1.9.0 version, Snap Hutao has embedded update module to notify the updates.
## Install Optional Components
diff --git a/docs/en/star-request.md b/docs/en/star-request.md
index e5b17c6d8..6f3b45aa8 100644
--- a/docs/en/star-request.md
+++ b/docs/en/star-request.md
@@ -3,7 +3,6 @@
- Star our project on GitHub ⭐
- [Snap.Hutao](https://github.com/DGP-Studio/Snap.Hutao) 
- [Snap.Hutao.Docs](https://github.com/DGP-Studio/Snap.Hutao.Docs) 
-- Rate our App on [Microsoft Store](ms-windows-store://review/?ProductId=9PH4NXJ2JN52)
- Promote our project in your network
 
diff --git a/docs/en/statements/update-log.md b/docs/en/statements/update-log.md
index 73cf1c6e5..12d24d447 100644
--- a/docs/en/statements/update-log.md
+++ b/docs/en/statements/update-log.md
@@ -4,6 +4,7 @@ category:
icon: iconfont icon-update
order: 1
comment: false
+externalLinkIcon: false
---
# Update Logs
@@ -26,12 +27,15 @@ You can read the article [Explanation of Breaking Changes in Version 1.9.0](../b
- Added QR code login method for miHoYo in the user panel [#870](https://github.com/DGP-Studio/Snap.Hutao/issues/870)
- The client now automatically detects network status and displays the results in the settings page [#1116](https://github.com/DGP-Studio/Snap.Hutao/pull/1161)
- Added an option in the game launcher to start Genshin Impact in touch mode [#1173](https://github.com/DGP-Studio/Snap.Hutao/issues/1173)
+ - Add option to change in-game announcement source in the settings page, now you may select oversea severs as the source and display announcements with same lanague of your Snap Hutao [#1112](https://github.com/DGP-Studio/Snap.Hutao/issues/1112)
+ - Only available when there is valid regular expression in Crowdin translation (Simplified Chinese, Traditional Chinese and English are supported now)
- Added an option in the settings to enable the console. Users can now get more error prompts when troubleshooting by enabling this option.
- Introduced a completely new logic for software updates.
- **Bug Fixes 🔨**
- Fixed an issue with miHoYo API returning a `5003` error when fetching character information [#1060](https://github.com/DGP-Studio/Snap.Hutao/issues/1060)
+ - Fixed the issue that Game Launcher cannot unlock framerate limit in Genshin Impact 4.3 version [#1190](https://github.com/DGP-Studio/Snap.Hutao/issues/1190)
- Fixed an issue with incorrect countdown data for miHoYo announcements in specific situations.
- Fixed incorrect PowerShell statements.
@@ -44,7 +48,9 @@ You can read the article [Explanation of Breaking Changes in Version 1.9.0](../b
- Optimized the settings page interface; users can now view the size of data and cache directories generated by Snap Hutao in the settings.
- **Localization 🌏**
- - Added Indonesian language option in the client, thanks to [@NatsumeAoii](https://github.com/NatsumeAoii) for providing the translation [#1188](https://github.com/DGP-Studio/Snap.Hutao/issues/1188)
+ - Added Indonesian language option in the client, thanks to contribution by [@NatsumeAoii](https://github.com/NatsumeAoii) [#1188](https://github.com/DGP-Studio/Snap.Hutao/issues/1188)
+ - Added Russian language option in the client, thanks to contribution by [@QweRezOn](https://github.com/QweRezOn)
+ - Improved client localization string character coverage [#1198](https://github.com/DGP-Studio/Snap.Hutao/issues/1198)
- Updated translations for existing languages.
## 1.8.5
diff --git a/docs/zh/README.md b/docs/zh/README.md
index 4f001c459..30b910add 100644
--- a/docs/zh/README.md
+++ b/docs/zh/README.md
@@ -13,11 +13,9 @@ head:
- name: twitter:image:src
content: https://repository-images.githubusercontent.com/482734649/eb0f81d6-29a8-4d3c-8012-d85475cd89ee
actions:
- - text: 下载
- link: https://apps.microsoft.com/store/detail/snap-hutao/9PH4NXJ2JN52
- type: primary
- - text: 快速开始
+ - text: 开始使用
link: quick-start.html
+ type: primary
- text: 文档
link: menu.html
- text: 项目介绍
diff --git a/docs/zh/advanced/known-issue.md b/docs/zh/advanced/known-issue.md
index 27eadc429..cb5e54ffc 100644
--- a/docs/zh/advanced/known-issue.md
+++ b/docs/zh/advanced/known-issue.md
@@ -14,5 +14,5 @@ redirectFrom: /advanced/known-issue.html
| ----------------------------------------------------------------------------------------------------------------------------------- | ------------------- |
| [全部未关闭的 BUG 议题](https://github.com/DGP-Studio/Snap.Hutao/issues?q=is%3Aissue+label%3ABUG+is%3Aopen) | 包含标签 `BUG` |
| [全部未关闭的功能提案](https://github.com/DGP-Studio/Snap.Hutao/issues?q=is%3Aopen+is%3Aissue+label%3A%E5%8A%9F%E8%83%BD) | 包含标签 `功能` |
-| [已修复或已实现的功能](https://github.com/DGP-Studio/Snap.Hutao/issues?q=is%3Aissue+label%3A%E5%B7%B2%E4%BF%AE%E5%A4%8D) | 包含标签 `已修复` |
+| [已修复或已实现的功能](https://github.com/DGP-Studio/Snap.Hutao/issues?q=is%3Aissue+label%3A%E5%B7%B2%E5%AE%8C%E6%88%90) | 包含标签 `已完成` |
| [将在下一版本修复的问题](https://github.com/DGP-Studio/Snap.Hutao/issues?q=is%3Aissue+label%3A%E7%AD%89%E5%BE%85%E5%8F%91%E5%B8%83) | 包含标签 `等待发布` |
diff --git a/docs/zh/community.md b/docs/zh/community.md
index 42eeb2e39..5b6e76423 100644
--- a/docs/zh/community.md
+++ b/docs/zh/community.md
@@ -11,24 +11,33 @@ order: 8
作为开源软件,社区动力是胡桃工具箱生态的重要组成部分,你可以在通过下面的方式加入到胡桃的用户社区中。
-
-
-## GitHub 讨论
-
-[Snap.Hutao Discussion](https://github.com/DGP-Studio/Snap.Hutao/discussions)
-
-## QQ 群
-
-- [Snap Hutao 用户群 910780153](http://qm.qq.com/cgi-bin/qm/qr?_wv=1027&k=DmW_LDX35YEr1CQZwjZ6x4JYP03soai2&authKey=z3PzXsuYlaPTm%2FW7TyE0o9KNz7H6LA%2BTEZ4mK2BE9%2Fcz0HhH3s1qgbydciAmrGeg&noverify=0&group_code=910780153)
- - 胡桃一般用户群
- - 若入群问题为最新版本号则请输入三位版本号(如 `1.2.3`)而不是四位版本号(如 `1.2.3.0`)
-- [Snap Hutao 公告群 531960040](http://qm.qq.com/cgi-bin/qm/qr?_wv=1027&k=uxqsxPJPB_jOVbMFOzZv5LcDyIF2HAiu&authKey=Deo2c2ZhmqSAQ%2BGUL0ItD7bYtYG5blYxQor25BXoCcaCGllZYtZ4eDNwZ3yZz8gH&noverify=0&group_code=531960040)
- - 全体禁言,仅发送公告
-- [_Snap 开发交流群_](http://qm.qq.com/cgi-bin/qm/qr?_wv=1027&k=XJPjE6ffuYPkZmXvujdP1ZDY2BqL8RDg&authKey=YHBYvW4KmPUpPjGwYwGduG7ZELhFIkd9QxLHuwBFmm4UvQH1ThWiv%2FKPgeckiqt4&noverify=0&group_code=982424236)
- - 广泛的技术交流群,并非胡桃工具箱开发群
- - 开发群对申请者的技术水平有一定要求
- - 如果你想要[加入开发团队](project.md),请在入群验证时提及
-
-## Discord
-
-邀请链接:[https://discord.gg/Yb8bykaUKp](https://discord.gg/Yb8bykaUKp)
+