mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2025-12-06 08:32:51 +08:00
docs(README): 更新 README
This commit is contained in:
20
README.md
20
README.md
@@ -2,12 +2,12 @@
|
||||
Author: 目棃
|
||||
Date: 2023-03-05
|
||||
Description: 说明文档
|
||||
Update: 2023-03-08
|
||||
Update: 2023-03-10
|
||||
---
|
||||
|
||||
> 本文档 [`Front-matter`](https://github.com/BTMuli/Mucli#FrontMatter) 由 [MuCli](https://github.com/BTMuli/Mucli) 自动生成于`2023-03-05 14:41:55`
|
||||
>
|
||||
> 更新于 `2023-03-08 14:38:21`
|
||||
> 更新于 `2023-03-10 10:45:34`
|
||||
|
||||
# Tauri.Genshin
|
||||
|
||||
@@ -21,6 +21,12 @@ Tauri 练手项目
|
||||
- [TypeScript](https://www.typescriptlang.org/)
|
||||
- [Vuetify](https://vuetifyjs.com/en/)
|
||||
|
||||
## 当前进度(Alpha)
|
||||
|
||||
- [x] 米游社咨讯获取&展示
|
||||
- [x] UIAF 成就数据导入导出&展示
|
||||
- ...
|
||||
|
||||
## UI 参考
|
||||
|
||||
- [Snap.Hutao](http://snaphutao.com/)
|
||||
@@ -29,8 +35,8 @@ Tauri 练手项目
|
||||
|
||||
Json 数据来源于如下几个项目:
|
||||
|
||||
- [Snap.Metadata](https://github.com/DGP-Studio/Snap.Metadata/blob/main/Output/CHS/)
|
||||
- [Paimon.Moe](https://github.com/MadeBaruna/paimon-moe/blob/main/src/data/)
|
||||
- [Snap.Metadata](https://github.com/DGP-Studio/Snap.Metadata/blob/main/Output/CHS)
|
||||
- [Paimon.Moe](https://github.com/MadeBaruna/paimon-moe/blob/main/src/data)
|
||||
|
||||
## 开发
|
||||
|
||||
@@ -38,6 +44,12 @@ Json 数据来源于如下几个项目:
|
||||
npm run tauri dev
|
||||
```
|
||||
|
||||
## 构建
|
||||
|
||||
```bash
|
||||
npm run tauri build
|
||||
```
|
||||
|
||||
# License
|
||||
|
||||
[MIT](LICENSE)
|
||||
|
||||
Reference in New Issue
Block a user