File tree Expand file tree Collapse file tree 6 files changed +13
-13
lines changed
Expand file tree Collapse file tree 6 files changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ branches:
44 only :
55 - master
66
7- image : Visual Studio 2017
7+ image : Visual Studio 2019
88platform :
99 - x64
1010
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff 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+ // })
Original file line number Diff line number Diff line change 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" >
Original file line number Diff line number Diff line change 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">©zhiozhou@Cid</i> -->
2626 </ul >
You can’t perform that action at this time.
0 commit comments