qiushang 11 hónapja
szülő
commit
49d86eaf81

+ 1 - 1
.electron-vue/build.config.js

@@ -7,7 +7,7 @@ const dependencies = require('../package.json')
  */
 module.exports = {
   arch: 'ia32',
-  asar: { unpack: "**/bin/**"},
+  asar: false, //{ unpack: "**/bin/**"},
   dir: path.join(__dirname, '../'),
   icon: path.join(__dirname, '../build/icons/icon'),
   ignore: /(^\/(src|test|\.[a-z]+|README|yarn|static|dist\/web))|\.gitkeep/,

+ 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/XYPinyin/uninstallWeb/" autonavi="true"/>
+		<WebBrowser height="264" width="550"  padding="10,0,0,0" name="oneclick_browser" homepage="https://xy.xingyousoft.com/soft/XYCapture/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        		    "Lfk5KXGSo9wC"
-!define PRODUCT_VERSION        		"1.4.0.0"
-!define PRODUCT_NAME           		"星优汉字注音器"
-!define INSTALL_OUTPUT_NAME    		"XYPinyin_XY.exe" 
-!define EXE_NAME               		"XYPinyin.exe"
-!define PRODUCT_PATHNAME           	"XYPinyin"     #安装卸载项用到的KEY,注册表
-!define INSTALL_APPEND_PATH         "XYPinyin"     #安装路径追加的名称 
-!define APP_DOWNLOAD_URL    		"https://xy.xingyousoft.com/soft/XYPinyin/lastest1.4.0.0.7z"
+!define PRODUCT_MID        		    "Ds8JqlRmiiGR"
+!define PRODUCT_VERSION        		"2.0.0.0"
+!define PRODUCT_NAME           		"星优图片下载器"
+!define INSTALL_OUTPUT_NAME    		"XYCapture_XY.exe" 
+!define EXE_NAME               		"XYCapture.exe"
+!define PRODUCT_PATHNAME           	"XYCapture"     #安装卸载项用到的KEY,注册表
+!define INSTALL_APPEND_PATH         "XYCapture"     #安装路径追加的名称 
+!define APP_DOWNLOAD_URL    		"https://xy.xingyousoft.com/soft/XYCapture/lastest2.0.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/XYPinyin/uninstallWeb/?v=1.4.0.0"   # 接卸优惠网址
+!define UNINSTALL_url               "https://xy.xingyousoft.com/soft/XYCapture/uninstallWeb/?v=2.0.0.0"   # 接卸优惠网址
 
 # ====================== 自定义宏 安装信息==============================
 !define INSTALL_7Z_NAME 	   		"app.7z"

+ 1 - 1
src/renderer/components/header.vue

@@ -32,7 +32,7 @@
 						    <el-dropdown-menu slot="dropdown">
 						        <el-dropdown-item command="vip">{{authority.isAuthority ? '会员中心' : '开通会员'}}</el-dropdown-item>
 						        <el-dropdown-item command="update">检查更新</el-dropdown-item>
-						        <el-dropdown-item command="help"><a href="https://www.xingyousoft.com/help" style="color: inherit;">使用教程</a></el-dropdown-item>
+						        <el-dropdown-item command="help"><a href="https://www.xingyousoft.com/help2" style="color: inherit;">使用教程</a></el-dropdown-item>
 						        <el-dropdown-item command="setting">软件设置</el-dropdown-item>
 						        <el-dropdown-item command="out" v-if="userInfo.username || userInfo.avatar">退出登录</el-dropdown-item>
 						    </el-dropdown-menu>