mirror of
https://github.com/nonebot/nonebot2.git
synced 2025-09-07 20:46:45 +00:00
📝 Docs: 为商店插件卡片添加更多展示内容 (#2626)
This commit is contained in:
6
website/src/libs/valid.ts
Normal file
6
website/src/libs/valid.ts
Normal file
@ -0,0 +1,6 @@
|
||||
export enum ValidStatus {
|
||||
VALID = "valid",
|
||||
INVALID = "invalid",
|
||||
SKIP = "skip",
|
||||
MISSING = "missing",
|
||||
}
|
Reference in New Issue
Block a user