Forráskód Böngészése

fix: 更新通用工具与服务的排序首字母

XingHeYuZhuan 2 napja
szülő
commit
84ac87df12
2 módosított fájl, 2 hozzáadás és 2 törlés
  1. 1 1
      README.md
  2. 1 1
      index/root_index.yaml

+ 1 - 1
README.md

@@ -46,7 +46,7 @@ shiguang_warehouse/
 schools: #固定字段
   - id: "GLOBAL_TOOLS"
     name: "通用工具与服务"
-    initial: "G"
+    initial: "T"
     resource_folder: "GLOBAL_TOOLS"
 
   - id: "CUST"

+ 1 - 1
index/root_index.yaml

@@ -5,7 +5,7 @@
 schools:
   - id: "GLOBAL_TOOLS" # id 唯一值
     name: "通用工具与服务" # 名称
-    initial: "G" # 排序首字母
+    initial: "T" # 排序首字母
     resource_folder: "GLOBAL_TOOLS" # 资源文件夹名称
 
   - id: "zhengfang_jiaowu"