Update apple-app-site-association

This commit is contained in:
Caspian Zhao 2023-06-28 22:44:01 +08:00 committed by GitHub
parent c6a83e2c34
commit eb91bd4a61
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 35 additions and 11 deletions

View File

@ -2,16 +2,40 @@
"applinks": {
"apps": [],
"details": [{
"appIDs": [
"9AYPRU93J4.com.crossbell.xlog.development",
"9AYPRU93J4.com.crossbell.xlog.staging",
"9AYPRU93J4.com.crossbell.xlog"
],
"components": [
{
"/": "/notes/*"
}
]
}]
"appIDs": [
"9AYPRU93J4.com.crossbell.xlog.development",
"9AYPRU93J4.com.crossbell.xlog.staging",
"9AYPRU93J4.com.crossbell.xlog"
],
"components": [{
"/": "/",
"comment": "Matches homepage only"
}, {
"/": "/notes/*",
"comment": "Matches any path under /notes/"
}]
},
{
"appID": "9AYPRU93J4.com.crossbell.xlog.development",
"paths": [
"/",
"/notes/*"
]
},
{
"appID": "9AYPRU93J4.com.crossbell.xlog.staging",
"paths": [
"/",
"/notes/*"
]
},
{
"appID": "9AYPRU93J4.com.crossbell.xlog",
"paths": [
"/",
"/notes/*"
]
}
]
}
}