admin revoke

This commit is contained in:
commie
2026-01-12 18:07:21 +08:00
parent e39c06526d
commit dd16348558
13 changed files with 123 additions and 60 deletions
+1
View File
@@ -246,6 +246,7 @@ const get_absolute_path = (fn)=>{
}
const pendingDownloads = new Map();
const cacheFile = (url, saveDir,progressCallback) => {
//console.log(url);
// #ifndef APP
return new Promise(async (resolve, reject) => {
resolve(url);