Skip to content

Commit dc3cab2

Browse files
committed
doc: 修改文案
1 parent e9e15bd commit dc3cab2

File tree

6 files changed

+13
-13
lines changed

6 files changed

+13
-13
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ branches:
44
only:
55
- master
66

7-
image: Visual Studio 2017
7+
image: Visual Studio 2019
88
platform:
99
- x64
1010

build/icons/icon.ico

-264 KB
Binary file not shown.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "compress_your_images",
3-
"version": "0.1.17",
3+
"version": "0.1.18",
44
"author": {
55
"name": "zhiozhou@Cid",
66
"email": "959418392@qq.com",

src/main/index.js

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import util from './lib'
1717
* https://simulatedgreg.gitbooks.io/electron-vue/content/en/using-electron-builder.html#auto-updating
1818
*/
1919

20-
import { autoUpdater } from 'electron-updater'
20+
// import { autoUpdater } from 'electron-updater'
2121

2222
/**
2323
* Set `__static` path to static files in production
@@ -84,12 +84,12 @@ app.on('ready', () => {
8484
if (process.env.NODE_ENV === 'production') autoUpdater.checkForUpdates()
8585
})
8686
*/
87-
autoUpdater.setFeedURL({
88-
provider: 'github',
89-
url: 'https://github.com/snow-sprite/CompressApp'
90-
})
87+
// autoUpdater.setFeedURL({
88+
// provider: 'github',
89+
// url: 'https://github.com/snow-sprite/CompressApp'
90+
// })
9191

92-
autoUpdater.on('update-available', function (info) {
93-
console.log(1, info)
94-
console.log('Update available.')
95-
})
92+
// autoUpdater.on('update-available', function (info) {
93+
// console.log(1, info)
94+
// console.log('Update available.')
95+
// })

src/renderer/components/Settings.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<div class="settings-content">
44
<div class="set-title">
55
<span>Set your Api keys here</span>
6-
<div class="set-apikey-text" @click="openExternal">去获取Apikey..</div>
6+
<div class="set-apikey-text" @click="openExternal">Get more Apikey..</div>
77
</div>
88
<div class="api-keys-list">
99
<div class="api-key" v-for="(apiKey, ind) in keysList" :key="ind">

src/renderer/components/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<div id="charts" class="charts"></div>
2121
</div>
2222
<p class="statement">
23-
<span>smaller and faster</span>
23+
<span>Smaller build size</span>
2424
</p>
2525
<!-- <i class="copyright">&copy;zhiozhou@Cid</i> -->
2626
</ul>

0 commit comments

Comments
 (0)