Files
TeyvatGuide/README.md
2023-03-28 15:20:55 +08:00

62 lines
1.2 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
Author: 目棃
Date: 2023-03-05
Description: 说明文档
Update: 2023-03-28
---
> 本文档 [`Front-matter`](https://github.com/BTMuli/Mucli#FrontMatter) 由 [MuCli](https://github.com/BTMuli/Mucli) 自动生成于`2023-03-05 14:41:55`
>
> 更新于 `2023-03-28 14:44:57`
# Tauri.Genshin
Tauri 练手项目
## 技术栈
- [Tauri](https://tauri.studio/zh-CN/)
- [Vue3](https://v3.cn.vuejs.org/)
- [Vite](https://cn.vitejs.dev/)
- [TypeScript](https://www.typescriptlang.org/)
- [Vuetify](https://vuetifyjs.com/en/)
## 当前进度Alpha
- [x] 米游社咨讯获取&展示
- [x] UIAF 成就数据导入导出&展示
- [x] GCG 卡牌数据展示
- ...
## UI 参考
- [Snap.Hutao](https://github.com/DGP-Studio/Snap.Hutao)
- [米游社](https://www.miyoushe.com/ys/)
## 相关文档
+ 资源来源:[项目资源说明](docs/项目资源说明.md)
## 开发
```bash
npm run tauri dev
```
## 构建
```bash
npm run tauri build
```
# License
项目基于 [MIT](LICENSE) 协议开源。
应用版本号遵循 [Semantic Versioning 2.0.0](https://semver.org/lang/zh-CN/) 规范。
# Contributors
- [BTMuli](https://github.com/BTMuli)
- [jerry765](https://github.com/jerry765)