import transactions from JD.com finance statement file (#240)

This commit is contained in:
MaysWind
2025-09-13 01:52:43 +08:00
parent f5235ba08e
commit e52c7037c7
18 changed files with 818 additions and 0 deletions
+9
View File
@@ -233,6 +233,15 @@ export const SUPPORTED_IMPORT_FILE_CATEGORY_AND_TYPES: ImportFileCategoryAndType
supportMultiLanguages: 'zh-Hans',
anchor: '如何获取微信支付账单文件'
}
},
{
type: 'jdcom_finance_app_csv',
name: 'JD.com Finance Statement File',
extensions: '.csv',
document: {
supportMultiLanguages: 'zh-Hans',
anchor: '如何获取京东金融账单文件'
}
}
]
},