diff --git a/public b/public index f6819e2..abba2f3 160000 --- a/public +++ b/public @@ -1 +1 @@ -Subproject commit f6819e2e47393c645049c52eb80c0a019bd45b2b +Subproject commit abba2f3b7b37e44afeb301f958caf9b39ed19657 diff --git a/src/App.vue b/src/App.vue index 4e0831c..022997a 100755 --- a/src/App.vue +++ b/src/App.vue @@ -854,6 +854,21 @@ +
+
+

ALL

+
+
+
+

+

[{{ ii.h }} / {{ ii.p }}]

+

+

+

+
+
+
+

/ten h : ヘルプ

@@ -996,7 +1011,7 @@ export default { } this.api_url = "https://api.syui.ai/"; } - if (loc === 'owner' || loc === 'te'){ + if (loc === 'owner' || loc === 'te' || loc === 'c'){ axios .get("/json/card.json") .then(response => (this.rcards = response));