@wzyjs/cli 0.3.18 → 0.3.19
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/index.js +2 -2
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -1534,7 +1534,7 @@ var registerSymbol = SuperJSON.registerSymbol;
|
|
|
1534
1534
|
var allowErrorProps = SuperJSON.allowErrorProps;
|
|
1535
1535
|
|
|
1536
1536
|
// src/commands/scrap/juejin.ts
|
|
1537
|
-
var url = "
|
|
1537
|
+
var url = "https://app.zhenyu.pro";
|
|
1538
1538
|
var juejin_default = async (procedure, data) => {
|
|
1539
1539
|
if (!procedure) {
|
|
1540
1540
|
console.error("\u274C \u7F3A\u5C11 procedure \u53C2\u6570");
|
|
@@ -1604,7 +1604,7 @@ var juejin_default = async (procedure, data) => {
|
|
|
1604
1604
|
|
|
1605
1605
|
// src/commands/scrap/rss.ts
|
|
1606
1606
|
import { fetch as fetch2 } from "undici";
|
|
1607
|
-
var url2 = "
|
|
1607
|
+
var url2 = "https://app.zhenyu.pro";
|
|
1608
1608
|
var rss_default = async (procedure, data) => {
|
|
1609
1609
|
if (!procedure) {
|
|
1610
1610
|
console.error("\u274C \u7F3A\u5C11 procedure \u53C2\u6570");
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wzyjs/cli",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.19",
|
|
4
4
|
"description": "description",
|
|
5
5
|
"author": "wzy",
|
|
6
6
|
"main": "index.js",
|
|
@@ -28,5 +28,5 @@
|
|
|
28
28
|
"publishConfig": {
|
|
29
29
|
"access": "public"
|
|
30
30
|
},
|
|
31
|
-
"gitHead": "
|
|
31
|
+
"gitHead": "6f6d3100a6fbb413c9c1b916215e9b34a3464e4f"
|
|
32
32
|
}
|