more apps

This commit is contained in:
karl.hudgell 2020-04-25 17:00:17 +01:00
parent a2794d0b2c
commit 14050a1a04
2 changed files with 17 additions and 1 deletions

View File

@ -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"
}
]

View File

@ -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);