Auto merge base into i18n

This commit is contained in:
GitHub Actions 2025-06-21 01:19:12 +00:00
commit 645ee4018e

View File

@ -1,6 +1,6 @@
import '@/style/index.scss' import '@/style/index.scss'
import { VueQueryPlugin } from '@tanstack/vue-query' import { VueQueryPlugin } from '@tanstack/vue-query'
import 'uno.css' import 'virtual:uno.css'
import { createSSRApp } from 'vue' import { createSSRApp } from 'vue'
import App from './App.vue' import App from './App.vue'
import { prototypeInterceptor, requestInterceptor, routeInterceptor } from './interceptors' import { prototypeInterceptor, requestInterceptor, routeInterceptor } from './interceptors'