mirror of
https://github.com/kunkunsh/kunkun.git
synced 2025-04-04 14:46:42 +00:00

* Add loading animation to general settings * Update dependencies and integrate @tauri-store/svelte - Added `bon` and `bon-macros` packages to Cargo.lock. - Upgraded `tauri-plugin-svelte`, `tauri-store`, and related packages to their latest versions. - Updated `@tauri-store/svelte` integration in the desktop app, including changes to app configuration and layout handling. - Adjusted pnpm-lock.yaml to reflect updated package versions and added new dependencies. - Introduced a new app configuration file for development. * Enhance loading animation handling in FullScreenLoading component - Integrated conditional rendering for loading animations based on app configuration. - Updated default loading animation to "kunkun-dancing" in app configuration. - Adjusted general settings to ensure proper type handling for language labels. - Modified ui-iframe component to manage full-screen loading state more effectively. * remove a mis-placed config file * Refactor window handling to ensure focus after showing - Updated various components to use promise chaining with `show()` and `setFocus()` for better window management. - Introduced `data.win` in multiple places to streamline access to the current webview window. - Enhanced splashscreen and app layout handling to improve user experience by ensuring the window is focused after being shown. * Refactor window handling to improve safety and consistency - Introduced optional chaining for `data.win` to prevent potential runtime errors when accessing window methods. - Updated various components to ensure proper handling of window focus and visibility. - Enhanced the layout and extension pages to utilize the current webview window more effectively, improving overall user experience.
155 lines
3.6 KiB
JSON
155 lines
3.6 KiB
JSON
{
|
|
"$schema": "../gen/schemas/desktop-schema.json",
|
|
"identifier": "default",
|
|
"description": "Capability for the main window",
|
|
"windows": ["main*", "splashscreen"],
|
|
"permissions": [
|
|
{
|
|
"identifier": "http:default",
|
|
"allow": [
|
|
{
|
|
"url": "https://*"
|
|
},
|
|
{
|
|
"url": "http://*"
|
|
},
|
|
{
|
|
"url": "http://*:*"
|
|
}
|
|
]
|
|
},
|
|
"os:default",
|
|
"os:allow-platform",
|
|
"core:path:default",
|
|
"core:event:default",
|
|
"core:window:default",
|
|
"core:window:allow-set-size",
|
|
"core:window:allow-set-enabled",
|
|
"core:window:allow-start-dragging",
|
|
"core:window:allow-set-focus",
|
|
"core:window:allow-toggle-maximize",
|
|
"core:window:allow-internal-toggle-maximize",
|
|
"core:window:allow-close",
|
|
"core:window:allow-create",
|
|
"core:window:allow-set-decorations",
|
|
"core:window:allow-show",
|
|
"core:window:allow-hide",
|
|
"core:window:allow-destroy",
|
|
"core:image:default",
|
|
"core:webview:default",
|
|
"core:webview:allow-create-webview",
|
|
"core:webview:allow-create-webview-window",
|
|
"core:app:default",
|
|
"core:app:allow-app-hide",
|
|
"core:resources:default",
|
|
"core:menu:default",
|
|
"core:tray:default",
|
|
"core:tray:allow-new",
|
|
"core:tray:allow-set-tooltip",
|
|
"core:tray:allow-set-icon",
|
|
"core:tray:allow-set-menu",
|
|
"core:tray:allow-set-title",
|
|
"core:tray:allow-set-visible",
|
|
"core:tray:allow-set-show-menu-on-left-click",
|
|
"notification:default",
|
|
"clipboard:monitor-all",
|
|
"clipboard:read-all",
|
|
"clipboard:write-all",
|
|
"fs:default",
|
|
"fs:allow-app-meta",
|
|
"fs:allow-home-read-recursive",
|
|
"shellx:allow-execute",
|
|
"shellx:allow-open",
|
|
"shellx:allow-kill",
|
|
"shellx:allow-kill-pid",
|
|
"shellx:allow-spawn",
|
|
"shellx:allow-stdin-write",
|
|
"shellx:allow-fix-path-env",
|
|
"shellx:allow-where-is-command",
|
|
"dialog:default",
|
|
"dialog:allow-open",
|
|
"dialog:allow-confirm",
|
|
"dialog:allow-save",
|
|
"dialog:allow-message",
|
|
"dialog:allow-ask",
|
|
"global-shortcut:default",
|
|
"global-shortcut:allow-is-registered",
|
|
"global-shortcut:allow-register",
|
|
"global-shortcut:allow-unregister",
|
|
"jarvis:allow-all",
|
|
"store:default",
|
|
"store:allow-clear",
|
|
"store:allow-delete",
|
|
"store:allow-entries",
|
|
"store:allow-get",
|
|
"store:allow-has",
|
|
"store:allow-keys",
|
|
"store:allow-length",
|
|
"store:allow-load",
|
|
"store:allow-reset",
|
|
"store:allow-save",
|
|
"store:allow-set",
|
|
"store:allow-values",
|
|
"log:default",
|
|
"updater:default",
|
|
"log:allow-log",
|
|
"fs:allow-exists",
|
|
"fs:allow-stat",
|
|
"fs:read-all",
|
|
"fs:write-all",
|
|
"fs:allow-rename",
|
|
"fs:scope-temp-recursive",
|
|
"fs:scope-temp",
|
|
"fs:scope-home-recursive",
|
|
"fs:allow-mkdir",
|
|
"fs:allow-app-write-recursive",
|
|
"fs:allow-app-read-recursive",
|
|
"fs:allow-appcache-write",
|
|
"fs:allow-appcache-write-recursive",
|
|
"fs:allow-appconfig-write",
|
|
"fs:allow-home-write-recursive",
|
|
"fs:allow-appdata-read-recursive",
|
|
"fs:allow-appdata-write-recursive",
|
|
{
|
|
"identifier": "fs:scope",
|
|
"allow": [
|
|
{
|
|
"path": "**/*"
|
|
}
|
|
]
|
|
},
|
|
"notification:allow-is-permission-granted",
|
|
"notification:allow-notify",
|
|
"notification:allow-request-permission",
|
|
"global-shortcut:allow-register-all",
|
|
"global-shortcut:allow-unregister-all",
|
|
"clipboard:allow-clear",
|
|
"cli:default",
|
|
"upload:default",
|
|
"process:default",
|
|
"system-info:allow-all",
|
|
"user-input:default",
|
|
"shell:default",
|
|
"keyring:default",
|
|
"stronghold:default",
|
|
{
|
|
"identifier": "shell:allow-spawn",
|
|
"allow": [
|
|
{
|
|
"name": "deno",
|
|
"cmd": "deno",
|
|
"args": [
|
|
{
|
|
"validator": ".+"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"deep-link:default",
|
|
"autostart:allow-enable",
|
|
"autostart:allow-disable",
|
|
"autostart:allow-is-enabled"
|
|
]
|
|
}
|