保存
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user