feat: add ripple effect, update theme styles and layout

This commit is contained in:
2026-02-26 22:57:03 +00:00
parent bdbb561740
commit 12a4130c38
13 changed files with 1028 additions and 12 deletions

View File

@@ -1,7 +1,11 @@
import { defineConfig } from 'vite'
import vue from '@vitejs/plugin-vue'
import packageJson from './package.json'
// https://vite.dev/config/
export default defineConfig({
plugins: [vue()],
define: {
'__APP_VERSION__': JSON.stringify(packageJson.version)
}
})