[+] Telegram and QQ join link

This commit is contained in:
Clansty
2024-09-22 19:41:47 +08:00
parent 6b51155bac
commit 5c634d6ff9
10 changed files with 1105 additions and 10 deletions

View File

@@ -1,9 +1,13 @@
import { defineConfig } from 'vite'
import { svelte } from '@sveltejs/vite-plugin-svelte'
import UnoCSS from '@unocss/svelte-scoped/vite'
// https://vitejs.dev/config/
export default defineConfig({
plugins: [svelte()],
plugins: [
UnoCSS(),
svelte()
],
define: {
APP_VERSION: JSON.stringify(process.env.npm_package_version),
},