update ui and fix some problem (#3)

* update code lint and update ui
This commit is contained in:
bingochaos
2025-08-15 17:19:29 +08:00
committed by GitHub
parent 3fddf021be
commit 519fcb64a2
18 changed files with 162219 additions and 2816 deletions

View File

@@ -1,10 +1,11 @@
import legacyPlugin from '@vitejs/plugin-legacy'
import vue from '@vitejs/plugin-vue'
import { defineConfig } from 'vite'
// import mkcert from 'vite-plugin-mkcert'
import mkcert from 'vite-plugin-mkcert'
import { join } from 'path'
// server of your OpenAvatarChat
// if you are not use localhost, you need to start https
const serverIP = '127.0.0.1'
const serverPort = '8282'
@@ -13,10 +14,6 @@ export default defineConfig({
base: './',
build: {
rollupOptions: {
// input: {
// index: resolve(__dirname, 'index.html'),
// cropImage: resolve(__dirname, 'cropImage.html')
// },
output: {
entryFileNames: `assets/[name].js`,
chunkFileNames: `assets/[name].js`,