chore: remove unused player.ui resource (SwiftBricks schema no longer needed)

This commit is contained in:
yumoqing 2026-06-22 00:10:51 +08:00
parent 6811572b7e
commit 2fd6db3a4e

View File

@ -1,12 +0,0 @@
{
"id": "app",
"widgettype": "VBox",
"options": { "width": "100%", "height": "100%", "spacing": 0, "padding": "0" },
"subwidgets": [
{
"widgettype": "VideoPlayer",
"id": "video_player",
"options": { "width": "100%", "height": "100%", "bgcolor": "#000000" }
}
]
}