diff --git a/data/compatibleApps.json b/data/compatibleApps.json index 84ab5f3..04ded3a 100644 --- a/data/compatibleApps.json +++ b/data/compatibleApps.json @@ -34,5 +34,21 @@ { "name": "Google Services", "url": "http://kithub.cf/Karl/MiWatchKleaner-APKs/raw/master/Google/GoogleServices.apk" + }, + { + "name": "Pujie Black", + "url": "http://kithub.cf/Karl/MiWatchKleaner-APKs/raw/master/Others/Pujie.apk" + }, + { + "name": "AccuWeather", + "url": "http://kithub.cf/Karl/MiWatchKleaner-APKs/raw/master/Others/AccuWeather.apk" + }, + { + "name": "Ultimate Alexa", + "url": "http://kithub.cf/Karl/MiWatchKleaner-APKs/raw/master/Others/UltimateAlexa.apk" + }, + { + "name": "MoreLocale", + "url": "http://kithub.cf/Karl/MiWatchKleaner-APKs/raw/master/Others/MoreLocale.apk" } ] diff --git a/lib/files.js b/lib/files.js index 33878cb..cf304ef 100644 --- a/lib/files.js +++ b/lib/files.js @@ -32,7 +32,7 @@ module.exports = { option = { dir: './data/apps', onDone: (info)=>{ - console.log(element.name + ' Downloaded') + console.log('Latest ' + element.name + ' Downloaded') }, onError: (err) => { console.log('error', err);