Skip to content

Commit

Permalink
3.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wallace5303 committed Jul 3, 2023
1 parent 26385f0 commit ae93b05
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 10 deletions.
1 change: 1 addition & 0 deletions frontend/vue.config.js
Original file line number Diff line number Diff line change
@@ -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"] = {
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down Expand Up @@ -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"
}
Expand Down
2 changes: 1 addition & 1 deletion public/dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -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>
2 changes: 0 additions & 2 deletions public/dist/js/app.f98ca80f.js

This file was deleted.

1 change: 0 additions & 1 deletion public/dist/js/app.f98ca80f.js.map

This file was deleted.

Loading

0 comments on commit ae93b05

Please sign in to comment.