|
|
@ -121,9 +121,9 @@
|
|
|
|
"mobile"
|
|
|
|
"mobile"
|
|
|
|
]
|
|
|
|
]
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"ext.isekai.ve": {
|
|
|
|
"ve.ext.isekai.misc": {
|
|
|
|
"scripts": [
|
|
|
|
"scripts": [
|
|
|
|
"ext.isekai.ve.js"
|
|
|
|
"ve.ext.isekai.misc.js"
|
|
|
|
],
|
|
|
|
],
|
|
|
|
"targets": [
|
|
|
|
"targets": [
|
|
|
|
"desktop",
|
|
|
|
"desktop",
|
|
|
@ -131,8 +131,15 @@
|
|
|
|
],
|
|
|
|
],
|
|
|
|
"dependencies": [
|
|
|
|
"dependencies": [
|
|
|
|
"ext.visualEditor.mwcore",
|
|
|
|
"ext.visualEditor.mwcore",
|
|
|
|
"ext.visualEditor.mwmeta",
|
|
|
|
"ext.visualEditor.mwextensions"
|
|
|
|
"ext.visualEditor.desktopArticleTarget"
|
|
|
|
],
|
|
|
|
|
|
|
|
"messages": [
|
|
|
|
|
|
|
|
"isekai-ve-formatdropdown-format-mw-heading1",
|
|
|
|
|
|
|
|
"isekai-ve-formatdropdown-format-mw-heading2",
|
|
|
|
|
|
|
|
"isekai-ve-formatdropdown-format-mw-heading3",
|
|
|
|
|
|
|
|
"isekai-ve-formatdropdown-format-mw-heading4",
|
|
|
|
|
|
|
|
"isekai-ve-formatdropdown-format-mw-heading5",
|
|
|
|
|
|
|
|
"isekai-ve-formatdropdown-format-mw-heading6"
|
|
|
|
]
|
|
|
|
]
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"ext.isekai.function-btn": {
|
|
|
|
"ext.isekai.function-btn": {
|
|
|
@ -153,6 +160,13 @@
|
|
|
|
]
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
},
|
|
|
|
|
|
|
|
"attributes": {
|
|
|
|
|
|
|
|
"VisualEditor": {
|
|
|
|
|
|
|
|
"PluginModules": [
|
|
|
|
|
|
|
|
"ve.ext.isekai.misc"
|
|
|
|
|
|
|
|
]
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
},
|
|
|
|
"ResourceFileModulePaths": {
|
|
|
|
"ResourceFileModulePaths": {
|
|
|
|
"localBasePath": "modules",
|
|
|
|
"localBasePath": "modules",
|
|
|
|
"remoteExtPath": "IsekaiMisc/modules"
|
|
|
|
"remoteExtPath": "IsekaiMisc/modules"
|
|
|
|