|
|
@@ -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) {
|