初次提交

This commit is contained in:
2026-01-28 23:39:11 +08:00
commit 5ee9aef865
27 changed files with 4449 additions and 0 deletions

8
vite.config.js Normal file
View File

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