更新 'SrcJyPublic.js'

master
src48597962 8 months ago
parent 32b061eb19
commit 3ab1861731
  1. 2
      SrcJyPublic.js

@ -619,7 +619,7 @@ function getIcon(icon, nochange) {
with(javaImport) {
let bytes = FileUtil.toBytes(input);
let str = new java.lang.String(bytes, "UTF-8") + "";
str = str.replace(/#feb833|#6dc9ff|#2ec99d|#587bff|#ff7772|#a88efa/gi, color);
str = str.replace(/#feb833|#6dc9ff|#2ec99d|#587bff|#ff7772|#a88efa|#FD9173/gi, color);
bytes = new java.lang.String(str).getBytes();
return FileUtil.toInputStream(bytes);
}

Loading…
Cancel
Save