From 14050a1a04b0a5f8a2158392ed84628349f10c02 Mon Sep 17 00:00:00 2001 From: "karl.hudgell" Date: Sat, 25 Apr 2020 17:00:17 +0100 Subject: [PATCH] more apps --- data/compatibleApps.json | 16 ++++++++++++++++ lib/files.js | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) 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);