karl.hudgell 4 ani în urmă
părinte
comite
14050a1a04
2 a modificat fișierele cu 17 adăugiri și 1 ștergeri
  1. 16 0
      data/compatibleApps.json
  2. 1 1
      lib/files.js

+ 16 - 0
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"
   }
 ]

+ 1 - 1
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);