mirror of
https://jihulab.com/DGP-Studio/Snap.Hutao.Docs.git
synced 2025-11-19 21:16:31 +08:00
upgrade theme version to rc1
This commit is contained in:
@@ -65,17 +65,13 @@ export default hopeTheme({
|
||||
|
||||
plugins: {
|
||||
comment: {
|
||||
provider: "Waline",
|
||||
serverURL: "https://comments.snapgenshin.com",
|
||||
emoji: [
|
||||
"//unpkg.com/@waline/emojis@1.1.0/weibo",
|
||||
"//unpkg.com/@waline/emojis@1.1.0/bilibili",
|
||||
"//unpkg.com/@waline/emojis@1.1.0/bmoji",
|
||||
"//unpkg.com/@waline/emojis@1.1.0/qq",
|
||||
"//unpkg.com/@waline/emojis@1.1.0/tieba",
|
||||
],
|
||||
requiredMeta: ["mail"],
|
||||
reaction: false,
|
||||
provider: "Giscus",
|
||||
repo: "DGP-Studio/Snap.Hutao.Docs.Comments",
|
||||
repoId: "R_kgDOKySqhg",
|
||||
category: "Announcements",
|
||||
categoryId: "DIC_kwDOKySqhs4CbRrr",
|
||||
mapping: "pathname",
|
||||
inputPosition: "bottom"
|
||||
},
|
||||
|
||||
components: {
|
||||
|
||||
@@ -105,7 +105,7 @@ When you are updating the game client, you can do the following steps:
|
||||
|
||||
## Advanced Features
|
||||
|
||||
::: danger
|
||||
::: caution
|
||||
|
||||
- Be aware: all advanced features are labeled as `Dangeroud Feature`; indicating that enabling them means you choose
|
||||
to assume any risk on your own.
|
||||
@@ -115,7 +115,7 @@ When you are updating the game client, you can do the following steps:
|
||||
|
||||
### Unlock Frame Rate Limit
|
||||
|
||||
::: danger
|
||||
::: caution
|
||||
|
||||
- The [Unlocker project](https://github.com/DGP-Studio/Unlocker) only affects the UnityPlayer itself, directly affecting
|
||||
the Unity3D engine, and does not have a direct relationship with the game itself. Essentially, it is no different from
|
||||
|
||||
@@ -104,7 +104,7 @@ comment: false
|
||||
|
||||
## 高级功能
|
||||
|
||||
::: danger
|
||||
::: caution
|
||||
|
||||
- 请注意:高级功能已明确标注为 `Dangerous Feature`,即**危险功能**,选择启用即代表您选择自行承担任意风险
|
||||
- 你需要首先在胡桃设置页面中启用高级功能
|
||||
@@ -113,7 +113,7 @@ comment: false
|
||||
|
||||
### 解锁帧率上限
|
||||
|
||||
::: danger
|
||||
::: caution
|
||||
|
||||
- [Unlocker 项目](https://github.com/DGP-Studio/Unlocker)仅作用于 UnityPlayer 本身,即直接作用于 Unity3D 引擎,与游戏本体不发生直接关系,本质上与移动端中`120帧率`等设置无异,但您仍应谨慎使用并自行阅读[用户协议](../statements/tos.md)
|
||||
|
||||
|
||||
16
package.json
16
package.json
@@ -12,17 +12,17 @@
|
||||
"prepare": "husky install"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@vuepress/bundler-vite": "2.0.0-beta.67",
|
||||
"@vuepress/client": "2.0.0-beta.67",
|
||||
"@vuepress/plugin-docsearch": "2.0.0-beta.67",
|
||||
"@vuepress/plugin-google-analytics": "2.0.0-beta.67",
|
||||
"@vuepress/bundler-vite": "2.0.0-rc.0",
|
||||
"@vuepress/client": "2.0.0-rc.0",
|
||||
"@vuepress/plugin-docsearch": "2.0.0-rc.0",
|
||||
"@vuepress/plugin-google-analytics": "2.0.0-rc.0",
|
||||
"husky": "8.0.3",
|
||||
"nano-staged": "0.8.0",
|
||||
"prettier": "3.0.3",
|
||||
"vue": "^3.3.7",
|
||||
"vuepress": "2.0.0-beta.67",
|
||||
"vuepress-plugin-redirect": "2.0.0-beta.240",
|
||||
"vuepress-theme-hope": "2.0.0-beta.240"
|
||||
"vue": "^3.3.9",
|
||||
"vuepress": "2.0.0-rc.0",
|
||||
"vuepress-plugin-redirect": "2.0.0-rc.1",
|
||||
"vuepress-theme-hope": "2.0.0-rc.1"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=18.12.0"
|
||||
|
||||
2957
pnpm-lock.yaml
generated
2957
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user