This commit is contained in:
24kycj
2025-06-27 09:23:27 +08:00
parent 3f76f416d0
commit 165f9d37be
6 changed files with 71 additions and 19 deletions
+10 -9
View File
@@ -460,16 +460,8 @@
<img src="public/images/open24.png" language="t" zh="打开模板" ozh="打開模闆" <img src="public/images/open24.png" language="t" zh="打开模板" ozh="打開模闆"
en="Open Template" /> en="Open Template" />
</div> </div>
<div class="img-warp" id="copy">
<img src="public/images/copy24.png" language="t" zh="复制CTRL+C" ozh="複製CTRL+C"
en="Copy CTRL+C" />
</div>
<div class="img-warp" id="paste">
<img src="public/images/paste24.png" language="t" zh="粘贴CTRL+V" ozh="粘貼CTRL+V"
en="Paste CTRL+V" />
</div>
<div class="img-warp" id="save"> <div class="img-warp" id="save">
<img src="public/images/save24.png" language="t" zh="保存模板CTRL+S" ozh="保存模闆CTRL+S" <img src="public/images/save24.png" language="t" zh="保存模板 CTRL+S" ozh="保存模闆 CTRL+S"
en="Save Template CTRL+S" /> en="Save Template CTRL+S" />
</div> </div>
<div class="img-warp" id="output"> <div class="img-warp" id="output">
@@ -495,6 +487,15 @@
en="Delete" /> en="Delete" />
</div> </div>
<div class="img-warp" id="copy">
<img src="public/images/copy24.png" language="t" zh="复制 CTRL+C" ozh="複製 CTRL+C"
en="Copy CTRL+C" />
</div>
<div class="img-warp" id="paste">
<img src="public/images/paste24.png" language="t" zh="粘贴 CTRL+V" ozh="粘貼 CTRL+V"
en="Paste CTRL+V" />
</div>
<div class="ui-button ui-button-active img-warp img-warp1" id="front_side"> <div class="ui-button ui-button-active img-warp img-warp1" id="front_side">
<span language="m" zh="正面" ozh="正面" en="Front"></span> <span language="m" zh="正面" ozh="正面" en="Front"></span>
</div> </div>
+10 -10
View File
@@ -441,16 +441,9 @@
<img src="public/images/open24.png" language="t" zh="打开模板" ozh="打開模闆" <img src="public/images/open24.png" language="t" zh="打开模板" ozh="打開模闆"
en="Open Template" /> en="Open Template" />
</div> </div>
<div class="img-warp" id="copy">
<img src="public/images/copy24.png" language="t" zh="复制CTRL+C" ozh="複製CTRL+C"
en="Copy CTRL+C" />
</div>
<div class="img-warp" id="paste">
<img src="public/images/paste24.png" language="t" zh="粘贴CTRL+V" ozh="粘貼CTRL+V"
en="Paste CTRL+V" />
</div>
<div class="img-warp" id="save"> <div class="img-warp" id="save">
<img src="public/images/save24.png" language="t" zh="保存模板CTRL+S" ozh="保存模闆CTRL+S" <img src="public/images/save24.png" language="t" zh="保存模板 CTRL+S" ozh="保存模闆 CTRL+S"
en="Save Template CTRL+S" /> en="Save Template CTRL+S" />
</div> </div>
<div class="img-warp" id="output"> <div class="img-warp" id="output">
@@ -475,7 +468,14 @@
<img src="public/images/delete24.png" id="delete" language="t" zh="删除" ozh="刪除" <img src="public/images/delete24.png" id="delete" language="t" zh="删除" ozh="刪除"
en="Delete" /> en="Delete" />
</div> </div>
<div class="img-warp" id="copy">
<img src="public/images/copy24.png" language="t" zh="复制 CTRL+C" ozh="複製 CTRL+C"
en="Copy CTRL+C" />
</div>
<div class="img-warp" id="paste">
<img src="public/images/paste24.png" language="t" zh="粘贴 CTRL+V" ozh="粘貼 CTRL+V"
en="Paste CTRL+V" />
</div>
<div class="line"></div> <div class="line"></div>
+51
View File
@@ -0,0 +1,51 @@
{
"name": "SoonDesign",
"version": "2.1.248",
"description": "tools of design soon files",
"main": "main.js",
"scripts": {
"start": "electron-forge start",
"package:x64": "electron-forge package --arch=x64",
"package:arm64": "electron-forge package --arch=arm64",
"merge": "node ./merge.js",
"package:universal": "npm run package:x64 && npm run package:arm64 && npm run merge"
},
"electronPackagerConfig": {
"packageManager": "npm",
"icon": "./public/images/favicon.icns"
},
"config": {
"forge": {
"packagerConfig": {
"icon": "./public/images/favicon.icns"
}
}
},
"repository": "",
"keywords": [
"Electron",
"quick",
"start",
"tutorial",
"demo"
],
"author": "",
"license": "MIT",
"devDependencies": {
"@electron-forge/cli": "^6.2.0",
"electron": "^25.0.0"
},
"dependencies": {
"@electron/remote": "^2.0.8",
"buffer": "^6.0.3",
"bytenode": "^1.3.4",
"create-dmg": "^7.0.0",
"electron-squirrel-startup": "^1.0.1",
"font-list": "^1.4.2",
"jr-qrcode": "^1.1.4",
"jsbarcode": "^3.11.5",
"less": "^4.1.2",
"less-loader": "^10.2.0",
"save": "^2.9.0"
}
}
Binary file not shown.

Before

Width:  |  Height:  |  Size: 424 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 327 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 367 B