mirror of
https://jihulab.com/DGP-Studio/Snap.Hutao.Docs.git
synced 2025-11-19 21:16:31 +08:00
Update iconfont
This commit is contained in:
@@ -2,20 +2,20 @@ import { navbar } from "vuepress-theme-hope";
|
||||
|
||||
export const enNavbar = navbar([
|
||||
"/en/",
|
||||
{ text: "Document", icon: "article", link: "/en/menu.html" },
|
||||
{ text: "Document", icon: "iconfont icon-article", link: "/en/menu.html" },
|
||||
{
|
||||
text: "Download",
|
||||
icon: "install",
|
||||
icon: "iconfont icon-install",
|
||||
link: "https://apps.microsoft.com/store/detail/snap-hutao/9PH4NXJ2JN52",
|
||||
},
|
||||
{
|
||||
text: "Community",
|
||||
icon: "community",
|
||||
icon: "iconfont icon-community",
|
||||
link: "/en/community",
|
||||
},
|
||||
{
|
||||
text: "Service Availability",
|
||||
icon: "define",
|
||||
icon: "iconfont icon-define",
|
||||
link: "https://status.hut.ao/"
|
||||
}
|
||||
]);
|
||||
|
||||
@@ -2,20 +2,20 @@ import { navbar } from "vuepress-theme-hope";
|
||||
|
||||
export const zhNavbar = navbar([
|
||||
"/zh/",
|
||||
{ text: "文档", icon: "article", link: "/zh/menu.html" },
|
||||
{ text: "文档", icon: "iconfont icon-article", link: "/zh/menu.html" },
|
||||
{
|
||||
text: "下载",
|
||||
icon: "install",
|
||||
icon: "iconfont icon-install",
|
||||
link: "https://apps.microsoft.com/store/detail/snap-hutao/9PH4NXJ2JN52",
|
||||
},
|
||||
{
|
||||
text: "加入社区讨论",
|
||||
icon: "community",
|
||||
icon: "iconfont icon-community",
|
||||
link: "/zh/community",
|
||||
},
|
||||
{
|
||||
text: "服务可用性",
|
||||
icon: "define",
|
||||
icon: "iconfont icon-define",
|
||||
link: "https://status.hut.ao/"
|
||||
}
|
||||
]);
|
||||
|
||||
@@ -7,19 +7,19 @@ export const enSidebar = sidebar({
|
||||
"i18n",
|
||||
"quick-start",
|
||||
{
|
||||
icon: "read",
|
||||
icon: "iconfont icon-read",
|
||||
text: "Features",
|
||||
prefix: "features/",
|
||||
children: "structure",
|
||||
},
|
||||
{
|
||||
icon: "advance",
|
||||
icon: "iconfont icon-advance",
|
||||
text: "Advanced",
|
||||
prefix: "advanced/",
|
||||
children: "structure",
|
||||
},
|
||||
{
|
||||
icon: "article",
|
||||
icon: "iconfont icon-article",
|
||||
text: "Statements",
|
||||
prefix: "statements/",
|
||||
children: "structure",
|
||||
|
||||
@@ -7,19 +7,19 @@ export const zhSidebar = sidebar({
|
||||
"i18n",
|
||||
"quick-start",
|
||||
{
|
||||
icon: "read",
|
||||
icon: "iconfont icon-read",
|
||||
text: "功能指南",
|
||||
prefix: "features/",
|
||||
children: "structure",
|
||||
},
|
||||
{
|
||||
icon: "advance",
|
||||
icon: "iconfont icon-advance",
|
||||
text: "高级",
|
||||
prefix: "advanced/",
|
||||
children: "structure",
|
||||
},
|
||||
{
|
||||
icon: "article",
|
||||
icon: "iconfont icon-article",
|
||||
text: "声明和公告",
|
||||
prefix: "statements/",
|
||||
children: "structure",
|
||||
|
||||
@@ -10,7 +10,10 @@ export default hopeTheme({
|
||||
url: "https://github.com/DGP-Studio",
|
||||
},
|
||||
|
||||
iconAssets: "iconfont",
|
||||
iconAssets: [
|
||||
"iconfont",
|
||||
"https://at.alicdn.com/t/c/font_3861247_26iz2fk3jhq.css?spm=a313x.manage_type_myprojects.i1.9.752f3a816uOW1y&file=font_3861247_26iz2fk3jhq.css"
|
||||
],
|
||||
|
||||
logo: "https://img.alicdn.com/imgextra/i4/1797064093/O1CN01vK3m2w1g6duwt8quS_!!1797064093.png",
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
---
|
||||
home: true
|
||||
icon: home
|
||||
icon: iconfont icon-home
|
||||
title: Home
|
||||
heroImage: https://img.alicdn.com/imgextra/i4/1797064093/O1CN01oaGvKE1g6dut0pICS_!!1797064093.png_.webp
|
||||
heroAlt: Snap Hutao
|
||||
@@ -26,13 +26,13 @@ highlights:
|
||||
bgImageDark: /images/202309/head-back2.png
|
||||
highlights:
|
||||
- title: You Control Your Data
|
||||
icon: computer
|
||||
icon: iconfont icon-computer
|
||||
details: Your data is stored in your local device, does not rely on any cloud service or third-party platform, you have freedom control your data
|
||||
- title: We Protect Your Data
|
||||
icon: lock
|
||||
icon: iconfont icon-lock
|
||||
details: Your data can be backed up to Snap Hutao Cloud, you never lose data when you are on a new device
|
||||
- title: Community Guards your Program
|
||||
icon: anonymous
|
||||
icon: iconfont icon-anonymous
|
||||
details: Snap Hutao is open-sourced on GitHub with MIT license, we welcome community members to review and contribute to our code. The software is listed in Microsoft Store, which passes Microsoft's security review
|
||||
|
||||
- header: All-in-one Toolbox
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
---
|
||||
headerDepth: 2
|
||||
icon: ask
|
||||
icon: iconfont icon-ask
|
||||
category:
|
||||
- FAQ
|
||||
order: 1
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
headerDepth: 0
|
||||
category:
|
||||
- FAQ
|
||||
icon: read
|
||||
icon: iconfont icon-read
|
||||
order: 8
|
||||
---
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
---
|
||||
category: [FAQ, dependency, installation]
|
||||
icon: structure
|
||||
icon: iconfont icon-structure
|
||||
order: 6
|
||||
---
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
---
|
||||
headerDepth: 2
|
||||
icon: debug
|
||||
icon: iconfont icon-warn
|
||||
category: [FAQ]
|
||||
order: 2
|
||||
redirectFrom: /en/advanced/mihoyo-risk-tip.html
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
category:
|
||||
- FAQ
|
||||
- 第三方工具
|
||||
icon: read
|
||||
icon: iconfont icon-read
|
||||
order: 7
|
||||
---
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
---
|
||||
headerDepth: 2
|
||||
icon: tool
|
||||
icon: iconfont icon-tool
|
||||
category:
|
||||
- FAQ
|
||||
order: 3
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
category:
|
||||
- FAQ
|
||||
icon: delete
|
||||
icon: iconfont icon-delete
|
||||
order: 9
|
||||
---
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
headerDepth: 0
|
||||
category: [Announcement]
|
||||
comment: false
|
||||
icon: community
|
||||
icon: iconfont icon-community
|
||||
order: 8
|
||||
---
|
||||
|
||||
@@ -12,18 +12,17 @@ As open-source software, community power is an important part of the ecology of
|
||||
|
||||
<!-- @include: star-request.md -->
|
||||
|
||||
## GitHub Discussion
|
||||
## <HopeIcon icon="iconfont icon-github" size="1.5rem" /> GitHub Discussion
|
||||
|
||||
[Snap.Hutao Discussion](https://github.com/DGP-Studio/Snap.Hutao/discussions)
|
||||
|
||||
## QQ Group (CN)
|
||||
## <HopeIcon icon="iconfont icon-qq" size="1.5rem" color="rgb(0,126,198)" /> 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_
|
||||
- [_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
|
||||
- You can join via [https://dev-group.hut.ao](https://dev-group.hut.ao) if you are interested to join
|
||||
|
||||
## Discord
|
||||
## <HopeIcon icon="iconfont icon-discord1" size="1.5rem" color="rgb(115,139,216)" /> Discord
|
||||
|
||||
Invite link:[https://discord.gg/Yb8bykUKp](https://discord.gg/Yb8bykaUKp)
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
---
|
||||
category: [open source, development]
|
||||
icon: vscode
|
||||
icon: iconfont icon-vscode
|
||||
order: 1
|
||||
---
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
headerDepth: 0
|
||||
category: [Announcement, i18n]
|
||||
comment: false
|
||||
icon: network
|
||||
icon: iconfont icon-network
|
||||
order: 7
|
||||
---
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
headerDepth: 0
|
||||
category: [announcement, project, features]
|
||||
comment: false
|
||||
icon: workingDirectory
|
||||
icon: iconfont icon-workingDirectory
|
||||
order: 6
|
||||
---
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@ category:
|
||||
- Feature
|
||||
- Tutorial
|
||||
comment: false
|
||||
icon: play
|
||||
icon: iconfont icon-play
|
||||
order: 5
|
||||
---
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
headerDepth: 0
|
||||
category:
|
||||
- Announcement
|
||||
icon: debug
|
||||
icon: iconfont icon-debug
|
||||
comment: false
|
||||
order: 2
|
||||
---
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
headerDepth: 0
|
||||
category:
|
||||
- Announcement
|
||||
icon: license
|
||||
icon: iconfont icon-license
|
||||
order: 3
|
||||
---
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@ category:
|
||||
- Announcement
|
||||
comment: false
|
||||
editLink: false
|
||||
icon: license
|
||||
icon: iconfont icon-license
|
||||
order: 4
|
||||
---
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
category:
|
||||
- Announcement
|
||||
icon: update
|
||||
icon: iconfont icon-update
|
||||
order: 1
|
||||
---
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
---
|
||||
home: true
|
||||
icon: home
|
||||
icon: iconfont icon-home
|
||||
title: 首页
|
||||
heroImage: https://img.alicdn.com/imgextra/i4/1797064093/O1CN01oaGvKE1g6dut0pICS_!!1797064093.png_.webp
|
||||
heroAlt: 胡桃工具箱
|
||||
@@ -26,13 +26,13 @@ highlights:
|
||||
bgImageDark: /images/202309/head-back2.png
|
||||
highlights:
|
||||
- title: 你的数据你掌握
|
||||
icon: computer
|
||||
icon: iconfont icon-computer
|
||||
details: 数据储存于你的本地设备中,不依赖任何云端服务或第三方平台,自由地访问你的数据
|
||||
- title: 你的数据我保护
|
||||
icon: lock
|
||||
icon: iconfont icon-lock
|
||||
details: 数据可通过胡桃云备份至胡桃服务器,丢失设备也绝不会丢失数据
|
||||
- title: 你的程序社区守望
|
||||
icon: anonymous
|
||||
icon: iconfont icon-anonymous
|
||||
details: 程序以 MIT 协议开源于 GitHub 并欢迎社区成员的代码审查和贡献;上架微软商店由微软进行安全审查
|
||||
|
||||
- header: 多合一的工具箱
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
---
|
||||
headerDepth: 2
|
||||
icon: ask
|
||||
icon: iconfont icon-ask
|
||||
category: [FAQ]
|
||||
order: 1
|
||||
redirectFrom: /advanced/FAQ.html
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
headerDepth: 0
|
||||
category: [FAQ]
|
||||
icon: read
|
||||
icon: iconfont icon-read
|
||||
order: 8
|
||||
redirectFrom: /advanced/Gacha-system-and-export-principal.html
|
||||
---
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
---
|
||||
category: [FAQ, 依赖项, 安装]
|
||||
icon: structure
|
||||
icon: iconfont icon-structure
|
||||
order: 6
|
||||
---
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
---
|
||||
headerDepth: 2
|
||||
icon: debug
|
||||
icon: iconfont icon-warn
|
||||
category: [FAQ]
|
||||
order: 2
|
||||
redirectFrom:
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
---
|
||||
category: [FAQ, 第三方工具]
|
||||
icon: read
|
||||
icon: iconfont icon-read
|
||||
order: 7
|
||||
redirectFrom: /advanced/get-stoken-cookie-from-the-third-party.html
|
||||
---
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
---
|
||||
headerDepth: 2
|
||||
icon: tool
|
||||
icon: iconfont icon-tool
|
||||
category: [FAQ]
|
||||
order: 3
|
||||
redirectFrom: /advanced/known-issue.html
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
---
|
||||
category: [FAQ]
|
||||
icon: delete
|
||||
icon: iconfont icon-delete
|
||||
order: 9
|
||||
redirectFrom: /advanced/uninstall.html
|
||||
---
|
||||
|
||||
@@ -3,7 +3,7 @@ headerDepth: 0
|
||||
category: [公告]
|
||||
redirectFrom: /community.html
|
||||
comment: false
|
||||
icon: community
|
||||
icon: iconfont icon-community
|
||||
order: 8
|
||||
---
|
||||
|
||||
@@ -13,20 +13,19 @@ order: 8
|
||||
|
||||
<!-- @include: star-request.md -->
|
||||
|
||||
## GitHub 讨论
|
||||
## <HopeIcon icon="iconfont icon-github" size="1.5rem" /> GitHub 讨论
|
||||
|
||||
[Snap.Hutao Discussion](https://github.com/DGP-Studio/Snap.Hutao/discussions)
|
||||
|
||||
## QQ 群
|
||||
## <HopeIcon icon="iconfont icon-qq" size="1.5rem" color="rgb(0,126,198)" /> QQ 群
|
||||
|
||||
> 若入群问题为最新版本号则请输入三位版本号(如 `1.2.3`)而不是四位版本号(如 `1.2.3.0`)
|
||||
|
||||
- [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 开发交流群_
|
||||
- [_Snap 开发交流群_](http://qm.qq.com/cgi-bin/qm/qr?_wv=1027&k=XJPjE6ffuYPkZmXvujdP1ZDY2BqL8RDg&authKey=YHBYvW4KmPUpPjGwYwGduG7ZELhFIkd9QxLHuwBFmm4UvQH1ThWiv%2FKPgeckiqt4&noverify=0&group_code=982424236)
|
||||
- 广泛的技术交流群,并非胡桃工具箱开发群
|
||||
- 开发群对申请者的技术水平有一定要求
|
||||
- 如果你有兴趣可以从[dev-group.hut.ao](https://dev-group.hut.ao)加入开发者交流群
|
||||
|
||||
## Discord
|
||||
## <HopeIcon icon="iconfont icon-discord1" size="1.5rem" color="rgb(115,139,216)" /> Discord
|
||||
|
||||
邀请链接:[https://discord.gg/Yb8bykaUKp](https://discord.gg/Yb8bykaUKp)
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
---
|
||||
category: [开源, 开发]
|
||||
icon: vscode
|
||||
icon: iconfont icon-vscode
|
||||
order: 1
|
||||
---
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ headerDepth: 0
|
||||
category: [公告, i18n]
|
||||
redirectFrom: /i18n.html
|
||||
comment: false
|
||||
icon: network
|
||||
icon: iconfont icon-network
|
||||
order: 7
|
||||
---
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ headerDepth: 0
|
||||
category: [公告, 项目, 功能]
|
||||
redirectFrom: /project.html
|
||||
comment: false
|
||||
icon: workingDirectory
|
||||
icon: iconfont icon-workingDirectory
|
||||
order: 6
|
||||
---
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@ externalLinkIcon: false
|
||||
category: [功能, 教程]
|
||||
redirectFrom: /quick-start.html
|
||||
comment: false
|
||||
icon: play
|
||||
icon: iconfont icon-play
|
||||
order: 5
|
||||
---
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
headerDepth: 0
|
||||
category: [公告]
|
||||
icon: debug
|
||||
icon: iconfont icon-debug
|
||||
order: 2
|
||||
comment: false
|
||||
redirectFrom: /statements/bug-report.html
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
headerDepth: 0
|
||||
category: [公告]
|
||||
icon: license
|
||||
icon: iconfont icon-license
|
||||
order: 3
|
||||
redirectFrom: /statements/privacy-notice.html
|
||||
comment: false
|
||||
|
||||
@@ -3,7 +3,7 @@ headerDepth: 0
|
||||
category: [公告]
|
||||
comment: false
|
||||
editLink: false
|
||||
icon: license
|
||||
icon: iconfont icon-license
|
||||
order: 4
|
||||
redirectFrom: /statements/toshtml
|
||||
---
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
---
|
||||
category: [公告]
|
||||
icon: update
|
||||
icon: iconfont icon-update
|
||||
order: 1
|
||||
redirectFrom: /statements/update-log.html
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user