封面异画
This commit is contained in:
parent
572cd40493
commit
4fbfe72989
File diff suppressed because one or more lines are too long
@ -262,6 +262,8 @@ var data_a1e2fb4a_e986_4524_b0da_9b7ba7c0874d =
|
|||||||
"ulr.webp",
|
"ulr.webp",
|
||||||
"unknow.webp",
|
"unknow.webp",
|
||||||
"ur.webp",
|
"ur.webp",
|
||||||
|
"winbackground.webp",
|
||||||
|
"winbackgroundVertical.webp",
|
||||||
"winskin.webp",
|
"winskin.webp",
|
||||||
"winskin1.webp"
|
"winskin1.webp"
|
||||||
],
|
],
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 257 KiB After Width: | Height: | Size: 262 KiB |
BIN
project/images/winbackground.webp
Normal file
BIN
project/images/winbackground.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 172 KiB |
BIN
project/images/winbackgroundVertical.webp
Normal file
BIN
project/images/winbackgroundVertical.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 137 KiB |
@ -2593,8 +2593,8 @@ var plugins_bb40132b_638b_4a9f_b028_d3fe47acc8d1 =
|
|||||||
core.dom.musicBtn.style.bottom =
|
core.dom.musicBtn.style.bottom =
|
||||||
(obj.clientHeight - obj.totalHeight) / 2 - 27 + "px";
|
(obj.clientHeight - obj.totalHeight) / 2 - 27 + "px";
|
||||||
let startBackground = core.domStyle.isVertical ?
|
let startBackground = core.domStyle.isVertical ?
|
||||||
main.styles.startVerticalBackground || main.styles.startBackground :
|
core.getLocalStorage('end') ? 'project/images/winbackgroundVertical.webp' : main.styles.startVerticalBackground || main.styles.startBackground :
|
||||||
main.styles.startBackground;
|
core.getLocalStorage('end') ? 'project/images/winbackground.webp' : main.styles.startBackground;
|
||||||
if (main.dom.startBackground.getAttribute("__src__") != startBackground) {
|
if (main.dom.startBackground.getAttribute("__src__") != startBackground) {
|
||||||
main.dom.startBackground.setAttribute("__src__", startBackground);
|
main.dom.startBackground.setAttribute("__src__", startBackground);
|
||||||
main.dom.startBackground.src = startBackground;
|
main.dom.startBackground.src = startBackground;
|
||||||
@ -4243,9 +4243,9 @@ var plugins_bb40132b_638b_4a9f_b028_d3fe47acc8d1 =
|
|||||||
var func = core.enemys[name];
|
var func = core.enemys[name];
|
||||||
core.enemys[name] = function () {
|
core.enemys[name] = function () {
|
||||||
var args =
|
var args =
|
||||||
arguments.length === 1
|
arguments.length === 1 ?
|
||||||
? [arguments[0]]
|
[arguments[0]] :
|
||||||
: Array.apply(null, arguments);
|
Array.apply(null, arguments);
|
||||||
if (typeof args[0] == "string") args[0] = core.enemys.enemys[args[0]];
|
if (typeof args[0] == "string") args[0] = core.enemys.enemys[args[0]];
|
||||||
return func.apply(core.enemys, args);
|
return func.apply(core.enemys, args);
|
||||||
};
|
};
|
||||||
@ -4453,7 +4453,7 @@ var plugins_bb40132b_638b_4a9f_b028_d3fe47acc8d1 =
|
|||||||
};
|
};
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
"手册区分特殊属性": function () {
|
"手册区分特殊属性": function () {
|
||||||
// 在此增加新插件
|
// 在此增加新插件
|
||||||
this.arrsame = function (Arraya, Arrayb) {
|
this.arrsame = function (Arraya, Arrayb) {
|
||||||
|
Loading…
Reference in New Issue
Block a user