renew text editor

This commit is contained in:
2024-06-11 19:32:43 +08:00
parent 854aad1f43
commit 30a3609838
4 changed files with 56 additions and 24 deletions

View File

@@ -6,7 +6,7 @@ import AutoImport from "unplugin-auto-import/vite"
import Components from "unplugin-vue-components/vite"
import { NaiveUiResolver } from "unplugin-vue-components/resolvers"
const dev = false
const dev = process.env.NODE_ENV === "development"
const url = dev ? "http://localhost:8080" : "https://oj.xuyue.cc"
const proxyConfig = {
target: url,