Initial commit: FunConnect project with server, relay, client and admin panel

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-02-24 20:56:36 +08:00
parent eb6e901440
commit b6891483ae
167 changed files with 16147 additions and 106 deletions

View File

@@ -0,0 +1,15 @@
{
"$schema": "https://schema.tauri.app/config/2",
"identifier": "default",
"description": "FunMC 默认权限配置",
"windows": ["main"],
"permissions": [
"core:default",
"shell:allow-open",
"notification:default",
"notification:allow-is-permission-granted",
"notification:allow-request-permission",
"notification:allow-notify",
"notification:allow-register-action-types"
]
}