更新 'SrcJyPublic.js'

master
src48597962 8 months ago
parent 395308e67b
commit f4efa8d45b
  1. 2
      SrcJyPublic.js

@ -611,7 +611,7 @@ function getIcon(icon) {
with(javaImport) { with(javaImport) {
let bytes = FileUtil.toBytes(input); let bytes = FileUtil.toBytes(input);
let str = new java.lang.String(bytes, "UTF-8") + ""; let str = new java.lang.String(bytes, "UTF-8") + "";
str = str.replace(/#FF9900/g, color); str = str.replace(/#f08534/g, color);
bytes = new java.lang.String(str).getBytes(); bytes = new java.lang.String(str).getBytes();
return FileUtil.toInputStream(bytes); return FileUtil.toInputStream(bytes);
} }

Loading…
Cancel
Save