添加代码

This commit is contained in:
何江明
2025-05-30 18:44:14 +08:00
parent a2c87e47bf
commit 0515e9d48c
250 changed files with 7739 additions and 1102 deletions
+6 -6
View File
@@ -227,7 +227,7 @@ export const BALANCE_TYPE = [
{
key: 17,
value: "卖出"
},
},
{
key: 18,
value: "系统赠送"
@@ -357,7 +357,7 @@ export const APP_PAGE_TYPE = {
};
/**
* 新闻:类型:1-推荐,2-热门,3-全球,4-交易币,5-商学院
* 新闻:类型:1-推荐,2-热门,3-新闻,4-RWA资讯,5-商学院
* @type {[{value: string, key: string}]}
*/
export const NEWS_TYPE = [
@@ -369,12 +369,12 @@ export const NEWS_TYPE = [
value: "热门"
},{
key: 3,
value: "全球"
},{
key: 4,
value: "交易币"
value: "新闻"
},{
key: 5,
value: "商学院"
},{
key: 4,
value: "RWA资讯"
},
];