feat quickly助手

This commit is contained in:
2026-01-11 14:55:23 +08:00
parent 54bbea8a32
commit 63c8fb678c
37 changed files with 2962 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
import {defineConfig} from 'vite'
import vue from '@vitejs/plugin-vue'
// https://vitejs.dev/config/
export default defineConfig({
plugins: [vue()]
})