This commit is contained in:
gsx
2023-07-03 21:42:46 +08:00
parent 26385f06b0
commit ae93b0542e
9 changed files with 11 additions and 10 deletions

View File

@@ -1,6 +1,7 @@
module.exports = {
//Solution For Issue:You are using the runtime-only build of Vue where the template compiler is not available. Either pre-compile the templates into render functions, or use the compiler-included build.
//zhengkai.blog.csdn.net
publicPath: './', // 相对路径file模式和web模式都可以使用
runtimeCompiler: true,
configureWebpack: (config) => {
config["performance"] = {

View File

@@ -1,6 +1,6 @@
{
"name": "ee",
"version": "3.5.0",
"version": "3.5.1",
"description": "A fast, desktop software development framework",
"main": "main.js",
"scripts": {
@@ -51,7 +51,7 @@
},
"dependencies": {
"dayjs": "^1.10.7",
"ee-core": "^2.3.0",
"ee-core": "^2.3.1",
"electron-updater": "^5.3.0",
"lodash": "^4.17.21"
}

View File

@@ -4,4 +4,4 @@
::-webkit-scrollbar-track{background:0 0}
::-webkit-scrollbar-thumb{background:#E6FFEE;-webkit-transition:.3s;transition:.3s}
::-webkit-scrollbar-thumb:hover{background-color:#07C160}
::-webkit-scrollbar-thumb:active{background-color:#07C160}</style><link href="/css/chunk-3151f5c6.50e81769.css" rel="prefetch"><link href="/js/chunk-3151f5c6.aca12c39.js" rel="prefetch"><link href="/css/app.e18dfcda.css" rel="preload" as="style"><link href="/css/chunk-vendors.f4913a35.css" rel="preload" as="style"><link href="/js/app.f98ca80f.js" rel="preload" as="script"><link href="/js/chunk-vendors.cf05aadd.js" rel="preload" as="script"><link href="/css/chunk-vendors.f4913a35.css" rel="stylesheet"><link href="/css/app.e18dfcda.css" rel="stylesheet"></head><body><noscript><strong>We're sorry but it doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id="app"></div><script src="/js/chunk-vendors.cf05aadd.js"></script><script src="/js/app.f98ca80f.js"></script></body></html>
::-webkit-scrollbar-thumb:active{background-color:#07C160}</style><link href="css/chunk-3151f5c6.50e81769.css" rel="prefetch"><link href="js/chunk-3151f5c6.aca12c39.js" rel="prefetch"><link href="css/app.e18dfcda.css" rel="preload" as="style"><link href="css/chunk-vendors.f4913a35.css" rel="preload" as="style"><link href="js/app.fbaa5003.js" rel="preload" as="script"><link href="js/chunk-vendors.125ebef7.js" rel="preload" as="script"><link href="css/chunk-vendors.f4913a35.css" rel="stylesheet"><link href="css/app.e18dfcda.css" rel="stylesheet"></head><body><noscript><strong>We're sorry but it doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id="app"></div><script src="js/chunk-vendors.125ebef7.js"></script><script src="js/app.fbaa5003.js"></script></body></html>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

2
public/dist/js/app.fbaa5003.js vendored Normal file

File diff suppressed because one or more lines are too long

1
public/dist/js/app.fbaa5003.js.map vendored Normal file

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long