diff --git a/README.md b/README.md index 1c914a1..0e40812 100644 --- a/README.md +++ b/README.md @@ -80,6 +80,7 @@ MailCat 是一個以 Google Apps Script 開發的一套規則管理器。不同 - `700 中華郵政` - `803 聯邦銀行` - `805 遠東銀行` + - `806 元大銀行` - `807 永豐銀行` - `808 玉山銀行` - `810 星展銀行` diff --git a/bank_list.json b/bank_list.json index ab3e3a1..54adf43 100644 --- a/bank_list.json +++ b/bank_list.json @@ -107,6 +107,15 @@ "feib.com.tw" ] }, + "806": { + "name": "元大銀行", + "label_name": "銀行/806 元大銀行", + "domain_name": "yuantabank", + "email": [ + "yuantabank.tw", + "yuantabank.com.tw" + ] + }, "807": { "name": "永豐銀行", "label_name": "銀行/807 永豐銀行",