소스 검색

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",
 };