shawenguan 1 năm trước cách đây
mục cha
commit
f0a0692246
1 tập tin đã thay đổi với 2 bổ sung3 xóa
  1. 2 3
      Scripts/wubian/wubianHelper.js

+ 2 - 3
Scripts/wubian/wubianHelper.js

@@ -11,9 +11,6 @@ hostname = api.wubian.pro
 
 */
 
-const { userInfo } = require("os");
-
-
 const scriptName = `无边星链助手`;
 const magicJS = MagicJS(scriptName, "INFO");
 
@@ -514,6 +511,8 @@ function handleFirstArtList() {
         artDataDict[artId] = item;
     }
     magicJS.data.write(WuBianConstKey.FirstArtListData, artDataDict);
+
+    gRetBody = rspData;
 }
 
 function getFirstArtData(artId) {