mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-03-21 03:30:42 +00:00
fix(frontend/widget): AiscriptAppのスクリプト適用を手動に変更 (#17095)
This commit is contained in:
@@ -36,6 +36,7 @@ const widgetPropsDef = {
|
||||
type: 'string',
|
||||
label: i18n.ts.script,
|
||||
multiline: true,
|
||||
manualSave: true,
|
||||
default: '',
|
||||
},
|
||||
showHeader: {
|
||||
|
||||
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user