mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-16 16:07:33 +08:00
modify text
This commit is contained in:
+3
-3
@@ -197,7 +197,7 @@ export const SUPPORTED_IMPORT_FILE_CATEGORY_AND_TYPES: ImportFileCategoryAndType
|
||||
fileTypes: [
|
||||
{
|
||||
type: 'alipay_app_csv',
|
||||
name: 'Alipay (App) Transaction Flow File',
|
||||
name: 'Alipay (App) Statement File',
|
||||
extensions: '.csv',
|
||||
document: {
|
||||
supportMultiLanguages: 'zh-Hans',
|
||||
@@ -206,7 +206,7 @@ export const SUPPORTED_IMPORT_FILE_CATEGORY_AND_TYPES: ImportFileCategoryAndType
|
||||
},
|
||||
{
|
||||
type: 'alipay_web_csv',
|
||||
name: 'Alipay (Web) Transaction Flow File',
|
||||
name: 'Alipay (Web) Statement File',
|
||||
extensions: '.csv',
|
||||
document: {
|
||||
supportMultiLanguages: 'zh-Hans',
|
||||
@@ -215,7 +215,7 @@ export const SUPPORTED_IMPORT_FILE_CATEGORY_AND_TYPES: ImportFileCategoryAndType
|
||||
},
|
||||
{
|
||||
type: 'wechat_pay_app',
|
||||
name: 'WeChat Pay Billing File',
|
||||
name: 'WeChat Pay Statement File',
|
||||
extensions: '.xlsx,.csv',
|
||||
subTypes: [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user