Initial Global Release v1.0 (Localization & Security Hardening)

This commit is contained in:
leeyj
2026-04-16 01:12:43 +09:00
commit 175a30325b
67 changed files with 6348 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
/**
* 전역 시스템 상수 (Global System Constants)
*/
export const Constants = {
GROUPS: {
DEFAULT: 'default',
FILES: 'files',
DONE: 'done'
}
};