Update apple-app-site-association

This commit is contained in:
Caspian Zhao 2023-06-28 12:42:08 +08:00 committed by GitHub
parent e976fc168b
commit 6509df4887
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 17 additions and 20 deletions

View File

@ -1,22 +1,19 @@
{
"applinks": {
"apps": [],
"details": [
{
"appIDs": [
"9AYPRU93J4.com.crossbell.xlog.development",
"9AYPRU93J4.com.crossbell.xlog.staging",
"9AYPRU93J4.com.crossbell.xlog"
],
"components": [
{
"/": "/",
},
{
"/": "/notes/*",
},
]
}
]
}
"applinks": {
"apps": [],
"details": [{
"appIDs": [
"9AYPRU93J4.com.crossbell.xlog.development",
"9AYPRU93J4.com.crossbell.xlog.staging",
"9AYPRU93J4.com.crossbell.xlog"
],
"components": [{
"/": "/"
},
{
"/": "/notes/*"
}
]
}]
}
}