From 384fbef4f36863fc9a7794323e567ef441533175 Mon Sep 17 00:00:00 2001 From: syui Date: Thu, 11 Apr 2024 07:40:11 +0900 Subject: [PATCH] fix --- public | 2 +- src/App.vue | 34 ++++++++++++++++++++++++++++++++-- 2 files changed, 33 insertions(+), 3 deletions(-) diff --git a/public b/public index aa819c9..a4171d3 160000 --- a/public +++ b/public @@ -1 +1 @@ -Subproject commit aa819c9eebce4cbff785e99fefd8e9c0ac0e4266 +Subproject commit a4171d3f05f1988c1d27f710abfe881f1a3cf385 diff --git a/src/App.vue b/src/App.vue index d837d19..ed395e3 100755 --- a/src/App.vue +++ b/src/App.vue @@ -22,7 +22,7 @@

- +

@@ -757,7 +757,7 @@
-

ALL

+

all card

@@ -777,6 +777,30 @@
+
+

seven owner

+
+ + + + + + + + + + + + + + + @{{ ii.handle }} + {{ ii.cp }} + +
+
+
+

/ten h : ヘルプ

@@ -887,6 +911,7 @@ export default { model_attack: null, model_critical: null, model_critical_d: null, + sevens: null, game: null, game_lv: null, api_url: null, @@ -931,6 +956,11 @@ export default { axios .get("/json/fanart.json") .then(response => (this.fanarts = response)); + } else if (loc === 'svn'){ + let url = this.api_url + "sevs?itemsPerPage=4000"; + axios + .get(url) + .then(response => (this.sevens = response)); } else if (loc === 'ph'){ axios .get("/json/photo.json")