1
0
forked from bot/app

📦 docs: 资源商店新增发布资源功能

This commit is contained in:
2024-09-17 14:37:45 +08:00
parent 72e71124b8
commit b5b15c82f8
10 changed files with 401 additions and 44 deletions

15
liteyuki_flow/const.py Normal file
View File

@ -0,0 +1,15 @@
"""
Module docs
"""
OPENED = "opened"
EDITED = "edited"
CLOSED = "closed"
REOPENED = "reopened"
RESOURCE_PREFIX = "Resource: "
PLUGIN_PREFIX = "Plugin: "
PLUGIN_JSON = "docs/publics/plugins.json"
RESOURCE_JSON = "docs/publics/resources.json"
edit_tip = "若要修改请编辑这段front matter不要编辑正文/If you want to modify, please edit the front matter, do not edit the body"