封面异画

This commit is contained in:
草莓 2025-01-09 13:54:45 +08:00
parent 572cd40493
commit 4fbfe72989
6 changed files with 264 additions and 262 deletions

File diff suppressed because one or more lines are too long

View File

@ -262,6 +262,8 @@ var data_a1e2fb4a_e986_4524_b0da_9b7ba7c0874d =
"ulr.webp",
"unknow.webp",
"ur.webp",
"winbackground.webp",
"winbackgroundVertical.webp",
"winskin.webp",
"winskin1.webp"
],

Binary file not shown.

Before

Width:  |  Height:  |  Size: 257 KiB

After

Width:  |  Height:  |  Size: 262 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 172 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 137 KiB

View File

@ -2593,8 +2593,8 @@ var plugins_bb40132b_638b_4a9f_b028_d3fe47acc8d1 =
core.dom.musicBtn.style.bottom =
(obj.clientHeight - obj.totalHeight) / 2 - 27 + "px";
let startBackground = core.domStyle.isVertical ?
main.styles.startVerticalBackground || main.styles.startBackground :
main.styles.startBackground;
core.getLocalStorage('end') ? 'project/images/winbackgroundVertical.webp' : main.styles.startVerticalBackground || main.styles.startBackground :
core.getLocalStorage('end') ? 'project/images/winbackground.webp' : main.styles.startBackground;
if (main.dom.startBackground.getAttribute("__src__") != startBackground) {
main.dom.startBackground.setAttribute("__src__", startBackground);
main.dom.startBackground.src = startBackground;
@ -4243,9 +4243,9 @@ var plugins_bb40132b_638b_4a9f_b028_d3fe47acc8d1 =
var func = core.enemys[name];
core.enemys[name] = function () {
var args =
arguments.length === 1
? [arguments[0]]
: Array.apply(null, arguments);
arguments.length === 1 ?
[arguments[0]] :
Array.apply(null, arguments);
if (typeof args[0] == "string") args[0] = core.enemys.enemys[args[0]];
return func.apply(core.enemys, args);
};
@ -4453,7 +4453,7 @@ var plugins_bb40132b_638b_4a9f_b028_d3fe47acc8d1 =
};
}
};
},
},
"手册区分特殊属性": function () {
// 在此增加新插件
this.arrsame = function (Arraya, Arrayb) {