|
@@ -1,10 +1,10 @@
|
|
{
|
|
{
|
|
"name": "gcls_page_textbook",
|
|
"name": "gcls_page_textbook",
|
|
- "version": "0.1.0",
|
|
|
|
|
|
+ "version": "1.0.0",
|
|
"private": true,
|
|
"private": true,
|
|
"main": "main.js",
|
|
"main": "main.js",
|
|
"description": "An Electron & Vue.js quick start boilerplate",
|
|
"description": "An Electron & Vue.js quick start boilerplate",
|
|
- "author": "dsy",
|
|
|
|
|
|
+ "author": "合新软件",
|
|
"scripts": {
|
|
"scripts": {
|
|
"electron": "nodemon --watch main.js --exec \"electron .\"",
|
|
"electron": "nodemon --watch main.js --exec \"electron .\"",
|
|
"dev": "vue-cli-service serve",
|
|
"dev": "vue-cli-service serve",
|
|
@@ -54,8 +54,8 @@
|
|
"nodemon": "^3.1.3",
|
|
"nodemon": "^3.1.3",
|
|
"patch-package": "^8.0.0",
|
|
"patch-package": "^8.0.0",
|
|
"postcss-html": "^1.7.0",
|
|
"postcss-html": "^1.7.0",
|
|
- "prettier": "^3.3.0",
|
|
|
|
- "sass": "^1.77.4",
|
|
|
|
|
|
+ "prettier": "^3.3.2",
|
|
|
|
+ "sass": "^1.77.6",
|
|
"sass-loader": "^14.2.1",
|
|
"sass-loader": "^14.2.1",
|
|
"stylelint": "^15.11.0",
|
|
"stylelint": "^15.11.0",
|
|
"stylelint-config-recess-order": "^4.6.0",
|
|
"stylelint-config-recess-order": "^4.6.0",
|
|
@@ -70,21 +70,26 @@
|
|
},
|
|
},
|
|
"build": {
|
|
"build": {
|
|
"appId": "com.gcls.page.textbook",
|
|
"appId": "com.gcls.page.textbook",
|
|
- "productName": "gcls_page_textbook",
|
|
|
|
|
|
+ "productName": "智慧梧桐桌面端互动教材编辑器",
|
|
|
|
+ "copyright": "Copyright © 2024 ${author}",
|
|
"directories": {
|
|
"directories": {
|
|
"output": "out"
|
|
"output": "out"
|
|
},
|
|
},
|
|
|
|
+ "asar": true,
|
|
"win": {
|
|
"win": {
|
|
"target": "nsis",
|
|
"target": "nsis",
|
|
- "icon": "./public/icon.png"
|
|
|
|
|
|
+ "icon": "./public/icon.png",
|
|
|
|
+ "artifactName": "${productName}-Setup.${ext}"
|
|
},
|
|
},
|
|
"linux": {
|
|
"linux": {
|
|
"target": "AppImage",
|
|
"target": "AppImage",
|
|
- "icon": "./public/icon.png"
|
|
|
|
|
|
+ "icon": "./public/icon.png",
|
|
|
|
+ "artifactName": "${productName}-Setup.${ext}"
|
|
},
|
|
},
|
|
"mac": {
|
|
"mac": {
|
|
"target": "dmg",
|
|
"target": "dmg",
|
|
- "icon": "./public/icon.png"
|
|
|
|
|
|
+ "icon": "./public/icon.png",
|
|
|
|
+ "artifactName": "${productName}-Setup.${ext}"
|
|
},
|
|
},
|
|
"nsis": {
|
|
"nsis": {
|
|
"oneClick": false,
|
|
"oneClick": false,
|