Συζητήσεις » Greasy Fork镜像 Ανατροφοδότηση
[Question] WebHook & Additional info
You can also, separately, have the additional information synced from somewhere. You can set this on the Admin tab of your script.
Setting your code to sync will have no effect on additional information.
I didn't notice the script's admin tab. Thank you!
I am trying to use webbook to sync scripts from GitHub to Greasy Fork镜像, and I have some questions…
If I update additional information (or changelog) on greasyforks.org (
/scripts/*/versions/new
), then push a new version to GitHub, will the additional info on greasyforks.org remain?Is there a way to update additional information automatically?
In python world, we can specify
readme = "README.md"
inpyproject.toml
to tell PyPI use it. Does this kind of thing exist here?(Thanks in advance :-)