🌱 单帖的收藏编辑,支持分类创建/删除

This commit is contained in:
目棃
2024-03-20 16:08:55 +08:00
parent 5fb24387ca
commit 27f4e026b0
5 changed files with 350 additions and 89 deletions

View File

@@ -49,6 +49,8 @@ function transColor(color: string): string {
return "#ecb349";
case "cancel":
return "#2C313C";
case "info":
return "#1E9CEF";
default:
return color;
}