Browse Source

将英语的gacha ID改为egg machine ID

pull/1/head
枫谷剑仙 2 years ago
parent
commit
8510c651d4
3 changed files with 6 additions and 6 deletions
  1. +2
    -2
      languages/en.css
  2. +2
    -2
      script-json_data.js
  3. +2
    -2
      service-worker.js

+ 2
- 2
languages/en.css View File

@@ -55,7 +55,7 @@
content: "Collab ID:";
}
.monsterinfo-box .monster-gachaId::before{
content: "Gacha ID:";
content: "Egg Machine ID:";
}
.monsterinfo-box .monster-altName::before{
content: "Tags";
@@ -693,7 +693,7 @@ label[for="qr-data-type-paddb"]::before
}
.dialog-dungeon-enchance .gacha-list::before
{
content: "Gacha ID:";
content: "Egg Machine ID:";
}
.dialog-dungeon-enchance .collab-list::after,
.dialog-dungeon-enchance .gacha-list::after


+ 2
- 2
script-json_data.js View File

@@ -223,8 +223,8 @@ let localTranslating = {
sub_members: tp`sub-members`,
leader_self: tp`left leader`,
leader_helper: tp`right leader`,
collab_id: tp`card with collab ID of ${'id'} `,
gacha_id: tp`card with gacha ID of ${'id'} `,
collab_id: tp`Cards with Collaboration ID of ${'id'} `,
gacha_id: tp`Cards with Egg Machine ID of ${'id'} `,
enemy: tp`Enemy`,
enemy_all: tp`all enemys`,
enemy_one: tp`1 enemy`,


+ 2
- 2
service-worker.js View File

@@ -21023,7 +21023,7 @@ const cachesMap = new Map([
],
[
"script-json_data.js",
"fd3a86656a0151df824eb9fd4d56eec8"
"50731e4d514b657297dc20fb9863bb15"
],
[
"script-skill-parser.js",
@@ -21059,7 +21059,7 @@ const cachesMap = new Map([
],
[
"languages/en.css",
"c9dc45ad0c9bbc519f039d1ebba8b814"
"ffc973197b3af56b04efca9476db2973"
],
[
"languages/en.js",


Loading…
Cancel
Save