Skip to content

Commit e2b8531

Browse files
committed
Update window configuration key naming for consistency
1 parent 392205f commit e2b8531

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/edit.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -1227,7 +1227,7 @@ const onPublish = async () => {
12271227
version: appForm.version,
12281228
id: appForm.appid,
12291229
ascii: isAlphanumeric(appForm.showName),
1230-
window_config: JSON.stringify(newWindows),
1230+
windowConfig: JSON.stringify(newWindows),
12311231
})
12321232
// update config file
12331233
const updateRes: any = await githubApi.updateConfigFile(

0 commit comments

Comments
 (0)