alicezetion 1.7.5 → 1.7.6
Sign up to get free protection for your applications and to get access to all the features.
@@ -1 +1 @@
|
|
1
|
-
{"nonce":
|
1
|
+
{"nonce":5831363606600618970,"last_updated":{"seconds":1696068390,"nanos":463113000}}
|
package/logger.js
CHANGED
@@ -7,12 +7,12 @@ var getText = require('gettext.js')();
|
|
7
7
|
const languageFile = require('./Language/index.json');
|
8
8
|
|
9
9
|
module.exports = (str, end) => {
|
10
|
-
if (isHexcolor(require("
|
10
|
+
/*if (isHexcolor(require("./alice/alicezetion.json").MainColor || "#00CCCC") != true) {
|
11
11
|
var Language = languageFile.find(i => i.Language == require("./alice/alicezetion.json").Language).Folder.Index;
|
12
|
-
log.warn("FastConfig-MainColor", getText.gettext(Language.InvaildMainColor,require("./alice/alicezetion.json").MainColor));
|
12
|
+
//log.warn("FastConfig-MainColor", getText.gettext(Language.InvaildMainColor,require("./alice/alicezetion.json").MainColor));
|
13
13
|
process.exit(0);
|
14
|
-
}
|
15
|
-
console.log(chalk.hex(
|
14
|
+
} */
|
15
|
+
//console.log(chalk.hex( "00CCCC").bold(`${end || '[ ALICIZATION ]'} > `) + str);
|
16
16
|
};
|
17
17
|
|
18
18
|
module.exports.onLogger = (str,end) => console.log(chalk.hex('#00CCCC').bold(`${end || '[ FCA-SUS ]'} > `) + str);
|