Compare commits
126 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
cf801314a1 | ||
|
|
06f4d26184 | ||
|
|
518af605de | ||
|
|
1aa3ba3792 | ||
|
|
fc0b165c8f | ||
|
|
efec9f7917 | ||
|
|
c168a07640 | ||
|
|
839891448c | ||
|
|
cc475a5c50 | ||
|
|
98189974b8 | ||
|
|
f6e531909b | ||
|
|
f7238186f4 | ||
|
|
b71e21a131 | ||
|
|
5c54fc255a | ||
|
|
49b4ad53cd | ||
|
|
32a40b3cad | ||
|
|
b7a555c8b8 | ||
|
|
6ab1f5c842 | ||
|
|
98c3e1a468 | ||
|
|
90775f925b | ||
|
|
751372a4ba | ||
|
|
4ab679dcea | ||
|
|
c41b89acf7 | ||
|
|
2f34b1be45 | ||
|
|
a7ad394c4f | ||
|
|
a8bf9e3c3b | ||
|
|
6af3461168 | ||
|
|
63f72a992c | ||
|
|
f7b60fb218 | ||
|
|
7b76432b1e | ||
|
|
068f8c7647 | ||
|
|
c27d3af5db | ||
|
|
3691397cec | ||
|
|
cbce3eda60 | ||
|
|
54a0cfd03f | ||
|
|
214991fdd9 | ||
|
|
58e3c0e1a6 | ||
|
|
358255d50a | ||
|
|
d2fa3529f8 | ||
|
|
7dedcc4ea9 | ||
|
|
980b420eb1 | ||
|
|
c8c157852f | ||
|
|
48a84918b6 | ||
|
|
f6bea9b2e7 | ||
|
|
3b0bc4b1a5 | ||
|
|
b484e745e0 | ||
|
|
74320f0e9a | ||
|
|
adc96b7649 | ||
|
|
e32988f663 | ||
|
|
1cd1c1f035 | ||
|
|
b04f49ec46 | ||
|
|
5c2bb4e5af | ||
|
|
9a25e387aa | ||
|
|
fa22a45bb1 | ||
|
|
146f3404f0 | ||
|
|
93fe738c97 | ||
|
|
5272108e82 | ||
|
|
faa1832c1e | ||
|
|
5712d4b7fc | ||
|
|
1ad3506f66 | ||
|
|
7841ea4a79 | ||
|
|
66ecd9a91e | ||
|
|
6e79c0a7e0 | ||
|
|
96ab38b932 | ||
|
|
788560f536 | ||
|
|
fdfcc70bcb | ||
|
|
cbb2ddd8a2 | ||
|
|
8aeaf30a89 | ||
|
|
fe1f16584e | ||
|
|
e974f30647 | ||
|
|
ce2ff5b6f5 | ||
|
|
491cdf9af6 | ||
|
|
49c716f009 | ||
|
|
b3bbd4bed7 | ||
|
|
bbc2a3f845 | ||
|
|
3cd2586ed4 | ||
|
|
dd940d5a2b | ||
|
|
b57d34419f | ||
|
|
bd67ee7a25 | ||
|
|
137180028e | ||
|
|
a513b38f14 | ||
|
|
2cbac71b36 | ||
|
|
e95cf683aa | ||
|
|
1fa97d0a6c | ||
|
|
be42e562fd | ||
|
|
e91365a3db | ||
|
|
d5b810c160 | ||
|
|
6a7fddc38b | ||
|
|
6ab64315dc | ||
|
|
0c73dac5cb | ||
|
|
415460f2f9 | ||
|
|
7639f8b311 | ||
|
|
89efe01009 | ||
|
|
e70a330a0e | ||
|
|
8359af076e | ||
|
|
f6b459882c | ||
|
|
c05d359db4 | ||
|
|
e72c4dab7f | ||
|
|
de810278bd | ||
|
|
b727688e9c | ||
|
|
66539b4bdb | ||
|
|
9e6b8e9283 | ||
|
|
d45d26cafd | ||
|
|
b0fc874965 | ||
|
|
0845ca847c | ||
|
|
e53fb5b99e | ||
|
|
b0b979f958 | ||
|
|
0a9f3d2483 | ||
|
|
d3eb5b7ab0 | ||
|
|
e0be251a05 | ||
|
|
6068821f89 | ||
|
|
0c95648dc6 | ||
|
|
55901ee680 | ||
|
|
7513643e02 | ||
|
|
42cf8bfd9c | ||
|
|
17457169fd | ||
|
|
0c2d4d0b89 | ||
|
|
a7dd069930 | ||
|
|
f907c798bc | ||
|
|
8abeeb8c8f | ||
|
|
8a11dd6919 | ||
|
|
4e23970a6c | ||
|
|
61287e3297 | ||
|
|
a0d9f38f79 | ||
|
|
40e0157443 | ||
|
|
00cecf593a |
@@ -2,4 +2,6 @@
|
||||
dist
|
||||
src-tauri/target
|
||||
# Submodules
|
||||
TGAssistant
|
||||
TGAssistant
|
||||
# Package files
|
||||
pnpm-lock.yaml
|
||||
|
||||
192
.eslintrc.yml
@@ -3,37 +3,173 @@ env:
|
||||
browser: true
|
||||
es2021: true
|
||||
extends:
|
||||
- plugin:vue/vue3-recommended
|
||||
- standard-with-typescript
|
||||
- plugin:vue/vue3-essential
|
||||
- prettier
|
||||
- plugin:prettier/recommended
|
||||
parser: vue-eslint-parser
|
||||
- plugin:yml/standard
|
||||
- plugin:jsonc/recommended-with-json
|
||||
parserOptions:
|
||||
extraFileExtensions:
|
||||
- .vue
|
||||
parser: "@typescript-eslint/parser"
|
||||
project:
|
||||
- tsconfig.json
|
||||
- tsconfig.node.json
|
||||
ecmaVersion: latest
|
||||
sourceType: module
|
||||
tsconfigRootDir: .
|
||||
project: ./tsconfig.json
|
||||
globals:
|
||||
TGApp: readonly
|
||||
plugins:
|
||||
- vue
|
||||
- prettier
|
||||
window: readonly
|
||||
rules:
|
||||
# normal
|
||||
array-callback-return: warn
|
||||
# TypeScript
|
||||
"@typescript-eslint/strict-boolean-expressions": off
|
||||
"@typescript-eslint/consistent-type-assertions":
|
||||
- warn
|
||||
- assertionStyle: angle-bracket # 使用尖括号
|
||||
"@typescript-eslint/naming-convention":
|
||||
- warn
|
||||
- selector: variableLike
|
||||
format: ["camelCase", "UPPER_CASE", "PascalCase", "snake_case"]
|
||||
leadingUnderscore: "allow"
|
||||
trailingUnderscore: "allow"
|
||||
"@typescript-eslint/no-non-null-assertion": warn
|
||||
# Vue
|
||||
"vue/multi-word-component-names": off
|
||||
vue/multi-word-component-names: off
|
||||
vue/valid-template-root: off
|
||||
overrides:
|
||||
- files: ["*.ts"]
|
||||
extends: standard-with-typescript
|
||||
# 将此处规则 copy 到下面的 .vue 文件的 rules 中
|
||||
rules:
|
||||
import/order:
|
||||
- error
|
||||
- groups:
|
||||
- builtin
|
||||
- external
|
||||
- [internal, parent, sibling, index]
|
||||
- unknown
|
||||
newlines-between: always
|
||||
alphabetize:
|
||||
order: asc
|
||||
caseInsensitive: true
|
||||
"@typescript-eslint/indent": off
|
||||
"@typescript-eslint/quotes":
|
||||
- error
|
||||
- double
|
||||
"@typescript-eslint/semi":
|
||||
- error
|
||||
- always
|
||||
"@typescript-eslint/comma-dangle":
|
||||
- error
|
||||
- always-multiline
|
||||
"@typescript-eslint/space-before-function-paren":
|
||||
- error
|
||||
- anonymous: always
|
||||
named: never
|
||||
asyncArrow: always
|
||||
"@typescript-eslint/member-delimiter-style":
|
||||
- error
|
||||
- multiline:
|
||||
delimiter: semi
|
||||
requireLast: true
|
||||
"@typescript-eslint/no-import-type-side-effects": error
|
||||
"@typescript-eslint/strict-boolean-expressions": off
|
||||
"@typescript-eslint/consistent-type-assertions":
|
||||
- warn
|
||||
- assertionStyle: angle-bracket # 使用尖括号
|
||||
"@typescript-eslint/naming-convention":
|
||||
- warn
|
||||
- selector: variableLike
|
||||
format: [camelCase, UPPER_CASE, PascalCase, snake_case]
|
||||
leadingUnderscore: allow
|
||||
trailingUnderscore: allow
|
||||
"@typescript-eslint/no-non-null-assertion": warn
|
||||
"@typescript-eslint/no-misused-promises": off
|
||||
- files: ["*.vue"]
|
||||
parser: vue-eslint-parser
|
||||
parserOptions:
|
||||
parser: "@typescript-eslint/parser"
|
||||
extraFileExtensions: [.vue]
|
||||
rules:
|
||||
import/order:
|
||||
- error
|
||||
- groups:
|
||||
- builtin
|
||||
- external
|
||||
- [internal, parent, sibling, index]
|
||||
- unknown
|
||||
newlines-between: always
|
||||
alphabetize:
|
||||
order: asc
|
||||
caseInsensitive: true
|
||||
"@typescript-eslint/indent": off
|
||||
"@typescript-eslint/quotes":
|
||||
- error
|
||||
- double
|
||||
"@typescript-eslint/semi":
|
||||
- error
|
||||
- always
|
||||
"@typescript-eslint/comma-dangle":
|
||||
- error
|
||||
- always-multiline
|
||||
"@typescript-eslint/space-before-function-paren":
|
||||
- error
|
||||
- anonymous: always
|
||||
named: never
|
||||
asyncArrow: always
|
||||
"@typescript-eslint/member-delimiter-style":
|
||||
- error
|
||||
- multiline:
|
||||
delimiter: semi
|
||||
requireLast: true
|
||||
"@typescript-eslint/no-import-type-side-effects": error
|
||||
"@typescript-eslint/strict-boolean-expressions": off
|
||||
"@typescript-eslint/consistent-type-assertions":
|
||||
- warn
|
||||
- assertionStyle: angle-bracket # 使用尖括号
|
||||
"@typescript-eslint/naming-convention":
|
||||
- warn
|
||||
- selector: variableLike
|
||||
format: [camelCase, UPPER_CASE, PascalCase, snake_case]
|
||||
leadingUnderscore: allow
|
||||
trailingUnderscore: allow
|
||||
"@typescript-eslint/no-non-null-assertion": warn
|
||||
"@typescript-eslint/no-misused-promises": off
|
||||
- files: [package.json, tsconfig.json]
|
||||
parser: jsonc-eslint-parser
|
||||
rules:
|
||||
jsonc/sort-array-values:
|
||||
- error
|
||||
- pathPattern: .*
|
||||
order:
|
||||
type: asc
|
||||
jsonc/sort-keys:
|
||||
- error
|
||||
- pathPattern: ^$
|
||||
order:
|
||||
- name
|
||||
- version
|
||||
- description
|
||||
- private
|
||||
- packageManager
|
||||
- scripts
|
||||
- lint-staged
|
||||
- keywords
|
||||
- author
|
||||
- license
|
||||
- repository
|
||||
- homepage
|
||||
- bugs
|
||||
- dependencies
|
||||
- devDependencies
|
||||
- files: ["*.yaml", "*.yml"]
|
||||
parser: yaml-eslint-parser
|
||||
parserOptions:
|
||||
defaultYAMLVersion: "1.2"
|
||||
rules:
|
||||
yml/indent:
|
||||
- error
|
||||
- 2
|
||||
yml/no-multiple-empty-lines: error
|
||||
yml/key-spacing: error
|
||||
yml/quotes:
|
||||
- error
|
||||
- prefer: double
|
||||
avoidEscape: true
|
||||
yml/sort-keys:
|
||||
- error
|
||||
- pathPattern: ^$
|
||||
order:
|
||||
- root
|
||||
- env
|
||||
- extends
|
||||
- parserOptions
|
||||
- globals
|
||||
- rules
|
||||
- overrides
|
||||
- pathPattern: ^rules$
|
||||
order:
|
||||
type: asc
|
||||
|
||||
11
.github/workflows/build.yml
vendored
@@ -42,11 +42,16 @@ jobs:
|
||||
- uses: tauri-apps/tauri-action@dev
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
TAURI_PRIVATE_KEY: ${{ secrets.TAURI_PRIVATE_KEY }}
|
||||
TAURI_KEY_PASSWORD: ${{ secrets.TAURI_KEY_PASSWORD }}
|
||||
# TAURI_PRIVATE_KEY: ${{ secrets.TAURI_PRIVATE_KEY }}
|
||||
# TAURI_KEY_PASSWORD: ${{ secrets.TAURI_KEY_PASSWORD }}
|
||||
with:
|
||||
tagName: v__VERSION__ # the action automatically replaces \_\_VERSION\_\_ with the app version
|
||||
releaseName: v__VERSION__-beta
|
||||
releaseBody: https://github.com/BTMuli/Tauri.Genshin/releases/tag/v__VERSION__
|
||||
releaseBody: |
|
||||
> 建议通过微软应用商店下载,此处仅作为备份
|
||||
|
||||
<a href="https://apps.microsoft.com/store/detail/9NLBNNNBNSJN?launch=true&cid=BTMuli&mode=mini">
|
||||
<img src="https://get.microsoft.com/images/zh-cn%20dark.svg" alt="download"/>
|
||||
</a>
|
||||
releaseDraft: true
|
||||
prerelease: false
|
||||
|
||||
9
.github/workflows/qodana_code_quality.yml
vendored
@@ -1,11 +1,10 @@
|
||||
name: Qodana
|
||||
on:
|
||||
workflow_dispatch:
|
||||
pull_request:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
|
||||
# pull_request:
|
||||
# push:
|
||||
# branches:
|
||||
# - master
|
||||
jobs:
|
||||
qodana:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
@@ -9,3 +9,5 @@ src-tauri/target
|
||||
TGAssistant
|
||||
# Pnpm
|
||||
pnpm-lock.yaml
|
||||
# Qodana
|
||||
qodana.yaml
|
||||
|
||||
85
CHANGELOG.md
@@ -1,13 +1,90 @@
|
||||
---
|
||||
Author: 目棃
|
||||
Date: 2023-09-08
|
||||
Description: CHANGELOG
|
||||
Update: 2023-09-08
|
||||
Date: 2023-09-08
|
||||
Update: 2023-10-19
|
||||
---
|
||||
|
||||
> 本文档 [`Front-matter`](https://github.com/BTMuli/Mucli#FrontMatter) 由 [MuCli](https://github.com/BTMuli/Mucli) 自动生成于 `2023-09-08 09:45:17 `
|
||||
> 本文档 [`Frontmatter`](https://github.com/BTMuli/MuCli#Frontmatter) 由 [MuCli](https://github.com/BTMuli/Mucli) 自动生成于 `2023-09-08 09:45:17 `
|
||||
>
|
||||
> 更新于 `2023-09-08 09:45:17`
|
||||
> 更新于 `2023-10-19 13:49:53`
|
||||
|
||||
## [0.3.3](https://github.com/BTMuli/TeyvatGuide/releases/v0.3.3) (2023-10-19)
|
||||
|
||||
### Feat
|
||||
|
||||
- 应用:支持含视频帖子分享图生成 [`#44`](https://github.com/BTMuli/TeyvatGuide/issues/44)
|
||||
- 帖子:新增对于大别野卡片 `VillaCard` 的解析渲染
|
||||
- 应用:公告页样式美化
|
||||
- 应用:采取动态路由,提高加载速度
|
||||
- 角色:完善深色模式角色详情页样式
|
||||
|
||||
### Fix
|
||||
|
||||
- 深渊:默认刷新两期 [`#48`](https://github.com/BTMuli/TeyvatGuide/issues/48)
|
||||
- 成就:修复部分成就版本错误 [`DGP-Studio/Snap.Hutao#996`](https://github.com/BTMuli/TeyvatGuide/commit/fdfcc70b)
|
||||
- 应用:完善 DeepLink 处理
|
||||
- 应用:完善 Cookie,BriefInfo 数据获取
|
||||
- 应用:数据库链接保持开启,[`#46`](https://github.com/BTMuli/TeyvatGuide/issues/46)
|
||||
- 组件:修复 `showConfirm` 文字过长时溢出容器问题 [`358255d5`](https://github.com/BTMuli/TeyvatGuide/commit/358255d5)
|
||||
- 应用:更改弹窗弹出机制 [`#45`](https://github.com/BTMuli/TeyvatGuide/issues/45)
|
||||
- 数据:补充 4.1 版本缺漏数据
|
||||
|
||||
### Change
|
||||
|
||||
- 图像:未登录时的默认头像变更 [`2cbac71b`](https://github.com/BTMuli/TeyvatGuide/commit/2cbac71b)
|
||||
- 成就:添加 Finish Icon [`96ab38b9`](https://github.com/BTMuli/TeyvatGuide/commit/96ab38b9)
|
||||
- 应用:浅色主题样式调整
|
||||
- 帖子:未知结构化数据类型样式调整 [`adc96b76`](https://github.com/BTMuli/TeyvatGuide/commit/adc96b76)
|
||||
- 应用:重构创建帖子子窗口代码
|
||||
- 应用:咨讯页路由变更
|
||||
- 组件:`showSnackbar` 样式调整
|
||||
- 应用:重构咨讯页代码
|
||||
|
||||
FullCommits: [`v0.3.2...v0.3.3`](https://BTMuli/TeyvatGuide/compare/v0.3.2...v0.3.3)
|
||||
|
||||
## [0.3.2](https://github.com/BTMuli/TeyvatGuide/releases/v0.3.2) (2023-9-27)
|
||||
|
||||
### Feat
|
||||
|
||||
- 成就:支持 [`YaeAchievement`](https://github.com/HolographicHat/YaeAchievement) 直接导入 [`#42`](https://github.com/BTMuli/TeyvatGuide/issues/42)
|
||||
- 资源:更新至 4.1 版本 [`#41`](https://github.com/BTMuli/TeyvatGuide/issues/41)
|
||||
- 应用:退出主窗口自动关闭所有子窗口
|
||||
- 应用:完成单例模式,防止多次打开应用
|
||||
|
||||
### Fix
|
||||
|
||||
- 解析:修复表情解析概率报错
|
||||
- 路由:路由跳转优化
|
||||
|
||||
### Change
|
||||
|
||||
- UI: 配色变更
|
||||
- 分享:改为直接复制到剪贴板
|
||||
|
||||
FullCommits: [`v0.3.1...v0.3.2`](https://BTMuli/TeyvatGuide/compare/v0.3.1...v0.3.2)
|
||||
|
||||
## [0.3.1](https://github.com/BTMuli/TeyvatGuide/releases/v0.3.1) (2023-09-15)
|
||||
|
||||
### Feat
|
||||
|
||||
- 正式上架微软商店 <a href="https://apps.microsoft.com/store/detail/9NLBNNNBNSJN?launch=true&cid=BTMuli&mode=mini">
|
||||
<img src="https://get.microsoft.com/images/zh-cn%20dark.svg" alt="download"/>
|
||||
</a>
|
||||
- 首页:检测到版本更新时,会弹出更新页面
|
||||
|
||||
### Fix
|
||||
|
||||
- 修复祈愿记录获取失败的问题 [`#38`](https://github.com/BTMuli/TeyvatGuide/issues/38)
|
||||
- 修复应用初始化加载数据库失败的问题 [`#40`](https://github.com/BTMuli/TeyvatGuide/issues/40)
|
||||
- 修复 Github action 构建失败的问题
|
||||
|
||||
### Change
|
||||
|
||||
- 应用:关闭 Tauri 自带的自动更新功能,依赖微软商店的更新机制
|
||||
- 应用:更改应用名称,`Tauri.Genshin` -> `Teyvat Guide`
|
||||
|
||||
FullCommits: [`v0.3.0...v0.3.1`](https://github.com/BTMuli/TeyvatGuide/compare/v0.3.0...v0.3.1)
|
||||
|
||||
## [0.3.0](https://github.com/BTMuli/Tauri.Genshin/releases/v0.3.0) (2023-09-08)
|
||||
|
||||
|
||||
60
README.md
@@ -1,44 +1,39 @@
|
||||
---
|
||||
Author: 目棃
|
||||
Date: 2023-03-05
|
||||
Description: 说明文档
|
||||
Update: 2023-09-08
|
||||
Date: 2023-03-05
|
||||
Update: 2023-10-19
|
||||
---
|
||||
|
||||
> 本文档 [`Front-matter`](https://github.com/BTMuli/Mucli#FrontMatter) 由 [MuCli](https://github.com/BTMuli/Mucli) 自动生成于 `undefined`
|
||||
> 本文档 [`Frontmatter`](https://github.com/BTMuli/MuCli#Frontmatter) 由 [MuCli](https://github.com/BTMuli/Mucli) 自动生成于 `2023-03-05 14:41:55`
|
||||
>
|
||||
> 更新于 `2023-09-08 09:44:24`
|
||||
> 更新于 `2023-08-31 11:14:51`
|
||||
> 更新于 `2023-10-19 13:48:03`
|
||||
|
||||
 
|
||||
 
|
||||
|
||||
  
|
||||
  
|
||||
|
||||
# Tauri.Genshin
|
||||
<div style="width: 100%; text-align: center; margin: 0 auto;">
|
||||
<img alt="icon" src="public/icon.png" />
|
||||
</div>
|
||||
|
||||
# Teyvat Guide
|
||||
|
||||
基于 Tauri 的原神助手应用。
|
||||
|
||||
A Genshin Impact assistant app based on Tauri.
|
||||
|
||||
## 声明 / Declaration
|
||||
|
||||
本项目仅供个人学习交流使用。请勿用于任何商业或违法违规用途。
|
||||
|
||||
本项目涉及到的隐私数据,如 Cookie、Token 等,仅用于获取相关数据,不会被上传至任何服务器。
|
||||
|
||||
深渊页面的上传功能,采用的是 [Hutao API](https://hut.ao/zh/development/platform.html) 提供的接口,仅上传如下数据:
|
||||
|
||||
- 用户的游戏 UID
|
||||
- 用户的深境螺旋记录
|
||||
- 用户的角色信息及其装备的武器和圣遗物信息
|
||||
|
||||
该功能为用户主动上传,不会在用户不知情的情况下上传数据。
|
||||
|
||||
## 下载 / Download
|
||||
|
||||
应用仅支持 Windows x64 平台,如需其他平台请自行编译。
|
||||
> 程序已经通过微软商店审核,可以直接在商店下载。
|
||||
|
||||
[](https://github.com/BTMuli/Tauri.Genshin/releases/latest)
|
||||
<a href="https://apps.microsoft.com/store/detail/9NLBNNNBNSJN?launch=true&cid=BTMuli&mode=mini">
|
||||
<img src="https://get.microsoft.com/images/zh-cn%20dark.svg" alt="download"/>
|
||||
</a>
|
||||
|
||||
> 不推荐通过 GitHub Release 下载,但仍保留了该功能。
|
||||
|
||||
[](https://github.com/BTMuli/TeyvatGuide/releases/latest)
|
||||
|
||||
## 技术栈 / Tech Stack
|
||||
|
||||
@@ -56,7 +51,7 @@ A Genshin Impact assistant app based on Tauri.
|
||||
- [x] 当前卡池、近期活动、素材日历
|
||||
- [x] 游戏内公告&活动获取
|
||||
- [x] 米游社官方帖获取(支持通过 ID 获取)
|
||||
- [x] 成就管理(UIAF)
|
||||
- [x] 成就管理(UIAF),支持 [`YaeAchievement`](https://github.com/HolographicHat/YaeAchievement) 导入
|
||||
- [x] 祈愿管理(UIGF)
|
||||
|
||||
- 登陆功能:
|
||||
@@ -69,17 +64,16 @@ A Genshin Impact assistant app based on Tauri.
|
||||
- Wiki 功能:
|
||||
|
||||
- [x] 深渊数据库(Hutao API)
|
||||
- [x] 角色数据库(开发中)
|
||||
- [x] 武器数据库(开发中)
|
||||
- [x] 卡牌数据库(开发中)
|
||||
- [ ] 角色数据库(开发中)
|
||||
- [ ] 武器数据库(开发中)
|
||||
- [ ] 卡牌数据库(开发中)
|
||||
|
||||
- 应用功能:
|
||||
- [x] 应用更新检测
|
||||
- [x] 浅色/深色主题切换
|
||||
|
||||
## 仓库概况 / Repo Stats
|
||||
|
||||

|
||||

|
||||
|
||||
## UI 参考 / UI Reference
|
||||
|
||||
@@ -107,6 +101,8 @@ A Genshin Impact assistant app based on Tauri.
|
||||
|
||||
应用版本号遵循 [Semantic Versioning 2.0.0](https://semver.org/lang/zh-CN/) 规范。
|
||||
|
||||
隐私政策:[Privacy](https://app.btmuli.ink/docs/privacy.html)
|
||||
|
||||
## 鸣谢 / Thanks
|
||||
|
||||
本项目在开发过程中参考了诸多相关开源项目,特此鸣谢。
|
||||
@@ -118,3 +114,7 @@ A Genshin Impact assistant app based on Tauri.
|
||||
- [gs-helper](https://github.com/vikiboss/gs-helper)
|
||||
- [paimon-moe](https://github.com/MadeBaruna/paimon-moe)
|
||||
- [Adachi-BOT](https://github.com/Arondight/Adachi-BOT)
|
||||
|
||||
感谢 JetBrains 提供的开源许可证。
|
||||
|
||||
[](https://www.jetbrains.com/?from=TeyvatGuide)
|
||||
|
||||
11
latest.json
@@ -1,11 +0,0 @@
|
||||
{
|
||||
"version": "0.2.3",
|
||||
"notes": "https://github.com/BTMuli/Tauri.Genshin/releases/tag/v0.2.3",
|
||||
"pub_date": "2023-08-31T03:45:54.050Z",
|
||||
"platforms": {
|
||||
"windows-x86_64": {
|
||||
"signature": "dW50cnVzdGVkIGNvbW1lbnQ6IHNpZ25hdHVyZSBmcm9tIHRhdXJpIHNlY3JldCBrZXkKUlVSWkdzekNNZjh1aGpiYTMxZkxtaU1HQzRRcFJQWngyaTdzZUpBMjZrak5QZ3JTbXBOV1JySG1FcmlQTDVlM2kwK08xeEZRYVZLZUdMWlRNaXFJdXVsSEloTm8rMjBxUUFnPQp0cnVzdGVkIGNvbW1lbnQ6IHRpbWVzdGFtcDoxNjkzNDUzNTM4CWZpbGU6dGF1cmktZ2Vuc2hpbl8wLjIuM194NjRfemgtQ04ubXNpLnppcApZZzZMSDlRZDlMZ3VWd1BORUlOL2l3WXBKd2JSajFtVzVwR01Wd2NFUHJ1OUkwT2JVYi9NVFFTQ0x0NDlvUkxXejFhZTVZdUhuM0lSSXZkbGpaVExDdz09Cg==",
|
||||
"url": "https://github.com/BTMuli/Tauri.Genshin/releases/download/v0.2.3/tauri-genshin_0.2.3_x64_zh-CN.msi.zip"
|
||||
}
|
||||
}
|
||||
}
|
||||
60
package.json
@@ -1,10 +1,9 @@
|
||||
{
|
||||
"name": "tauri-genshin",
|
||||
"name": "TeyvatGuide",
|
||||
"version": "0.3.3",
|
||||
"description": "A Genshin Tool build with Tauri",
|
||||
"private": true,
|
||||
"version": "0.3.0",
|
||||
"author": "BTMuli <bt-muli@outlook.com>",
|
||||
"packageManager": "pnpm@8.7.4",
|
||||
"packageManager": "pnpm@8.9.2",
|
||||
"scripts": {
|
||||
"build": "tauri build",
|
||||
"debug": "tauri build --debug",
|
||||
@@ -17,34 +16,37 @@
|
||||
"lint:style:fix": "pnpm lint:style --fix",
|
||||
"prettier": "prettier . --write",
|
||||
"tauri": "tauri",
|
||||
"tauri:icon": "tauri icon ./public/icon.png",
|
||||
"vite:dev": "vite dev",
|
||||
"vite:build": "vite build",
|
||||
"prepare": "husky install"
|
||||
"prepare": "husky install",
|
||||
"fix:pnpm": "pnpm add https://github.com/tauri-apps/tauri-plugin-sql#v1"
|
||||
},
|
||||
"lint-staged": {
|
||||
"*.{ts,vue}": "eslint --fix",
|
||||
"*.{vue,css}": "stylelint --fix",
|
||||
"*.{ts,vue,css,yml,json,md}": "prettier --write"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/BTMuli/Tauri.Genshin/issues"
|
||||
},
|
||||
"directories": {
|
||||
"doc": "docs"
|
||||
},
|
||||
"homepage": "https://github.com/BTMuli/Tauri.Genshin#readme",
|
||||
"keywords": [
|
||||
"Tauri",
|
||||
"Genshin Impact",
|
||||
"Node",
|
||||
"Tauri",
|
||||
"Typescript",
|
||||
"Vite",
|
||||
"Genshin Impact",
|
||||
"Vuetify"
|
||||
],
|
||||
"author": "BTMuli <bt-muli@outlook.com>",
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/BTMuli/Tauri.Genshin.git"
|
||||
"url": "https://github.com/BTMuli/TeyvatGuide.git"
|
||||
},
|
||||
"homepage": "https://github.com/BTMuli/TeyvatGuide#readme",
|
||||
"bugs": {
|
||||
"url": "https://github.com/BTMuli/TeyvatGuide/issues"
|
||||
},
|
||||
"directories": {
|
||||
"doc": "docs"
|
||||
},
|
||||
"dependencies": {
|
||||
"@mdi/font": "7.2.96",
|
||||
@@ -53,37 +55,42 @@
|
||||
"color-convert": "^2.0.1",
|
||||
"echarts": "^5.4.3",
|
||||
"html2canvas": "^1.4.1",
|
||||
"js-md5": "^0.7.3",
|
||||
"js-md5": "^0.8.0",
|
||||
"pinia": "^2.1.6",
|
||||
"pinia-plugin-persistedstate": "^3.2.0",
|
||||
"qrcode.vue": "^3.4.1",
|
||||
"tauri-plugin-sql-api": "github:tauri-apps/tauri-plugin-sql#v1",
|
||||
"uuid": "^9.0.1",
|
||||
"vue": "^3.3.4",
|
||||
"vue-echarts": "^6.6.1",
|
||||
"vue-json-viewer": "^3.0.4",
|
||||
"vue-router": "^4.2.4",
|
||||
"vuetify": "^3.3.15",
|
||||
"vue-router": "^4.2.5",
|
||||
"vuetify": "^3.3.19",
|
||||
"wcag-color": "^1.1.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@tauri-apps/cli": "^1.4.0",
|
||||
"@types/color-convert": "^2.0.0",
|
||||
"@types/color-convert": "^2.0.1",
|
||||
"@types/js-md5": "^0.7.0",
|
||||
"@types/node": "^20.5.7",
|
||||
"@typescript-eslint/eslint-plugin": "^6.5.0",
|
||||
"@typescript-eslint/parser": "^6.5.0",
|
||||
"@types/node": "^20.7.1",
|
||||
"@types/uuid": "^9.0.5",
|
||||
"@typescript-eslint/eslint-plugin": "^6.7.3",
|
||||
"@typescript-eslint/parser": "^6.7.3",
|
||||
"@vitejs/plugin-vue": "^4.3.4",
|
||||
"@vue/devtools": "^6.5.0",
|
||||
"concurrently": "^8.2.1",
|
||||
"eslint": "^8.48.0",
|
||||
"eslint": "^8.50.0",
|
||||
"eslint-config-prettier": "^9.0.0",
|
||||
"eslint-config-standard-with-typescript": "^39.0.0",
|
||||
"eslint-config-standard-with-typescript": "^39.1.1",
|
||||
"eslint-plugin-import": "^2.28.1",
|
||||
"eslint-plugin-n": "^16.0.2",
|
||||
"eslint-plugin-jsonc": "^2.10.0",
|
||||
"eslint-plugin-n": "^16.1.0",
|
||||
"eslint-plugin-prettier": "^5.0.0",
|
||||
"eslint-plugin-promise": "^6.1.1",
|
||||
"eslint-plugin-vue": "^9.17.0",
|
||||
"eslint-plugin-yml": "^1.10.0",
|
||||
"husky": "^8.0.3",
|
||||
"jsonc-eslint-parser": "^2.3.0",
|
||||
"lint-staged": "^14.0.1",
|
||||
"prettier": "3.0.3",
|
||||
"stylelint": "^15.10.3",
|
||||
@@ -95,6 +102,7 @@
|
||||
"stylelint-prettier": "^4.0.2",
|
||||
"typescript": "^5.2.2",
|
||||
"vite": "^4.4.9",
|
||||
"vite-plugin-vuetify": "^1.0.2"
|
||||
"vite-plugin-vuetify": "^1.0.2",
|
||||
"yaml-eslint-parser": "^1.2.2"
|
||||
}
|
||||
}
|
||||
|
||||
1062
pnpm-lock.yaml
generated
BIN
public/WIKI/GCG/normal/化城郭.webp
Normal file
|
After Width: | Height: | Size: 58 KiB |
BIN
public/WIKI/GCG/normal/崇诚之真.webp
Normal file
|
After Width: | Height: | Size: 67 KiB |
BIN
public/WIKI/GCG/normal/弥生七月.webp
Normal file
|
After Width: | Height: | Size: 44 KiB |
BIN
public/WIKI/GCG/normal/慈惠仁心.webp
Normal file
|
After Width: | Height: | Size: 42 KiB |
BIN
public/WIKI/GCG/normal/拳力斗技!.webp
Normal file
|
After Width: | Height: | Size: 44 KiB |
BIN
public/WIKI/GCG/normal/梦迹一风.webp
Normal file
|
After Width: | Height: | Size: 60 KiB |
BIN
public/WIKI/GCG/normal/流浪者.webp
Normal file
|
After Width: | Height: | Size: 62 KiB |
BIN
public/WIKI/GCG/normal/海祇之冠.webp
Normal file
|
After Width: | Height: | Size: 51 KiB |
BIN
public/WIKI/GCG/normal/瑶瑶.webp
Normal file
|
After Width: | Height: | Size: 56 KiB |
BIN
public/WIKI/GCG/normal/自由的新风.webp
Normal file
|
After Width: | Height: | Size: 60 KiB |
BIN
public/WIKI/GCG/normal/贯月矢.webp
Normal file
|
After Width: | Height: | Size: 50 KiB |
BIN
public/WIKI/GCG/normal/迪希雅.webp
Normal file
|
After Width: | Height: | Size: 73 KiB |
BIN
public/WIKI/character/icon/10000086.webp
Normal file
|
After Width: | Height: | Size: 16 KiB |
BIN
public/WIKI/character/icon/10000087.webp
Normal file
|
After Width: | Height: | Size: 18 KiB |
BIN
public/WIKI/weapon/icon/11304.webp
Normal file
|
After Width: | Height: | Size: 7.4 KiB |
BIN
public/WIKI/weapon/icon/11427.webp
Normal file
|
After Width: | Height: | Size: 8.2 KiB |
BIN
public/WIKI/weapon/icon/12427.webp
Normal file
|
After Width: | Height: | Size: 12 KiB |
BIN
public/WIKI/weapon/icon/13427.webp
Normal file
|
After Width: | Height: | Size: 8.1 KiB |
BIN
public/WIKI/weapon/icon/14426.webp
Normal file
|
After Width: | Height: | Size: 14 KiB |
BIN
public/WIKI/weapon/icon/14513.webp
Normal file
|
After Width: | Height: | Size: 11 KiB |
BIN
public/WIKI/weapon/icon/14514.webp
Normal file
|
After Width: | Height: | Size: 14 KiB |
BIN
public/WIKI/weapon/icon/15427.webp
Normal file
|
After Width: | Height: | Size: 15 KiB |
BIN
public/icon.png
|
Before Width: | Height: | Size: 49 KiB After Width: | Height: | Size: 48 KiB |
BIN
public/icon/achievement/UI_AchievementIcon_A016_Part2.webp
Normal file
|
After Width: | Height: | Size: 10 KiB |
BIN
public/icon/achievement/UI_AchievementIcon_B004_Part8.webp
Normal file
|
After Width: | Height: | Size: 20 KiB |
|
Before Width: | Height: | Size: 8.4 KiB |
|
Before Width: | Height: | Size: 10 KiB |
|
Before Width: | Height: | Size: 5.7 KiB |
|
Before Width: | Height: | Size: 5.2 KiB |
|
Before Width: | Height: | Size: 11 KiB |
|
Before Width: | Height: | Size: 8.7 KiB |
|
Before Width: | Height: | Size: 7.2 KiB |
|
Before Width: | Height: | Size: 7.0 KiB |
|
Before Width: | Height: | Size: 7.4 KiB |
|
Before Width: | Height: | Size: 11 KiB |
|
Before Width: | Height: | Size: 5.8 KiB |
|
Before Width: | Height: | Size: 10 KiB |
|
Before Width: | Height: | Size: 13 KiB |
|
Before Width: | Height: | Size: 9.1 KiB |
|
Before Width: | Height: | Size: 6.2 KiB |
|
Before Width: | Height: | Size: 5.4 KiB |
|
Before Width: | Height: | Size: 8.5 KiB |
|
Before Width: | Height: | Size: 15 KiB |
|
Before Width: | Height: | Size: 15 KiB |
|
Before Width: | Height: | Size: 9.2 KiB |
|
Before Width: | Height: | Size: 10 KiB |
|
Before Width: | Height: | Size: 7.2 KiB |
|
Before Width: | Height: | Size: 12 KiB |
|
Before Width: | Height: | Size: 6.4 KiB |
|
Before Width: | Height: | Size: 11 KiB |
|
Before Width: | Height: | Size: 7.4 KiB |
|
Before Width: | Height: | Size: 5.4 KiB |
|
Before Width: | Height: | Size: 11 KiB |
|
Before Width: | Height: | Size: 9.7 KiB |
|
Before Width: | Height: | Size: 8.2 KiB |
|
Before Width: | Height: | Size: 7.1 KiB |
|
Before Width: | Height: | Size: 4.2 KiB |
|
Before Width: | Height: | Size: 6.4 KiB |
|
Before Width: | Height: | Size: 6.0 KiB |
|
Before Width: | Height: | Size: 5.6 KiB |
|
Before Width: | Height: | Size: 10 KiB |
|
Before Width: | Height: | Size: 12 KiB |
|
Before Width: | Height: | Size: 9.6 KiB |
|
Before Width: | Height: | Size: 6.9 KiB |
|
Before Width: | Height: | Size: 5.5 KiB |
|
Before Width: | Height: | Size: 7.0 KiB |
|
Before Width: | Height: | Size: 8.4 KiB |
|
Before Width: | Height: | Size: 6.2 KiB |
|
Before Width: | Height: | Size: 5.0 KiB |
|
Before Width: | Height: | Size: 10 KiB |
|
Before Width: | Height: | Size: 17 KiB |
|
Before Width: | Height: | Size: 6.9 KiB |
|
Before Width: | Height: | Size: 7.4 KiB |
|
Before Width: | Height: | Size: 7.0 KiB |
|
Before Width: | Height: | Size: 7.8 KiB |
|
Before Width: | Height: | Size: 6.9 KiB |
|
Before Width: | Height: | Size: 6.1 KiB |
|
Before Width: | Height: | Size: 6.6 KiB |
|
Before Width: | Height: | Size: 8.7 KiB |
|
Before Width: | Height: | Size: 7.5 KiB |
|
Before Width: | Height: | Size: 9.4 KiB |
|
Before Width: | Height: | Size: 6.9 KiB |
|
Before Width: | Height: | Size: 9.0 KiB |
|
Before Width: | Height: | Size: 8.0 KiB |
|
Before Width: | Height: | Size: 8.7 KiB |
|
Before Width: | Height: | Size: 9.3 KiB |
|
Before Width: | Height: | Size: 7.4 KiB |
|
Before Width: | Height: | Size: 10 KiB |
|
Before Width: | Height: | Size: 5.0 KiB |
|
Before Width: | Height: | Size: 12 KiB |