This commit is contained in:
2025-10-18 19:12:18 +08:00
parent e54bd0a447
commit 7b12efd09c
22 changed files with 119 additions and 2192 deletions

View File

@@ -16,6 +16,7 @@ export function registerBuiltInApps() {
icon: '🧮',
permissions: ['storage'],
window: {
title: '计算器',
width: 400,
height: 600,
minWidth: 320,
@@ -46,6 +47,7 @@ export function registerBuiltInApps() {
icon: '📝',
permissions: ['storage', 'notification'],
window: {
title: '记事本',
width: 800,
height: 600,
minWidth: 400,
@@ -74,6 +76,7 @@ export function registerBuiltInApps() {
icon: '✅',
permissions: ['storage', 'notification'],
window: {
title: '待办事项',
width: 600,
height: 700,
minWidth: 400,