Skip to content

Commit

Permalink
更新+修复
Browse files Browse the repository at this point in the history
  • Loading branch information
mengxinzxz committed Nov 18, 2024
1 parent 409bd0c commit f808429
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 7 deletions.
8 changes: 4 additions & 4 deletions animation.js
Original file line number Diff line number Diff line change
Expand Up @@ -1692,9 +1692,9 @@ if (decadeModule)
//由于设备不同,无法完美适配,自行调参数
城主边框: {
name: "skin_chengzhu_ChengZhuBianKuang",
x: [16, 0.89],
y: [20, 0.15],
height: [0, 0.55],
x: [24, 0.89],
y: [17, 0.15],
height: [0, 0.5],
},
/*动态边框: {//这部分别管
name: 'skin_chengzhu_ChengZhuBianKuang',
Expand Down Expand Up @@ -2136,7 +2136,7 @@ if (decadeModule)
},
},
};

animation.stop = animation.stopSpineAll;
animation.play = function (name, skin) {
var definedAssets = this.definedAssets;
Expand Down
8 changes: 8 additions & 0 deletions dialog.css
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,8 @@
background-image: url("assets/image/dialog1.png") !important;
background-size: 100% 100% !important;
background-repeat: no-repeat !important;
background: none ;
box-shadow: none !important;
}
#arena.decadeUI[data-loading-style="on"] > .dialog.scroll1:not(.dclieqiong),
#arena.decadeUI[data-loading-style="on"] > .dialog.scroll2:not(.dclieqiong),
Expand All @@ -101,6 +103,8 @@
background-image: url("assets/image/dialog2.png") !important;
background-size: 104% 100% !important;
background-repeat: no-repeat !important;
background: none ;
box-shadow: none !important;
/* padding: 10px 50px; /*高度 + 宽度*/
}
#arena.decadeUI[data-loading-style="othersOn"] > .dialog.scroll1:not(.dclieqiong),
Expand All @@ -117,6 +121,8 @@
width: 900px !important;
left: calc(50% - 450px) !important;
height: 200px;
background: none ;
box-shadow: none !important;
}
#arena.decadeUI[data-loading-style="othersOff"] > .dialog.scroll1:not(.dclieqiong),
#arena.decadeUI[data-loading-style="othersOff"] > .dialog.scroll2:not(.dclieqiong),
Expand All @@ -132,6 +138,8 @@
width: 900px !important;
left: calc(50% - 450px) !important;
height: 200px;
background: none ;
box-shadow: none !important;
}

/*
Expand Down
2 changes: 2 additions & 0 deletions extension.js
Original file line number Diff line number Diff line change
Expand Up @@ -11660,6 +11660,8 @@ game.import("extension", function (lib, game, ui, get, ai, _status) {
let log = [
"魔改十周年 萌修 " + pack.version,
"最低适配:v1.10.17",
'继续修复u的遗留问题+整合u的部分优化',
'修复拼点点数异常问题',
];
return '<a href="https://github.com/mengxinzxz/decadeUI--mx">点击前往萌修十周年Github仓库</a><br><p style="color:rgb(210,210,000); font-size:12px; line-height:14px; text-shadow: 0 0 2px black;">' + log.join("<br>•") + "</p>";
})(pack);
Expand Down
2 changes: 1 addition & 1 deletion layout_new.css
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ body > .background {
transition-property: transform, opacity, left, top;
border: 1px solid;
border-radius: 6px;
border-image-source: url("assets/image/card1.png");
/*border-image-source: url("assets/image/card1.png");
border-image-slice: 20 20 20 20;
border-image-width: 20px 20px 20px 20px; /*此处调节边框大小*/
z-index: 1;
Expand Down
4 changes: 2 additions & 2 deletions shoushaUI/lbtn/main3.js
Original file line number Diff line number Diff line change
Expand Up @@ -141,9 +141,9 @@ app.import(function (lib, game, ui, get, ai, _status, app) {
head.src = lib.assetURL + "extension/十周年UI/shoushaUI/lbtn/images/uibutton/new_zhengli.png";
//左手整理手牌按钮位置
if (lib.config["extension_十周年UI_rightLayout"] == "on") {
head.style.cssText = "display: block;--w: 88px;--h: calc(var(--w) * 81/247);width: var(--w);height: var(--h);position: absolute;top: calc(100% - 33px);left: calc(100% - 376.2px);background-color: transparent;z-index:7";
head.style.cssText = "display: block;--w: 88px;--h: calc(var(--w) * 81/247);width: var(--w);height: var(--h);position: absolute;top: calc(100% - 33px);left: calc(100% - 376.2px);background-color: transparent;z-index:2";
} else {
head.style.cssText = "display: block;--w: 88px;--h: calc(var(--w) * 81/247);width: var(--w);height: var(--h);position: absolute;top: calc(100% - 33px);right: calc(100% - 367.2px);background-color: transparent;z-index:4;";
head.style.cssText = "display: block;--w: 88px;--h: calc(var(--w) * 81/247);width: var(--w);height: var(--h);position: absolute;top: calc(100% - 33px);right: calc(100% - 367.2px);background-color: transparent;z-index:2;";
}
head.onclick = function () {
//head.onclick=ui.click.sortCard;
Expand Down

0 comments on commit f808429

Please sign in to comment.