songlist add import from file, partically complete point system

This commit is contained in:
2024-02-10 13:05:18 +08:00
parent a69fd44706
commit ae576ed20c
39 changed files with 3629 additions and 420 deletions

View File

@@ -4,6 +4,7 @@ import vueJsx from '@vitejs/plugin-vue-jsx'
import path from 'path'
import { defineConfig } from 'vite'
import svgLoader from 'vite-svg-loader'
import Markdown from 'unplugin-vue-markdown/vite'
export default defineConfig({
plugins: [
@@ -12,9 +13,13 @@ export default defineConfig({
propsDestructure: true,
defineModel: true,
},
include: [/\.vue$/, /\.md$/],
}),
svgLoader(),
vueJsx(),
Markdown({
/* options */
}),
],
resolve: {
alias: {