mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2025-12-07 08:42:49 +08:00
docs(update): 更新文档
This commit is contained in:
10
README.md
10
README.md
@@ -2,12 +2,12 @@
|
||||
Author: 目棃
|
||||
Date: 2023-03-05
|
||||
Description: 说明文档
|
||||
Update: 2023-03-10
|
||||
Update: 2023-03-19
|
||||
---
|
||||
|
||||
> 本文档 [`Front-matter`](https://github.com/BTMuli/Mucli#FrontMatter) 由 [MuCli](https://github.com/BTMuli/Mucli) 自动生成于`2023-03-05 14:41:55`
|
||||
>
|
||||
> 更新于 `2023-03-10 22:16:17`
|
||||
> 更新于 `2023-03-19 00:28:33`
|
||||
|
||||
# Tauri.Genshin
|
||||
|
||||
@@ -25,6 +25,7 @@ Tauri 练手项目
|
||||
|
||||
- [x] 米游社咨讯获取&展示
|
||||
- [x] UIAF 成就数据导入导出&展示
|
||||
- [ ] GCG 卡牌数据展示
|
||||
- ...
|
||||
|
||||
## UI 参考
|
||||
@@ -50,3 +51,8 @@ npm run tauri build
|
||||
# License
|
||||
|
||||
[MIT](LICENSE)
|
||||
|
||||
# Contributors
|
||||
|
||||
- [BTMuli](https://github.com/BTMuli)
|
||||
- [jerry765](https://github.com/jerry765)
|
||||
|
||||
@@ -2,12 +2,12 @@
|
||||
Author: 目棃
|
||||
Date: 2023-03-10
|
||||
Description: 项目资源说明
|
||||
Update: 2023-03-15
|
||||
Update: 2023-03-19
|
||||
---
|
||||
|
||||
> 本文档 [`Front-matter`](https://github.com/BTMuli/Mucli#FrontMatter) 由 [MuCli](https://github.com/BTMuli/Mucli) 自动生成于`2023-03-10 22:05:44`
|
||||
>
|
||||
> 更新于 `2023-03-15 01:02:22`
|
||||
> 更新于 `2023-03-19 00:30:26`
|
||||
|
||||
## 说明
|
||||
|
||||
@@ -31,13 +31,13 @@ Update: 2023-03-15
|
||||
|
||||
### 图像资源
|
||||
|
||||
- [米游社|36691244](https://www.miyoushe.com/ys/article/36691244)
|
||||
- [原神WIKI|成就系统](https://wiki.biligame.com/ys/%E6%88%90%E5%B0%B1%E7%B3%BB%E7%BB%9F)
|
||||
- [36691244|米游社](https://www.miyoushe.com/ys/article/36691244)
|
||||
- [成就系统|原神WIKI](https://wiki.biligame.com/ys/%E6%88%90%E5%B0%B1%E7%B3%BB%E7%BB%9F)
|
||||
- [HoneyHunterWorld](https://genshin.honeyhunterworld.com/?lang=EN)
|
||||
|
||||
### 格式说明
|
||||
|
||||
关于 JSON 数据格式,参见 [Achievements.ts](src/interface/Achievements.ts)。
|
||||
关于 JSON 数据格式,参见 [Achievements.ts](https://github.com/BTMuli/Tauri.Genshin/blob/master/src/interface/Achievements.ts)。
|
||||
|
||||
关于图像资源格式,涉及到的图像类型及格式如下:
|
||||
|
||||
@@ -49,7 +49,7 @@ Update: 2023-03-15
|
||||
|
||||
### JSON 数据
|
||||
|
||||
为个人通过爬取 HoneyHunterWorld 生成的 JSON 数据,格式参见 [NameCard.ts](src/interface/NameCard.ts)。
|
||||
为个人通过爬取 HoneyHunterWorld 生成的 JSON 数据,格式参见 [NameCard.ts](https://github.com/BTMuli/Tauri.Genshin/blob/master/src/interface/NameCard.ts)。
|
||||
|
||||
参考:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user