From 21d801e511ce0d27f1f844f69ebff05bf48af66a Mon Sep 17 00:00:00 2001 From: pengwenchuan Date: Wed, 22 Oct 2025 17:42:07 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0apple-app-site-association.js?= =?UTF-8?q?on?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- html/apple-app-site-association.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 html/apple-app-site-association.json diff --git a/html/apple-app-site-association.json b/html/apple-app-site-association.json new file mode 100644 index 0000000..70c312d --- /dev/null +++ b/html/apple-app-site-association.json @@ -0,0 +1,11 @@ +{ +"applinks": { + "apps": [], + "details": [ + { + "appID": "434CGNSJ28", + "paths": ["/sdapp/","*"] + } + ] + } +} \ No newline at end of file