Skip to content

Commit

Permalink
删除多余文件
Browse files Browse the repository at this point in the history
  • Loading branch information
mengxinzxz committed May 12, 2024
1 parent 7a3eabf commit 1fcab37
Show file tree
Hide file tree
Showing 30 changed files with 683 additions and 30 deletions.
674 changes: 674 additions & 0 deletions LICENSE

Large diffs are not rendered by default.

7 changes: 5 additions & 2 deletions card.css
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@
right: 4px;
width: auto;
height: 24px;
color: #181818;
color: #fffff8;
font-size: 20px;
font-weight: bold;
font-family: shousha;
Expand All @@ -189,7 +189,10 @@
background: rgba(228, 207, 166, 0.8);
border-radius: 2px;
border: 1px solid black;
pointer-events: none
pointer-events: none;
background-image: url('image/vcard/cardBaseMap.png') !important;
background-size: cover;
background-position: center;
}

.card>.temp-name[data-nature='fire'] {
Expand Down
23 changes: 0 additions & 23 deletions card.js

This file was deleted.

4 changes: 2 additions & 2 deletions dynamicSkin.js
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ decadeModule.import(function(lib, game, ui, get, ai, _status){
x: [0, 0.5],
y: [10, 0.3],
scale: 0.5,
background: 'skin_daqiaoxiaoqiao_ZhanChang_bg.png',
background: 'skin_daqiaoxiaoqiao_ZhanChang.png',
},
},
diaochan:{
Expand Down Expand Up @@ -442,4 +442,4 @@ decadeModule.import(function(lib, game, ui, get, ai, _status){

});
//
//
//
5 changes: 2 additions & 3 deletions extension.js
Original file line number Diff line number Diff line change
Expand Up @@ -7476,7 +7476,7 @@ game.import("extension", function (lib, game, ui, get, ai, _status) {
const control = (lib.config.extension_十周年UI_mx_decade_characterDialog || 'default');
if (control != 'default') {
const Searcher = dialog.querySelector(".searcher.caption");
if (Searcher) Searcher.parentNode.removeChild(Searcher);
if (Searcher) Searcher.parentNode.removeChild(Searcher);
if (control == 'extension-OL-system') {
var content_container = dialog.childNodes[0];
var content = content_container.childNodes[0];
Expand Down Expand Up @@ -9452,7 +9452,6 @@ game.import("extension", function (lib, game, ui, get, ai, _status) {

this.js(decadeUIPath + 'spine.js');
this.js(decadeUIPath + 'component.js');
this.js(decadeUIPath + 'card.js');
this.js(decadeUIPath + 'skill.js');
this.js(decadeUIPath + 'content.js');
this.js(decadeUIPath + 'effect.js');
Expand Down Expand Up @@ -11242,7 +11241,7 @@ game.import("extension", function (lib, game, ui, get, ai, _status) {
game.saveConfig('extension_十周年UI_showTemp', bool);
if (game.me && lib.config.cardtempname != 'off') {
let cards = game.me.getCards('h', card => card._tempName);
const skill = _status.event.skill, goon = (skill && get.info(skill) && get.info(skill).viewAs && !get.info(skill).ignoreMod && ((ui.selected.cards || []).includes(card)));
const skill = _status.event.skill, goon = (skill && get.info(skill) && get.info(skill).viewAs && !get.info(skill).ignoreMod && cards.some(card => ((ui.selected.cards || []).includes(card))));
if (cards.length) {
for (let j = 0; j < cards.length; j++) {
const card = cards[j];
Expand Down
Binary file removed image/vcard/Xfire.png
Binary file not shown.
Binary file removed image/vcard/Xice.png
Binary file not shown.
Binary file removed image/vcard/Xkami.png
Binary file not shown.
Binary file removed image/vcard/Xnone.png
Binary file not shown.
Binary file removed image/vcard/Xstab.png
Binary file not shown.
Binary file removed image/vcard/Xthunder.png
Binary file not shown.
Binary file removed image/vcard/biaoji.png
Binary file not shown.
Binary file removed image/vcard/biaojiXX.png
Binary file not shown.
Binary file added image/vcard/cardBaseMap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed image/vcard/du.png
Binary file not shown.
Binary file removed image/vcard/jiu.png
Binary file not shown.
Binary file removed image/vcard/shan.png
Binary file not shown.
Binary file removed image/vcard/shousha.png
Binary file not shown.
Binary file removed image/vcard/tao.png
Binary file not shown.
Binary file removed image/vxcard/UI.png
Binary file not shown.
Binary file removed image/vxcard/bingsha.png
Binary file not shown.
Binary file removed image/vxcard/cisha.png
Binary file not shown.
Binary file removed image/vxcard/du.png
Binary file not shown.
Binary file removed image/vxcard/huosha.png
Binary file not shown.
Binary file removed image/vxcard/jiu.png
Binary file not shown.
Binary file removed image/vxcard/leisha.png
Binary file not shown.
Binary file removed image/vxcard/sha.png
Binary file not shown.
Binary file removed image/vxcard/shan.png
Binary file not shown.
Binary file removed image/vxcard/shensha.png
Binary file not shown.
Binary file removed image/vxcard/tao.png
Binary file not shown.

0 comments on commit 1fcab37

Please sign in to comment.