From b6f3036d5c1865149644539d734dca947e74ae86 Mon Sep 17 00:00:00 2001 From: syui Date: Tue, 18 Nov 2025 13:35:29 +0900 Subject: [PATCH] add apple app store for ios --- .github/workflows/gh-pages.yml | 2 +- public/.well-known/apple-app-site-association | 11 + public/app.html | 267 ++++++++++++++++++ public/oauth/callback/index.html | 83 +++--- public/privacy.html | 251 ++++++++++++++++ 5 files changed, 576 insertions(+), 38 deletions(-) create mode 100644 public/.well-known/apple-app-site-association create mode 100644 public/app.html create mode 100644 public/privacy.html diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index aba5140..a58d4ce 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -15,7 +15,7 @@ jobs: fetch-depth: 0 - uses: actions/setup-node@v4 with: - node-version: 23 + node-version: 24 - run: | npm install diff --git a/public/.well-known/apple-app-site-association b/public/.well-known/apple-app-site-association new file mode 100644 index 0000000..907e448 --- /dev/null +++ b/public/.well-known/apple-app-site-association @@ -0,0 +1,11 @@ +{ + "applinks": { + "apps": [], + "details": [ + { + "appID": "6DQ24D2652.ai.syui.card", + "paths": ["/oauth/callback"] + } + ] + } +} diff --git a/public/app.html b/public/app.html new file mode 100644 index 0000000..f446aaf --- /dev/null +++ b/public/app.html @@ -0,0 +1,267 @@ + + + + + + Aicard - App Store + + + +
+
+
ai
+

Aicard

+

ai.syui.card

+ App Store +
+ +
+

App

+

+ Aicard (iOS) is a card collecting game. You can save your data to your Atproto account. Saved data is linked to Airse (Windows, Mac), an open-world action game. +

+

+ +

+
+ +
+

Function

+
    +
  • +
    +
    +

    Holographic Effect

    +

    Special cards change color depending on the angle of light.

    +
    +
  • +
  • +
    🃏
    +
    +

    Card Collection

    +

    The initial set includes 13 types of cards.

    +
    +
  • +
  • +
    🌐
    +
    +

    Bluesky Integration

    +

    Proof of card ownership linked with a decentralized social network.

    +
    +
  • +
+
+ +
+

App Information

+
+
+
Version
+
1.0.1
+
+
+
Category
+
Entertainment
+
+
+
Supported OS
+
iOS 26.0+
+
+
+
Price
+
Free (Offers in-app purchases)
+
+
+
+ +
+

+ Privacy Policy +

+
+ +
+

© syui

+

+

+
+ + diff --git a/public/oauth/callback/index.html b/public/oauth/callback/index.html index 56b21b9..0365e63 100644 --- a/public/oauth/callback/index.html +++ b/public/oauth/callback/index.html @@ -21,6 +21,7 @@ background: rgba(255, 255, 255, 0.1); border-radius: 20px; backdrop-filter: blur(10px); + max-width: 400px; } .spinner { border: 4px solid rgba(255, 255, 255, 0.3); @@ -35,6 +36,28 @@ 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } } + .message { + font-size: 18px; + margin-bottom: 20px; + } + .button { + display: inline-block; + padding: 15px 30px; + font-size: 18px; + font-weight: bold; + color: white; + background: rgba(255, 255, 255, 0.2); + border: 2px solid white; + border-radius: 10px; + text-decoration: none; + transition: all 0.3s; + cursor: pointer; + margin-top: 10px; + } + .button:hover { + background: rgba(255, 255, 255, 0.3); + transform: scale(1.05); + } .error { color: #ff6b6b; background: rgba(255, 255, 255, 0.9); @@ -45,8 +68,10 @@
-
-

認証中...

+
+
+

認証中...

+