Git Product home page Git Product logo

decadeui--mx's People

Contributors

icelotusflower avatar mengxinzxz avatar nonameshijian avatar universe-st avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

decadeui--mx's Issues

动态皮肤失效

从ed93138(是不是更前的提交不清楚)提交开始动态皮肤失效,具体表现和没有骨骼显示黄色的背景一样,个人猜测是更换路径变量名导致的(猜测!猜测!猜测!重要的事说三遍)

转换牌和虚拟牌显示问题

希望能在使用或打出转换牌时,会在被转换牌上显示转换后的牌名;还有虚拟牌在被用出去后会显示用了什么(虽然有声音能听,但直接显示什么牌的话会更直观)。一些小建议,望采纳>3<

十周年ui,挑战模式boss名字错乱可在extension.js文件content: function (config, pack) {后添加以下代码解决

//boss名字样式
const style_bossName = document.createElement('style');
const css = "#bosslist > .player > .identity { height: 100%; position: absolute; z-index: 9999; }"+
"#bosslist > .player > .identity > div { text-align: left; }"+
".confirm-box.guan-xing>.content>.card { cursor: pointer; left: 35px; margin: 0; position: absolute; width: 108px; }";
style_bossName.appendChild(document.createTextNode(css));
const head = document.head || document.getElementsByTagName('head')[0];
head.appendChild(style_bossName);

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.