Organized the project files.

And also fixed some bugs.
This commit is contained in:
Bruce
2025-12-08 16:06:13 +08:00
parent ed7fe3af4b
commit d1813637c5
95 changed files with 46744 additions and 36366 deletions
@@ -27,4 +27,9 @@
}
return null;
};
Object.defineProperty(global, "cmdargs", {
get: function() {
return JSON.parse(Bridge.External.cmdArgs);
}
});
})(this);