Files
TeyvatGuide/README.md
2023-04-01 23:54:03 +08:00

77 lines
2.0 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-04-01
---
> 本文档 [`Front-matter`](https://github.com/BTMuli/Mucli#FrontMatter) 由 [MuCli](https://github.com/BTMuli/Mucli) 自动生成于`2023-03-05 14:41:55`
>
> 更新于 `2023-04-01 23:53:45`
![](https://img.shields.io/github/last-commit/BTMuli/Tauri.Genshin?style=for-the-badge) ![](https://img.shields.io/github/commits-since/BTMuli/Tauri.Genshin/latest?include_prereleases&style=for-the-badge) ![](https://img.shields.io/github/v/release/BTMuli/Tauri.Genshin?include_prereleases&style=for-the-badge) ![](https://img.shields.io/github/license/BTMuli/Tauri.Genshin?style=for-the-badge)
# Tauri.Genshin
Tauri 练手项目
## Release
- latest: 最新版本,[Github下载](https://github.com/BTMuli/Tauri.Genshin/releases/latest)
- dev: 开发版本,[阿里云下载](https://www.aliyundrive.com/s/viGQKLAHU16)
## 技术栈
- [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/)
## 当前进度(v0.1.1 Alpha)
> 以下进度仅为开发进度,不代表最终版本
- [x] 米游社咨讯获取&展示
- [x] 游戏内公告&活动获取&展示
- [x] UIAF 成就数据导入导出&展示
- [ ] UIGF 祈愿数据导入导出&展示
- [x] GCG 卡牌数据展示
- [ ] 素材日历展示
- [ ] 首页展示可选
- [ ] ...
## UI 参考
- [Snap.Hutao](https://github.com/DGP-Studio/Snap.Hutao)
- [米游社](https://www.miyoushe.com/ys/)
## 相关文档
+ Changelog: [CHANGELOG](CHANGELOG.md)
+ 资源来源:[项目资源说明](docs/项目资源说明.md)
+ UIAF[UIAF v1.1](docs/UIAF.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)