update app_modules.js

This commit is contained in:
naielv
2025-09-02 23:42:30 +02:00
parent d5650b2e3b
commit 6f3108134b

View File

@@ -30,7 +30,7 @@ const debounce = (callback, wait) => {
};
String.prototype.toHex = function() {
var s = this + "0123456789";
var s = this + "0123456789" + this;
var colors = [
"#ff0000",
"#ff00ff",