qiushang 1 年之前
父节点
当前提交
2c1e5597e2
共有 6 个文件被更改,包括 7 次插入7 次删除
  1. 4 4
      package.json
  2. 1 1
      src/main/electronApi.js
  3. 1 1
      src/renderer/components/update.vue
  4. 二进制
      static/icon.ico
  5. 二进制
      static/start.gif
  6. 1 1
      static/start.html

+ 4 - 4
package.json

@@ -1,7 +1,7 @@
 {
 	"name": "YSEbook",
 	"version": "1.2.1.0",
-	"author": "苏州跳跳鱼智能科技有限公司 <1137981843@qq.com>",
+	"author": "苏州星优办公软件有限公司",
 	"description": "An electron-vue project",
 	"license": "ebook",
 	"main": "./dist/electron/main.js",
@@ -10,14 +10,14 @@
 		"downloadName": "YSEbook",
 		"softMid": "lf3bK2ESo9QC",
 		"softName": "优速电子书助手",
-		"copyright": "苏州跳跳鱼智能科技有限公司",
+		"copyright": "苏州星优办公软件有限公司",
 		"popupAdvId": "14",
 		"agreementId": "60",
 		"vipAdvId": "62",
 		"linkId": "26",
 		"upgradeLog": "1、修复了部分BUG</br>",
-		"downloadPrefix": "https://download.yososoft.com",
-		"statisticsUrl": "https://www.yososoft.com/api/index/user_log"
+		"downloadPrefix": "https://download.xingyousoft.com",
+		"statisticsUrl": "https://www.xingyousoft.com/api/index/user_log"
 	},
 	"scripts": {
 		"build": "node .electron-vue/build.js",

+ 1 - 1
src/main/electronApi.js

@@ -77,7 +77,7 @@ function userlog(mac, os_platform, os_arch, token){
 	    os_json: ''
 	}
 	// 使用日志
-	let target = 'https://www.yososoft.com';
+	let target = 'https://www.xingyousoft.com';
 	const agent = new https.Agent({
 	    rejectUnauthorized: false
 	});

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

@@ -2,7 +2,7 @@
     <div>
 		<div :style="{background: '#fafafa', padding: '5px 20px', lineHeight: '34px'}" class="footer-between">
 		    <div>
-		        <a href="https://www.yososoft.com"><span class="footer-menu"><i class="iconfont iconx-wangzhi"></i>官网</span></a>
+		        <a href="https://www.xingyousoft.com"><span class="footer-menu"><i class="iconfont iconx-wangzhi"></i>官网</span></a>
 				<el-popover placement="bottom" width="200" trigger="click">
 				    <a slot="reference"><span class="footer-menu"><i class="iconfont iconx-qiyeweixin"></i>客服</span></a>
 					<div class="api">

二进制
static/icon.ico


二进制
static/start.gif


+ 1 - 1
static/start.html

@@ -18,6 +18,6 @@
     </script>
 </head>
 <body>
-    <img src="./start.gif" style="width: 400px;border-radius: 200px;"/>
+    <img src="./start.gif" style="width: 300px;border-radius: 50px;"/>
 </body>
 </html>