From 0241e7b083b833dee6f13857a9973b75daeb4e4e Mon Sep 17 00:00:00 2001 From: lianlonggang Date: Tue, 14 Jul 2026 11:37:38 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=96=B0=E5=A2=9E=20apple-app-site-ass?= =?UTF-8?q?ociation=20=E9=85=8D=E7=BD=AE=20iOS=20Universal=20Links?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/.well-known/apple-app-site-association | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 public/.well-known/apple-app-site-association diff --git a/public/.well-known/apple-app-site-association b/public/.well-known/apple-app-site-association new file mode 100644 index 0000000..fdcf32e --- /dev/null +++ b/public/.well-known/apple-app-site-association @@ -0,0 +1,11 @@ +{ + "applinks": { + "apps": [], + "details": [ + { + "appID": "A7CC5LW224.com.questionTools.XinjiangProject", + "paths": ["*"] + } + ] + } +}