mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-05-16 11:47:35 +08:00
This commit is contained in:
@@ -303,6 +303,16 @@ function onClose() {
|
||||
prepend-inner-icon="mdi-account-supervisor"
|
||||
/>
|
||||
</VCol>
|
||||
<VCol cols="12" md="6">
|
||||
<VTextField
|
||||
v-model="notificationInfo.config.API_URL"
|
||||
:label="t('notification.telegram.apiUrl')"
|
||||
:placeholder="t('notification.telegram.apiUrlPlaceholder')"
|
||||
:hint="t('notification.telegram.apiUrlHint')"
|
||||
persistent-hint
|
||||
prepend-inner-icon="mdi-web"
|
||||
/>
|
||||
</VCol>
|
||||
</VRow>
|
||||
<VRow v-else-if="notificationInfo.type == 'slack'">
|
||||
<VCol cols="12" md="6">
|
||||
|
||||
@@ -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',
|
||||
|
||||
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user