main: Quick commit

This commit is contained in:
tom@tom.com
2026-04-30 00:00:48 +08:00
parent 6a6d95674c
commit ccbeb14c78
88 changed files with 0 additions and 17652 deletions

View File

@@ -1,4 +1,3 @@
import { TextObfuscatorPlugin } from "./mix/textObfuscator";
import { createApp, ref } from "vue";
import { createPinia } from "pinia";
@@ -29,6 +28,5 @@ router.beforeEach((to, from, next) => {
VueScrollTo.scrollTo("#app", 0);
next();
});
// //app.use(TextObfuscatorPlugin);
app.mount("#app");
export default i18n;