mirror of
https://gitee.com/dromara/electron-egg.git
synced 2026-06-10 03:07:32 +08:00
[feat] update dist
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
"name": "ee",
|
||||
"version": "4.1.0",
|
||||
"description": "A fast, desktop software development framework",
|
||||
"main": "./public/electron/main.js",
|
||||
"main": "public/electron/main.js",
|
||||
"scripts": {
|
||||
"dev": "ee-bin dev",
|
||||
"build": "npm run build-frontend && npm run build-electron && ee-bin encrypt",
|
||||
@@ -32,12 +32,12 @@
|
||||
"@electron/rebuild": "^3.7.1",
|
||||
"@types/node": "^20.16.0",
|
||||
"debug": "^4.4.0",
|
||||
"ee-bin": "^4.1.4",
|
||||
"ee-bin": "^4.1.6",
|
||||
"electron": "^31.7.6",
|
||||
"electron-builder": "^25.1.8"
|
||||
},
|
||||
"dependencies": {
|
||||
"ee-core": "^4.1.0",
|
||||
"ee-core": "^4.1.1",
|
||||
"electron-updater": "^6.3.8"
|
||||
}
|
||||
}
|
||||
|
||||
1
public/dist/assets/Index-Bfb_zXNx.css
vendored
Normal file
1
public/dist/assets/Index-Bfb_zXNx.css
vendored
Normal file
@@ -0,0 +1 @@
|
||||
section[data-v-e5111575]{padding:42px 32px}#hero[data-v-e5111575]{padding:150px 32px;text-align:center;height:100%}.tagline[data-v-e5111575]{font-size:52px;line-height:1.25;font-weight:700;letter-spacing:-1.5px;max-width:960px;margin:0 auto}html:not(.dark) .accent[data-v-e5111575],.dark .tagline[data-v-e5111575]{background:-webkit-linear-gradient(315deg,#42d392 25%,#647eff);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.description[data-v-e5111575]{max-width:960px;line-height:1.5;color:var(--vt-c-text-2);transition:color .5s;font-size:22px;margin:24px auto 40px}.actions a[data-v-e5111575]{font-size:16px;display:inline-block;background-color:var(--vt-c-bg-mute);padding:8px 18px;font-weight:500;border-radius:8px;transition:background-color .5s,color .5s;text-decoration:none}.actions .setup[data-v-e5111575]{color:var(--vt-c-text-code);background:-webkit-linear-gradient(315deg,#42d392 25%,#647eff)}.actions .setup[data-v-e5111575]:hover{background-color:var(--vt-c-gray-light-4);transition-duration:.2s}
|
||||
1
public/dist/assets/Index-CYTXjVvI.js
vendored
Normal file
1
public/dist/assets/Index-CYTXjVvI.js
vendored
Normal file
@@ -0,0 +1 @@
|
||||
import{_ as e,c as a,a as s,o as t}from"./index-BEgl07FK.js";const o={id:"hero"},l=e({__name:"Index",setup:e=>(console.log("hello"),(e,l)=>(t(),a("section",o,l[0]||(l[0]=[s('<h1 class="tagline" data-v-e5111575><span class="accent" data-v-e5111575>Electron-Egg</span></h1><p class="description" data-v-e5111575> A fast, desktop software development framework </p><p class="actions" data-v-e5111575><a class="setup" href="https://www.kaka996.com/" target="_blank" data-v-e5111575>Get Started</a></p>',3)]))))},[["__scopeId","data-v-e5111575"],["__file","/Users/gsx/www/gofile/src/ee/electron-egg/frontend/src/views/example/hello/Index.vue"]]);export{l as default};
|
||||
37
public/dist/assets/index-BEgl07FK.js
vendored
Normal file
37
public/dist/assets/index-BEgl07FK.js
vendored
Normal file
File diff suppressed because one or more lines are too long
1
public/dist/assets/index-DAtWjQD9.css
vendored
Normal file
1
public/dist/assets/index-DAtWjQD9.css
vendored
Normal file
@@ -0,0 +1 @@
|
||||
#app{font-family:Avenir,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-align:center;color:#2c3e50;height:100%}
|
||||
106
public/dist/index.html
vendored
Normal file
106
public/dist/index.html
vendored
Normal file
@@ -0,0 +1,106 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="zh-CN">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no, maximum-scale=1.0, minimum-scale=1.0" />
|
||||
<title></title>
|
||||
<!-- 优化:vue渲染未完成之前,先加一个css动画 -->
|
||||
<style>
|
||||
#loadingPage {
|
||||
background-color: #dedede;
|
||||
font-size: 12px;
|
||||
}
|
||||
.base {
|
||||
height: 9em;
|
||||
left: 50%;
|
||||
margin: -7.5em;
|
||||
padding: 3em;
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
width: 9em;
|
||||
transform: rotateX(45deg) rotateZ(45deg);
|
||||
transform-style: preserve-3d;
|
||||
}
|
||||
.cube,
|
||||
.cube:after,
|
||||
.cube:before {
|
||||
content: '';
|
||||
float: left;
|
||||
height: 3em;
|
||||
position: absolute;
|
||||
width: 3em;
|
||||
}
|
||||
/* Top */
|
||||
.cube {
|
||||
background-color: #06cf68;
|
||||
position: relative;
|
||||
transform: translateZ(3em);
|
||||
transform-style: preserve-3d;
|
||||
transition: .25s;
|
||||
box-shadow: 13em 13em 1.5em rgba(0, 0, 0, 0.1);
|
||||
animation: anim 1s infinite;
|
||||
}
|
||||
.cube:after {
|
||||
background-color: #05a151;
|
||||
transform: rotateX(-90deg) translateY(3em);
|
||||
transform-origin: 100% 100%;
|
||||
}
|
||||
.cube:before {
|
||||
background-color: #026934;
|
||||
transform: rotateY(90deg) translateX(3em);
|
||||
transform-origin: 100% 0;
|
||||
}
|
||||
.cube:nth-child(1) {
|
||||
animation-delay: 0.05s;
|
||||
}
|
||||
.cube:nth-child(2) {
|
||||
animation-delay: 0.1s;
|
||||
}
|
||||
.cube:nth-child(3) {
|
||||
animation-delay: 0.15s;
|
||||
}
|
||||
.cube:nth-child(4) {
|
||||
animation-delay: 0.2s;
|
||||
}
|
||||
.cube:nth-child(5) {
|
||||
animation-delay: 0.25s;
|
||||
}
|
||||
.cube:nth-child(6) {
|
||||
animation-delay: 0.3s;
|
||||
}
|
||||
.cube:nth-child(7) {
|
||||
animation-delay: 0.35s;
|
||||
}
|
||||
.cube:nth-child(8) {
|
||||
animation-delay: 0.4s;
|
||||
}
|
||||
.cube:nth-child(9) {
|
||||
animation-delay: 0.45s;
|
||||
}
|
||||
@keyframes anim {
|
||||
50% {
|
||||
transform: translateZ(0.5em);
|
||||
}
|
||||
}
|
||||
</style>
|
||||
<script type="module" crossorigin src="./assets/index-BEgl07FK.js"></script>
|
||||
<link rel="stylesheet" crossorigin href="./assets/index-DAtWjQD9.css">
|
||||
</head>
|
||||
<body>
|
||||
<div id="loadingPage">
|
||||
<div class='base'>
|
||||
<div class='cube'></div>
|
||||
<div class='cube'></div>
|
||||
<div class='cube'></div>
|
||||
<div class='cube'></div>
|
||||
<div class='cube'></div>
|
||||
<div class='cube'></div>
|
||||
<div class='cube'></div>
|
||||
<div class='cube'></div>
|
||||
<div class='cube'></div>
|
||||
</div>
|
||||
</div>
|
||||
<div id="app"></div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user