@iflyrpa/actions 1.2.26 → 1.2.28
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 +3 -8
- package/dist/bundle.js.map +1 -1
- package/dist/index.js +3 -8
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3 -8
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -4335,12 +4335,7 @@ var __webpack_exports__ = {};
|
|
|
4335
4335
|
}
|
|
4336
4336
|
constructor(config, adr, huiwenToken){
|
|
4337
4337
|
this.apiClient = external_axios_default().create({
|
|
4338
|
-
...config
|
|
4339
|
-
proxy: {
|
|
4340
|
-
host: "192.168.137.1",
|
|
4341
|
-
port: 9000,
|
|
4342
|
-
protocol: "http"
|
|
4343
|
-
}
|
|
4338
|
+
...config
|
|
4344
4339
|
});
|
|
4345
4340
|
this.adr = adr;
|
|
4346
4341
|
this.heiwenToken = huiwenToken;
|
|
@@ -8524,7 +8519,7 @@ var __webpack_exports__ = {};
|
|
|
8524
8519
|
type: "normal",
|
|
8525
8520
|
privacy_info: {
|
|
8526
8521
|
op_type: 1,
|
|
8527
|
-
type: visibleRangeMap[params.visibleRange]
|
|
8522
|
+
type: visibleRangeMap[params.visibleRange]
|
|
8528
8523
|
},
|
|
8529
8524
|
post_loc: params.address ? {
|
|
8530
8525
|
name: params.address?.name,
|
|
@@ -9323,7 +9318,7 @@ var __webpack_exports__ = {};
|
|
|
9323
9318
|
return (0, share_namespaceObject.success)(0 === res.code ? res.data : [], 0 === res.code ? "获取头条号合集成功!" : "获取头条号合集失败!");
|
|
9324
9319
|
};
|
|
9325
9320
|
var package_namespaceObject = {
|
|
9326
|
-
i8: "1.2.
|
|
9321
|
+
i8: "1.2.27"
|
|
9327
9322
|
};
|
|
9328
9323
|
const BetaFlag = "HuiwenCanary";
|
|
9329
9324
|
class Action {
|