Files
TeyvatGuide/README.md
2023-03-10 22:16:36 +08:00

53 lines
871 B
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-10
---
> 本文档 [`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`
# 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 成就数据导入导出&展示
- ...
## UI 参考
- [Snap.Hutao](http://snaphutao.com/)
## 资源来源
[项目资源说明](docs/项目资源说明.md)
## 开发
```bash
npm run tauri dev
```
## 构建
```bash
npm run tauri build
```
# License
[MIT](LICENSE)