fix: ios-tv work ok

This commit is contained in:
James Chen
2025-09-22 15:16:13 +08:00
parent aa7efb0dfb
commit e6194a50ab
11 changed files with 405 additions and 232 deletions

View File

@@ -56,15 +56,15 @@
"screenOrientation": "unspecified",
"intentFilters": [
{
"action": "VIEW",
"action": "android.intent.action.VIEW",
"data": [
{
"scheme": "oriontv"
}
],
"category": [
"BROWSABLE",
"DEFAULT"
"android.intent.category.BROWSABLE",
"android.intent.category.DEFAULT"
]
}
]