棋向东
棋向东
i make a pron japanese game (galgame) translator and i want to use vite to buidl two entrance like it: import { fileURLToPath, URL } from 'url' import { defineConfig,...
in developer environment, my project is no issue, this is my electron Tray app.whenReady().then(() => { let pathyuki: string let homeyuki: string let exityuiki: string if (Constants.IS_DEV_ENV) { pathyuki =...
结合了插件 配置vite成这样: import { fileURLToPath } from 'url' import { defineConfig, loadEnv } from 'vite' import ElectronPlugin, { ElectronOptions } from 'vite-plugin-electron' import RendererPlugin from 'vite-plugin-electron-renderer' import VuetifyPlugin from 'vite-plugin-vuetify'...