summaryrefslogtreecommitdiffstats
path: root/src/components/notifications/WeCom.vue
blob: cef3708d1e0f306248953e098e7cedf031b8d655 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<template>
    <div class="mb-3">
        <label for="WeCom Bot Key" class="form-label">{{ $t("WeCom Bot Key") }}<span style="color: red;"><sup>*</sup></span></label>
        <input id="WeCom Bot Key" v-model="$parent.notification.weComBotKey" type="text" class="form-control" required>
        <div class="form-text">
            <p><span style="color: red;"><sup>*</sup></span>{{ $t("Required") }}</p>
        </div>
        <i18n-t tag="p" keypath="Read more:">
            <a href="https://work.weixin.qq.com/api/doc/90000/90136/91770" target="_blank">https://work.weixin.qq.com/api/doc/90000/90136/91770</a>
        </i18n-t>
    </div>
</template>