Merge pull request #27 from Askhz/fix/init-model-load

chore: bump version to 4.0.4
This commit is contained in:
geroge 2026-04-14 21:38:13 +08:00 committed by GitHub
commit 24319c4838
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,7 +7,7 @@
*/
export function getMacroDefines(): Record<string, string> {
return {
"MACRO.VERSION": JSON.stringify("4.0.3"),
"MACRO.VERSION": JSON.stringify("4.0.4"),
"MACRO.BUILD_TIME": JSON.stringify(new Date().toISOString()),
"MACRO.FEEDBACK_CHANNEL": JSON.stringify(""),
"MACRO.ISSUES_EXPLAINER": JSON.stringify(""),