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