docs: add plugin stability badge

This commit is contained in:
linonetwo 2025-02-01 22:50:05 +08:00
parent 9dad88874c
commit bf8a2995b6
2 changed files with 4 additions and 2 deletions

View file

@ -5,7 +5,8 @@
"author": "LinOnetwo",
"core-version": ">=5.1.22",
"plugin-type": "plugin",
"version": "0.1.0",
"stability": "STABILITY_2_STABLE",
"version": "1.0.0",
"dependents": [],
"list": "readme tree",
"plugin-priority-comment": "lower than $:/plugins/tiddlywiki/tiddlyweb's 10, so the js load before it to register",

View file

@ -5,7 +5,8 @@
"author": "LinOnetwo",
"core-version": ">=5.1.22",
"plugin-type": "plugin",
"version": "0.1.0",
"stability": "STABILITY_2_STABLE",
"version": "1.0.0",
"dependents": ["$:/plugins/linonetwo/tidgi-ipc-syncadaptor"],
"list": "readme tree",
"plugin-priority-comment": "higher than $:/plugins/tiddlywiki/tiddlyweb's 10, so we load after it to overwrite it",