qiushang 1 жил өмнө
parent
commit
86e5a1982c

BIN
build/icons/256x256.png


BIN
build/icons/icon.icns


BIN
build/icons/icon.ico


BIN
build/icons/icon1.ico


BIN
nsis/logo.ico


BIN
nsis/skin/bg1.png


BIN
nsis/skin/bg2.png


BIN
nsis/skin/bgtop.png


BIN
nsis/skin/icon.ico


+ 1 - 1
nsis/skin/uninstallpage.xml

@@ -3,7 +3,7 @@
    <VerticalLayout >
     <VerticalLayout width="570" height="314" bkimage="file='uninstall_bg1.png'">
 		<Control height="40" />
-		<WebBrowser height="264" width="550"  padding="10,0,0,0" name="oneclick_browser" homepage="https://xy.xingyousoft.com/soft/XYEbook/uninstallWeb/" autonavi="true"/>
+		<WebBrowser height="264" width="550"  padding="10,0,0,0" name="oneclick_browser" homepage="https://xy.xingyousoft.com/soft/XYAudio/uninstallWeb/" autonavi="true"/>
 	</VerticalLayout>
 	
 	<VerticalLayout bkimage="file='bgbottom.png' corner='10,0,10,10'" >

+ 9 - 9
nsis/test.nsi

@@ -1,16 +1,16 @@
 # ====================== 自定义宏 产品信息==============================
-!define PRODUCT_MID        		    "lf3bK2ESo9QC"
-!define PRODUCT_VERSION        		"1.4.0.0"
-!define PRODUCT_NAME           		"星优电子书助手"
-!define INSTALL_OUTPUT_NAME    		"XYEbook_XY.exe" 
-!define EXE_NAME               		"XYEbook.exe"
-!define PRODUCT_PATHNAME           	"XYEbook"     #安装卸载项用到的KEY,注册表
-!define INSTALL_APPEND_PATH         "XYEbook"     #安装路径追加的名称 
-!define APP_DOWNLOAD_URL    		"https://xy.xingyousoft.com/soft/XYEbook/lastest1.4.0.0.7z"
+!define PRODUCT_MID        		    "W0GN9r611Z7w"
+!define PRODUCT_VERSION        		"1.1.0.0"
+!define PRODUCT_NAME           		"星优音频助手"
+!define INSTALL_OUTPUT_NAME    		"XYAudio_XY.exe" 
+!define EXE_NAME               		"XYAudio.exe"
+!define PRODUCT_PATHNAME           	"XYAudio"     #安装卸载项用到的KEY,注册表
+!define INSTALL_APPEND_PATH         "XYAudio"     #安装路径追加的名称 
+!define APP_DOWNLOAD_URL    		"https://xy.xingyousoft.com/soft/XYAudio/lastest1.1.0.0.7z"
 !define PRODUCT_PUBLISHER      	    "苏州星优办公软件有限公司"
 !define PRODUCT_LEGAL          	    "苏州星优办公软件有限公司"
 !define STATISTICS_url              "https://www.xingyousoft.com/api/index/user_log"   # 统计网址
-!define UNINSTALL_url               "https://xy.xingyousoft.com/soft/XYEbook/uninstallWeb/?v=1.4.0.0"   # 接卸优惠网址
+!define UNINSTALL_url               "https://xy.xingyousoft.com/soft/XYAudio/uninstallWeb/?v=1.1.0.0"   # 接卸优惠网址
 
 # ====================== 自定义宏 安装信息==============================
 !define INSTALL_7Z_NAME 	   		"app.7z"

+ 2 - 2
package.json

@@ -1,6 +1,6 @@
 {
 	"name": "XYAudio",
-	"version": "1.4.0.0",
+	"version": "1.1.0.0",
 	"author": "苏州星优办公软件有限公司",
 	"description": "An electron-vue project",
 	"license": "audio",
@@ -9,7 +9,7 @@
 		"description": "这里是软件描述文档",
 		"downloadName": "XYAudio",
 		"softMid": "W0GN9r611Z7w",
-		"softName": "音频处理器",
+		"softName": "星优音频助手",
 		"copyright": "苏州星优办公软件有限公司",
 		"popupAdvId": "6",
 		"linkId": "9",

BIN
src/renderer/assets/image/icon.png


+ 3 - 3
src/renderer/components/home.vue

@@ -5,9 +5,9 @@
 				<soft-header ref="headerRef" @update-soft="updateSoft()" @export-file="exportFile"></soft-header>
 			</el-header>
 			<el-main ref="el-main" style="background-color: #fafafa;">
-				<div v-if="!menuIndex" style="padding: 30px 30px 0;">
+				<div v-if="!menuIndex" style="padding: 30px 40px 0;">
 					<div class="cmenu-item">
-						<el-row :gutter="30">
+						<el-row :gutter="40">
 							<el-col :span="6">
 								<div class="citem-nav" @click="menuIndex = '1'">
 									<img src="../assets/image/a-geshi.png" class="citem-img" />
@@ -36,7 +36,7 @@
 					</div>
 					
 					<div class="cmenu-item">
-						<el-row :gutter="30">
+						<el-row :gutter="40">
 							<el-col :span="6">
 								<div class="citem-nav" @click="menuIndex = '5'">
 									<img src="../assets/image/a-biansu.png" class="citem-img" />

+ 1 - 1
src/renderer/utils/electronApi.js

@@ -77,7 +77,7 @@ window.electron_api = {
             proc = child_process.spawn(cmd, cmds.slice(1), opts);
         }
 
-        console.log(cmds.join(' '))
+        // console.log(cmds.join(' '))
 
         return new Promise(function (resolve, reject) {
             let stdout = [];

BIN
static/icon.ico