diff --git a/src/components/cards/NotificationChannelCard.vue b/src/components/cards/NotificationChannelCard.vue
index cd75fdab..b0018d51 100644
--- a/src/components/cards/NotificationChannelCard.vue
+++ b/src/components/cards/NotificationChannelCard.vue
@@ -303,6 +303,16 @@ function onClose() {
prepend-inner-icon="mdi-account-supervisor"
/>
+
+
+
diff --git a/src/locales/en-US.ts b/src/locales/en-US.ts
index fb411f25..88e20bf1 100644
--- a/src/locales/en-US.ts
+++ b/src/locales/en-US.ts
@@ -327,6 +327,9 @@ export default {
adminsHint: 'User IDs that can use admin menu and commands, separated by commas',
adminsPlaceholder: 'User IDs list, separated by commas',
usersPlaceholder: 'User IDs list, separated by commas',
+ apiUrl: 'Proxy Api Url',
+ apiUrlHint: 'Custom proxy Api Url, format: https://api.telegram.org',
+ apiUrlPlaceholder: 'https://api.telegram.org',
},
slack: {
name: 'Slack',
diff --git a/src/locales/zh-CN.ts b/src/locales/zh-CN.ts
index fb8845ec..d3dcc55f 100644
--- a/src/locales/zh-CN.ts
+++ b/src/locales/zh-CN.ts
@@ -325,6 +325,9 @@ export default {
adminsHint: '可使用管理菜单及命令的用户ID列表,多个ID使用,分隔',
adminsPlaceholder: '用户ID列表,多个ID使用,分隔',
usersPlaceholder: '用户ID列表,多个ID使用,分隔',
+ apiUrl: '代理API地址',
+ apiUrlHint: '自定义代理API地址,格式:https://api.telegram.org',
+ apiUrlPlaceholder: 'https://api.telegram.org',
},
slack: {
name: 'Slack',