瀏覽代碼

fix(STATUS_TAG_COLOR): 将离线状态标签颜色改为error

max_liu 1 月之前
父節點
當前提交
8564380527
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/pages/ToolsLibraryList.js

+ 1 - 1
src/pages/ToolsLibraryList.js

@@ -20,7 +20,7 @@ export const STATUS_MAP = {
 
 export const STATUS_TAG_COLOR = {
   normal: "success",
-  offline: "default",
+  offline: "error",
   unpublished: "default",
 };