📦 docs: 资源商店新增发布资源功能
This commit is contained in:
15
liteyuki_flow/const.py
Normal file
15
liteyuki_flow/const.py
Normal 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"
|
Reference in New Issue
Block a user