fix(frontend/widget): AiscriptAppのスクリプト適用を手動に変更 (#17095)

This commit is contained in:
かっこかり 2026-01-11 21:56:58 +09:00 committed by GitHub
parent 2168395b71
commit abe745ec87
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View File

@ -36,6 +36,7 @@ const widgetPropsDef = {
type: 'string',
label: i18n.ts.script,
multiline: true,
manualSave: true,
default: '',
},
showHeader: {

View File

@ -39,7 +39,7 @@ const widgetPropsDef = {
type: 'string',
label: i18n.ts.script,
multiline: true,
default: 'Mk:dialog("hello" "world")',
default: 'Mk:dialog("hello", "world")',
},
} satisfies FormWithDefault;