feat: three nuxt frontends, demo seed, rounding + money-exponent + rate-cast fixes, archived specs

This commit is contained in:
Chengdong Zhang
2026-09-17 13:34:38 +08:00
parent dc9fd31c5e
commit 653f13161a
85 changed files with 4327 additions and 106 deletions
+2 -1
View File
@@ -16,7 +16,8 @@ export default defineNuxtConfig({
{ code: "en", name: "English" },
{ code: "zh", name: "中文" },
],
vueI18n: "./i18n.config.ts",
vueI18n: "../i18n.config.ts",
bundle: { optimizeTranslationDirective: false },
},
compatibilityDate: "2025-01-01",
});