shawenguan 1 năm trước cách đây
mục cha
commit
65905f3eb0
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      Scripts/hbcpre/hbcpreHelper.js

+ 1 - 1
Scripts/hbcpre/hbcpreHelper.js

@@ -423,7 +423,7 @@ function handleCollectionIndex(){
         } else if(gItemCntRwDict[name] != void 0){
             dataList[i].num = gItemCntRwDict[name];
         }
-        dataList[i].title = `${name}#${realNum} 均价${dataList[i].avg_price}`;
+        dataList[i].title = `${name}#${realNum} 均价:${dataList[i].avg_price}`;
     }
 
     const baseConfig = getBaseConfig();