@iflyrpa/actions 3.0.5-beta.2 → 3.0.5-beta.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/bundle.js +11 -3
- package/dist/bundle.js.map +1 -1
- package/dist/index.js +11 -3
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +11 -3
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/bundle.js
CHANGED
|
@@ -8736,7 +8736,7 @@ var __webpack_exports__ = {};
|
|
|
8736
8736
|
var package_namespaceObject = {
|
|
8737
8737
|
i8: "0.1.0"
|
|
8738
8738
|
};
|
|
8739
|
-
var package_namespaceObject_0 = JSON.parse('{"i8":"3.0.5-beta.
|
|
8739
|
+
var package_namespaceObject_0 = JSON.parse('{"i8":"3.0.5-beta.4"}');
|
|
8740
8740
|
const external_node_fs_namespaceObject = require("node:fs");
|
|
8741
8741
|
var external_node_fs_default = /*#__PURE__*/ __webpack_require__.n(external_node_fs_namespaceObject);
|
|
8742
8742
|
const external_node_http_namespaceObject = require("node:http");
|
|
@@ -40541,8 +40541,10 @@ var __webpack_exports__ = {};
|
|
|
40541
40541
|
tuwen_wtt_trans_flag: params.settingInfo?.toutiaoTransWtt ? "2" : "0",
|
|
40542
40542
|
info_source: sourceData,
|
|
40543
40543
|
...location ? {
|
|
40544
|
-
|
|
40545
|
-
|
|
40544
|
+
manual_selected_city: JSON.stringify({
|
|
40545
|
+
city: location.label,
|
|
40546
|
+
city_code: location.value
|
|
40547
|
+
})
|
|
40546
40548
|
} : null,
|
|
40547
40549
|
...params.settingInfo?.toutiaoCollectionId ? {
|
|
40548
40550
|
want_join_collection_id: params.settingInfo.toutiaoCollectionId
|
|
@@ -40592,6 +40594,12 @@ var __webpack_exports__ = {};
|
|
|
40592
40594
|
claim_exclusive: toutiaoExclusive ? toutiaoExclusive : toutiaoOriginal?.includes("exclusive") ? 1 : 0
|
|
40593
40595
|
};
|
|
40594
40596
|
task._timerRecord.PrePublish = Date.now();
|
|
40597
|
+
task.logger.info(`[toutiaoPublish] ${"draft" === params.saveType ? "同步草稿" : "发布文章"}参数`, {
|
|
40598
|
+
saveType: params.saveType,
|
|
40599
|
+
title: params.title,
|
|
40600
|
+
extra: extraData,
|
|
40601
|
+
publishData
|
|
40602
|
+
});
|
|
40595
40603
|
const msToken = params.cookies.find((it)=>"msToken" === it.name)?.value;
|
|
40596
40604
|
let publishOption = {};
|
|
40597
40605
|
if (msToken) {
|