mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2026-03-25 05:29:45 +08:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
942068faea | ||
|
|
0f0f7684d2 |
@@ -2,12 +2,16 @@
|
||||
Author: 目棃
|
||||
Description: CHANGELOG
|
||||
Date: 2025-09-09
|
||||
Update: 2025-10-27
|
||||
Update: 2025-11-10
|
||||
---
|
||||
|
||||
> 本文档 [`Frontmatter`](https://github.com/BTMuli/MuCli#Frontmatter) 由 [MuCli](https://github.com/BTMuli/Mucli) 自动生成于 `2025-09-09 14:30:56`
|
||||
>
|
||||
> 更新于 `2025-10-27 19:48:23`
|
||||
> 更新于 `2025-11-10 16:32:54`
|
||||
|
||||
## [0.8.5](https://github.com/BTMuli/TeyvatGuide/releases/v0.8.5) (2025-11-10)
|
||||
|
||||
- 🍱 更新下半数据
|
||||
|
||||
## [0.8.4](https://github.com/BTMuli/TeyvatGuide/releases/v0.8.4) (2025-10-27)
|
||||
|
||||
|
||||
38
package.json
38
package.json
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"name": "teyvatguide",
|
||||
"version": "0.8.4",
|
||||
"version": "0.8.5",
|
||||
"description": "Game Tool for GenshinImpact player",
|
||||
"private": true,
|
||||
"packageManager": "pnpm@10.19.0",
|
||||
"packageManager": "pnpm@10.21.0",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"build": "tauri build",
|
||||
@@ -89,46 +89,46 @@
|
||||
"html2canvas": "^1.4.1",
|
||||
"js-md5": "^0.8.3",
|
||||
"jsencrypt": "^3.5.4",
|
||||
"pinia": "^3.0.3",
|
||||
"pinia-plugin-persistedstate": "^4.5.0",
|
||||
"pinia": "^3.0.4",
|
||||
"pinia-plugin-persistedstate": "^4.7.1",
|
||||
"qrcode.vue": "^3.6.0",
|
||||
"sass-embedded": "^1.93.2",
|
||||
"sass-embedded": "^1.93.3",
|
||||
"swiper": "^12.0.3",
|
||||
"uuid": "^13.0.0",
|
||||
"vue": "^3.5.22",
|
||||
"vue": "^3.5.24",
|
||||
"vue-echarts": "^8.0.1",
|
||||
"vue-json-pretty": "^2.5.0",
|
||||
"vue-json-pretty": "^2.6.0",
|
||||
"vue-router": "^4.6.3",
|
||||
"vuetify": "^3.10.7",
|
||||
"vuetify": "^3.10.9",
|
||||
"wcag-color": "^1.1.1",
|
||||
"xml-js": "^1.6.11"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@btmuli/stylelint-plugin-color": "^0.1.0",
|
||||
"@eslint/eslintrc": "^3.3.1",
|
||||
"@eslint/js": "^9.38.0",
|
||||
"@tauri-apps/cli": "2.9.1",
|
||||
"@eslint/js": "^9.39.1",
|
||||
"@tauri-apps/cli": "2.9.4",
|
||||
"@types/color-convert": "^2.0.4",
|
||||
"@types/fs-extra": "^11.0.4",
|
||||
"@types/js-md5": "^0.8.0",
|
||||
"@types/node": "^24.9.1",
|
||||
"@typescript-eslint/parser": "^8.46.2",
|
||||
"@typescript/native-preview": "7.0.0-dev.20251027.1",
|
||||
"@types/node": "^24.10.0",
|
||||
"@typescript-eslint/parser": "^8.46.3",
|
||||
"@typescript/native-preview": "7.0.0-dev.20251110.1",
|
||||
"@vitejs/plugin-vue": "^6.0.1",
|
||||
"app-root-path": "^3.1.0",
|
||||
"concurrently": "^9.2.1",
|
||||
"eslint": "^9.38.0",
|
||||
"eslint": "^9.39.1",
|
||||
"eslint-plugin-import": "^2.32.0",
|
||||
"eslint-plugin-jsonc": "^2.21.0",
|
||||
"eslint-plugin-prettier": "^5.5.4",
|
||||
"eslint-plugin-vue": "^10.5.1",
|
||||
"eslint-plugin-yml": "^1.19.0",
|
||||
"fs-extra": "^11.3.2",
|
||||
"globals": "^16.4.0",
|
||||
"globals": "^16.5.0",
|
||||
"husky": "^9.1.7",
|
||||
"jsonc-eslint-parser": "^2.4.1",
|
||||
"lint-staged": "^16.2.6",
|
||||
"oxlint": "^1.24.0",
|
||||
"oxlint": "^1.26.0",
|
||||
"prettier": "3.6.2",
|
||||
"stylelint": "^16.25.0",
|
||||
"stylelint-config-idiomatic-order": "^10.0.0",
|
||||
@@ -141,12 +141,12 @@
|
||||
"stylelint-scss": "^6.12.1",
|
||||
"tsx": "^4.20.6",
|
||||
"typescript": "^5.9.3",
|
||||
"typescript-eslint": "^8.46.2",
|
||||
"vite": "npm:rolldown-vite@^7.1.20",
|
||||
"typescript-eslint": "^8.46.3",
|
||||
"vite": "npm:rolldown-vite@^7.2.2",
|
||||
"vite-plugin-vue-devtools": "^8.0.3",
|
||||
"vite-plugin-vuetify": "^2.1.2",
|
||||
"vue-eslint-parser": "^10.2.0",
|
||||
"vue-tsc": "^3.1.2",
|
||||
"vue-tsc": "^3.1.3",
|
||||
"yaml-eslint-parser": "^1.3.0"
|
||||
}
|
||||
}
|
||||
|
||||
1529
pnpm-lock.yaml
generated
1529
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
6
src-tauri/Cargo.lock
generated
6
src-tauri/Cargo.lock
generated
@@ -4,7 +4,7 @@ version = 4
|
||||
|
||||
[[package]]
|
||||
name = "TeyvatGuide"
|
||||
version = "0.8.4"
|
||||
version = "0.8.5"
|
||||
dependencies = [
|
||||
"chrono",
|
||||
"log",
|
||||
@@ -4869,9 +4869,9 @@ checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
|
||||
|
||||
[[package]]
|
||||
name = "tauri"
|
||||
version = "2.9.1"
|
||||
version = "2.9.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "c9871670c6711f50fddd4e20350be6b9dd6e6c2b5d77d8ee8900eb0d58cd837a"
|
||||
checksum = "8bceb52453e507c505b330afe3398510e87f428ea42b6e76ecb6bd63b15965b5"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"bytes",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "TeyvatGuide"
|
||||
version = "0.8.4"
|
||||
version = "0.8.5"
|
||||
description = "Game Tool for Genshin Impact player"
|
||||
authors = ["BTMuli <bt-muli@outlook.com>"]
|
||||
license = "MIT"
|
||||
@@ -24,7 +24,7 @@ chrono = "0.4.42"
|
||||
log = "0.4.28"
|
||||
serde = { version = "1.0.228", features = ["derive"] }
|
||||
serde_json = "1.0.145"
|
||||
tauri = { version = "2.9.1", features = [] }
|
||||
tauri = { version = "2.9.2", features = [] }
|
||||
tauri-utils = "2.8.0"
|
||||
url = "2.5.7"
|
||||
walkdir = "2.5.0"
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"$schema": "https://schema.tauri.app/config/2",
|
||||
"productName": "TeyvatGuide",
|
||||
"identifier": "TeyvatGuide",
|
||||
"version": "0.8.4",
|
||||
"version": "0.8.5",
|
||||
"build": {
|
||||
"beforeDevCommand": "pnpm vite:dev",
|
||||
"beforeBuildCommand": "pnpm vite:build",
|
||||
|
||||
@@ -23,7 +23,8 @@
|
||||
"Id": 1223,
|
||||
"Name": "诳言掩虚实之迹",
|
||||
"Description": "元素战技<color=#FFD780FF>{LINK#S11222}弈术·千夜一舞{/LINK}</color>的技能等级提高3级。\n至多提升至15级。",
|
||||
"Icon": "UI_Talent_U_Nefer_01"
|
||||
"Icon": "UI_Talent_U_Nefer_01",
|
||||
"ExtraLevel": { "Index": 2, "Level": 3 }
|
||||
},
|
||||
{
|
||||
"Id": 1224,
|
||||
@@ -35,7 +36,8 @@
|
||||
"Id": 1225,
|
||||
"Name": "见机在忽微之间",
|
||||
"Description": "元素爆发<color=#FFD780FF>{LINK#S11225}圣约·真眸幻戏{/LINK}</color>的技能等级提高3级。\n至多提升至15级。",
|
||||
"Icon": "UI_Talent_U_Nefer_02"
|
||||
"Icon": "UI_Talent_U_Nefer_02",
|
||||
"ExtraLevel": { "Index": 9, "Level": 3 }
|
||||
},
|
||||
{
|
||||
"Id": 1226,
|
||||
|
||||
@@ -657,7 +657,7 @@
|
||||
},
|
||||
{
|
||||
"id": 10000122,
|
||||
"contentId": 0,
|
||||
"contentId": 506676,
|
||||
"dropDays": [2, 5, 7],
|
||||
"name": "奈芙尔",
|
||||
"itemType": "character",
|
||||
@@ -2369,7 +2369,7 @@
|
||||
},
|
||||
{
|
||||
"id": 14521,
|
||||
"contentId": 0,
|
||||
"contentId": 506913,
|
||||
"dropDays": [2, 5, 7],
|
||||
"name": "真语秘匣",
|
||||
"itemType": "weapon",
|
||||
@@ -4337,7 +4337,7 @@
|
||||
},
|
||||
{
|
||||
"id": 14434,
|
||||
"contentId": 0,
|
||||
"contentId": 506911,
|
||||
"dropDays": [1, 4, 7],
|
||||
"name": "霜辰",
|
||||
"itemType": "weapon",
|
||||
@@ -4705,7 +4705,7 @@
|
||||
},
|
||||
{
|
||||
"id": 13434,
|
||||
"contentId": 0,
|
||||
"contentId": 506912,
|
||||
"dropDays": [2, 5, 7],
|
||||
"name": "圣祭者的辉杖",
|
||||
"itemType": "weapon",
|
||||
|
||||
@@ -2990,5 +2990,41 @@
|
||||
"postId": "69786055",
|
||||
"up5List": [14521, 11513],
|
||||
"up4List": [11434, 13434, 14434, 12402, 15401]
|
||||
},
|
||||
{
|
||||
"name": "炉边烬影",
|
||||
"version": "6.1",
|
||||
"order": 2,
|
||||
"banner": "https://sdk.hoyoverse.com/upload/ann/2025/11/04/f1799709dd6e2c1d5807382d0bb46246_8044642901403314243_transformed.jpg",
|
||||
"from": "2025-11-11T18:00:00+08:00",
|
||||
"to": "2025-12-02T14:59:00+08:00",
|
||||
"type": 301,
|
||||
"postId": "70352225",
|
||||
"up5List": [10000096],
|
||||
"up4List": [10000108, 10000045, 10000064]
|
||||
},
|
||||
{
|
||||
"name": "陵薮市朝",
|
||||
"version": "6.1",
|
||||
"order": 2,
|
||||
"banner": "https://sdk.hoyoverse.com/upload/ann/2025/11/04/146ff4ba52605431d0086cb5d18c1440_4528556376432618835_transformed.jpg",
|
||||
"from": "2025-11-11T18:00:00+08:00",
|
||||
"to": "2025-12-02T14:59:00+08:00",
|
||||
"type": 400,
|
||||
"postId": "70352227",
|
||||
"up5List": [10000030],
|
||||
"up4List": [10000108, 10000045, 10000064]
|
||||
},
|
||||
{
|
||||
"name": "神铸赋形",
|
||||
"version": "6.1",
|
||||
"order": 2,
|
||||
"banner": "https://sdk.hoyoverse.com/upload/ann/2025/10/27/54cde6bd8912354aa5b358d42a69dd79_6997260099594855541_transformed.jpg",
|
||||
"from": "2025-11-11T18:00:00+08:00",
|
||||
"to": "2025-12-02T14:59:00+08:00",
|
||||
"type": 302,
|
||||
"postId": "70352228",
|
||||
"up5List": [13512, 13504],
|
||||
"up4List": [11427, 12427, 15427, 13401, 14403]
|
||||
}
|
||||
]
|
||||
|
||||
@@ -806,14 +806,14 @@
|
||||
},
|
||||
{
|
||||
"id": "260804",
|
||||
"name": "灵巧运动短裤·浅灰",
|
||||
"name": "灵巧运动短裤·深蓝",
|
||||
"icon": "UI_Beyd_Avatar_Girl_Bottom_P0109",
|
||||
"type": "装扮部件",
|
||||
"rank": 2
|
||||
},
|
||||
{
|
||||
"id": "260805",
|
||||
"name": "灵巧运动短裤·深蓝",
|
||||
"name": "灵巧运动短裤·浅灰",
|
||||
"icon": "UI_Beyd_Avatar_Girl_Bottom_P0110",
|
||||
"type": "装扮部件",
|
||||
"rank": 2
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
{ "id": 15503, "contentId": 1682, "name": "终末嗟叹之诗", "star": 5, "weapon": "弓" },
|
||||
{ "id": 15502, "contentId": 219, "name": "阿莫斯之弓", "star": 5, "weapon": "弓" },
|
||||
{ "id": 15501, "contentId": 323, "name": "天空之翼", "star": 5, "weapon": "弓" },
|
||||
{ "id": 14521, "contentId": 0, "name": "真语秘匣", "star": 5, "weapon": "法器" },
|
||||
{ "id": 14521, "contentId": 506913, "name": "真语秘匣", "star": 5, "weapon": "法器" },
|
||||
{ "id": 14520, "contentId": 506390, "name": "纺夜天镜", "star": 5, "weapon": "法器" },
|
||||
{ "id": 14519, "contentId": 504739, "name": "溢彩心念", "star": 5, "weapon": "法器" },
|
||||
{ "id": 14518, "contentId": 504503, "name": "寝正月初晴", "star": 5, "weapon": "法器" },
|
||||
@@ -88,7 +88,7 @@
|
||||
{ "id": 15403, "contentId": 177, "name": "祭礼弓", "star": 4, "weapon": "弓" },
|
||||
{ "id": 15402, "contentId": 176, "name": "绝弦", "star": 4, "weapon": "弓" },
|
||||
{ "id": 15401, "contentId": 195, "name": "西风猎弓", "star": 4, "weapon": "弓" },
|
||||
{ "id": 14434, "contentId": 0, "name": "霜辰", "star": 4, "weapon": "法器" },
|
||||
{ "id": 14434, "contentId": 506911, "name": "霜辰", "star": 4, "weapon": "法器" },
|
||||
{ "id": 14433, "contentId": 506375, "name": "乌髓孑灯", "star": 4, "weapon": "法器" },
|
||||
{ "id": 14432, "contentId": 506378, "name": "天光的纺琴", "star": 4, "weapon": "法器" },
|
||||
{ "id": 14431, "contentId": 501965, "name": "木棉之环", "star": 4, "weapon": "法器" },
|
||||
@@ -113,7 +113,7 @@
|
||||
{ "id": 14403, "contentId": 197, "name": "祭礼残章", "star": 4, "weapon": "法器" },
|
||||
{ "id": 14402, "contentId": 192, "name": "流浪乐章", "star": 4, "weapon": "法器" },
|
||||
{ "id": 14401, "contentId": 185, "name": "西风秘典", "star": 4, "weapon": "法器" },
|
||||
{ "id": 13434, "contentId": 0, "name": "圣祭者的辉杖", "star": 4, "weapon": "长柄武器" },
|
||||
{ "id": 13434, "contentId": 506912, "name": "圣祭者的辉杖", "star": 4, "weapon": "长柄武器" },
|
||||
{ "id": 13433, "contentId": 506374, "name": "掘金之锹", "star": 4, "weapon": "长柄武器" },
|
||||
{ "id": 13432, "contentId": 504502, "name": "且住亭御咄", "star": 4, "weapon": "长柄武器" },
|
||||
{ "id": 13431, "contentId": 501966, "name": "虹的行迹", "star": 4, "weapon": "长柄武器" },
|
||||
|
||||
Reference in New Issue
Block a user