File tree Expand file tree Collapse file tree 2 files changed +15
-9
lines changed
Expand file tree Collapse file tree 2 files changed +15
-9
lines changed Original file line number Diff line number Diff line change 22Author : 目棃
33Date : 2023-03-05
44Description : 说明文档
5- Update : 2023-03-10
5+ Update : 2023-03-19
66---
77
88> 本文档 [ ` Front-matter ` ] ( https://github.com/BTMuli/Mucli#FrontMatter ) 由 [ MuCli] ( https://github.com/BTMuli/Mucli ) 自动生成于` 2023-03-05 14:41:55 `
99>
10- > 更新于 ` 2023-03-10 22:16:17 `
10+ > 更新于 ` 2023-03-19 00:28:33 `
1111
1212# Tauri.Genshin
1313
@@ -25,6 +25,7 @@ Tauri 练手项目
2525
2626- [x] 米游社咨讯获取&展示
2727- [x] UIAF 成就数据导入导出&展示
28+ - [ ] GCG 卡牌数据展示
2829- ...
2930
3031## UI 参考
@@ -50,3 +51,8 @@ npm run tauri build
5051# License
5152
5253[ MIT] ( LICENSE )
54+
55+ # Contributors
56+
57+ - [ BTMuli] ( https://github.com/BTMuli )
58+ - [ jerry765] ( https://github.com/jerry765 )
Original file line number Diff line number Diff line change 22Author : 目棃
33Date : 2023-03-10
44Description : 项目资源说明
5- Update : 2023-03-15
5+ Update : 2023-03-19
66---
77
88> 本文档 [ ` Front-matter ` ] ( https://github.com/BTMuli/Mucli#FrontMatter ) 由 [ MuCli] ( https://github.com/BTMuli/Mucli ) 自动生成于` 2023-03-10 22:05:44 `
99>
10- > 更新于 ` 2023-03-15 01:02:22 `
10+ > 更新于 ` 2023-03-19 00:30:26 `
1111
1212## 说明
1313
@@ -31,13 +31,13 @@ Update: 2023-03-15
3131
3232### 图像资源
3333
34- - [ 米游社| 36691244] ( https://www.miyoushe.com/ys/article/36691244 )
35- - [ 原神WIKI| 成就系统] ( https://wiki.biligame.com/ys/%E6%88%90%E5%B0%B1%E7%B3%BB%E7%BB%9F )
34+ - [ 36691244|米游社 ] ( https://www.miyoushe.com/ys/article/36691244 )
35+ - [ 成就系统|原神WIKI ] ( https://wiki.biligame.com/ys/%E6%88%90%E5%B0%B1%E7%B3%BB%E7%BB%9F )
3636- [ HoneyHunterWorld] ( https://genshin.honeyhunterworld.com/?lang=EN )
3737
3838### 格式说明
3939
40- 关于 JSON 数据格式,参见 [ Achievements.ts] ( src/interface/Achievements.ts ) 。
40+ 关于 JSON 数据格式,参见 [ Achievements.ts] ( https://github.com/BTMuli/Tauri.Genshin/blob/master/ src/interface/Achievements.ts) 。
4141
4242关于图像资源格式,涉及到的图像类型及格式如下:
4343
@@ -49,7 +49,7 @@ Update: 2023-03-15
4949
5050### JSON 数据
5151
52- 为个人通过爬取 HoneyHunterWorld 生成的 JSON 数据,格式参见 [ NameCard.ts] ( src/interface/NameCard.ts ) 。
52+ 为个人通过爬取 HoneyHunterWorld 生成的 JSON 数据,格式参见 [ NameCard.ts] ( https://github.com/BTMuli/Tauri.Genshin/blob/master/ src/interface/NameCard.ts) 。
5353
5454参考:
5555
@@ -76,4 +76,4 @@ Update: 2023-03-15
7676
7777### 格式说明
7878
79- - 卡牌图标:` source/gcg/card/${cardType}/${cardName}.webp ` ,420x720,32位深度
79+ - 卡牌图标:` source/gcg/card/${cardType}/${cardName}.webp ` ,420x720,32位深度
You can’t perform that action at this time.
0 commit comments