diff --git a/src/App.vue b/src/App.vue
index a7f6bbb..092e83c 100755
--- a/src/App.vue
+++ b/src/App.vue
@@ -60,7 +60,7 @@
-
+
@@ -142,10 +142,19 @@
-
+
+
+
+
+ {{ ii.cp }}
+
+
+
+
+
@@ -956,6 +965,7 @@ export default {
model_attack: null,
model_critical: null,
model_critical_d: null,
+ game: null,
game_lv: null,
api_url: null,
bsky_mode: false,
@@ -963,6 +973,7 @@ export default {
card_origin_status: false,
useragent: window.navigator.userAgent.toLowerCase(),
iframe_status: false,
+ term_status: false,
sort_key: null,
}
},
@@ -1013,6 +1024,7 @@ export default {
this.aiten = this.record.data.find((v) => v.username == loc).aiten;
this.bsky_mode = this.record.data.find((v) => v.username == loc).bsky;
this.user_fav = this.record.data.find((v) => v.username == loc).fav;
+ this.game = this.record.data.find((v) => v.username == loc).game;
this.game_lv = this.record.data.find((v) => v.username == loc).game_lv;
this.model_attack = this.record.data.find((v) => v.username == loc).model_attack;
this.model_critical = this.record.data.find((v) => v.username == loc).model_critical;
@@ -1823,7 +1835,7 @@ span.glb {
blockquote.did {
background-color: #fff;
color: #000;
-
text-align: left;
}
+