Skip to content

Commit

Permalink
feat: version 5.10.0(Add 2.8 new contents)
Browse files Browse the repository at this point in the history
  • Loading branch information
wormtql committed Jul 12, 2022
1 parent dbed4e7 commit 52312f1
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "genshin_artifacts",
"version": "5.9.2",
"version": "5.10.0",
"private": true,
"scripts": {
"serve": "cross-env ENV_FILE=.env.development.yaml vue-cli-service serve",
Expand Down
2 changes: 1 addition & 1 deletion src/assets/_gen_buff.js
Original file line number Diff line number Diff line change
Expand Up @@ -1289,7 +1289,7 @@ export default {
name: "ShikanoinHeizouTalent2",
// chs: "鹿野院平藏-因由勘破",

badge: getImage("UI_AvatarIcon_Ayaka"),
badge: getImage("UI_AvatarIcon_Heizo"),

genre: "Character",
// description: "鹿野院平藏天赋2:勠心拳命中敌人后,队伍中所有角色(不包括鹿野院平藏自己)的元素精通提升80点,持续10秒。",
Expand Down
2 changes: 1 addition & 1 deletion src/assets/_gen_character.js
Original file line number Diff line number Diff line change
Expand Up @@ -2416,7 +2416,7 @@ export default {
star: 4,
// card: ShikanoinHeizou_card,
// avatar: ShikanoinHeizou_avatar,
avatar: getName("UI_AvatarIcon_Ayaka"),
avatar: getName("UI_AvatarIcon_Heizo"),
splash: ShikanoinHeizou_splash,
skillName1: "普通攻击·不动流格斗术",
skillName2: "勠心拳",
Expand Down
2 changes: 1 addition & 1 deletion src/assets/_gen_tf.js
Original file line number Diff line number Diff line change
Expand Up @@ -1573,7 +1573,7 @@ export default {
],
"for": "ShikanoinHeizou",

badge: getImage("UI_AvatarIcon_Ayaka"),
badge: getImage("UI_AvatarIcon_Heizo"),

config: [

Expand Down
4 changes: 2 additions & 2 deletions src/assets/_gen_weapon.js
Original file line number Diff line number Diff line change
Expand Up @@ -857,11 +857,11 @@ export default {

CursedBlade: {
name: "CursedBlade",
internalName: "Sword_Blunt",
internalName: "Sword_Youtou",
// chs: "「妖刀」",
star: 4,
// url: CursedBlade_tn,
url: imageUrl("Sword_Blunt"),
url: imageUrl("Sword_Youtou"),
type: "Sword",


Expand Down

0 comments on commit 52312f1

Please sign in to comment.