actionsflow-trigger-rsshub icon indicating copy to clipboard operation
actionsflow-trigger-rsshub copied to clipboard

请问如何修改其中的rsshub依赖,以方便同步rsshub呢

Open InterShang opened this issue 3 years ago • 1 comments

您好,感谢您的actionsflow插件。 我看到您的代码中有依赖自己fork的rsshub仓库: package.json"rsshub": "github:theowenyoung/RSSHub", package-lock.json"rsshub": "github:theowenyoung/RSSHub","resolved": "git+ssh://[email protected]/theowenyoung/RSSHub.git#49e7cc8207516a27cf6954ca535e4b76cdb98ddf",

我想将他们改成自己fork的rsshub仓库,这样方便自己同步rsshub,从而可以访问最新rsshub源。 请问是否应该将上述依赖的fork仓库改成自己fork的仓库名,然后填写最新的commit号代替49e7cc8207516a27cf6954ca535e4b76cdb98ddf吗?

期待你的回复谢谢。

InterShang avatar Dec 06 '21 14:12 InterShang

可以这样改。

最好把此仓库的npm name也修改为你自己的,并发布到npm后使用

theowenyoung avatar Dec 06 '21 19:12 theowenyoung