@@ -59,6 +59,9 @@ const tableConfig = (backValueEnum: any, appObj: any, bgApp?: (data: any) => voi
TENCENT_MP_PLAYLET: {
text: '腾讯短剧'
},
+ APP_ANDROID_NOVEL: {
+ text: '安卓App小说'
+ },
render: (_: any, row: { accountType: string; }) => {
return AccountTypeEnum[row.accountType as keyof typeof AccountTypeEnum]