修正素材更新的请求地址
This commit is contained in:
parent
9d75dfafde
commit
3d4acc64ec
|
@ -477,7 +477,7 @@ export const otherMenu = function (/** @type { boolean | undefined } */ connectM
|
|||
*/
|
||||
let unZipProgress;
|
||||
request(
|
||||
"api.unitedrhythmized.club/noname",
|
||||
"https://api.unitedrhythmized.club/noname",
|
||||
(receivedBytes, total, filename) => {
|
||||
if (typeof filename == "string") {
|
||||
progress.setFileName(filename);
|
||||
|
|
Loading…
Reference in New Issue