mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-06-01 19:32:34 +02:00
feat(notifications): add link for pushplus docs
This commit is contained in:
parent
08718a9701
commit
0b146e27c4
1 changed files with 2 additions and 1 deletions
|
@ -3,6 +3,7 @@
|
||||||
<label for="pushPlus-sendkey" class="form-label">{{ $t("SendKey") }}</label>
|
<label for="pushPlus-sendkey" class="form-label">{{ $t("SendKey") }}</label>
|
||||||
<HiddenInput id="pushPlus-sendkey" v-model="$parent.notification.pushPlusSendKey" :required="true" autocomplete="new-password"></HiddenInput>
|
<HiddenInput id="pushPlus-sendkey" v-model="$parent.notification.pushPlusSendKey" :required="true" autocomplete="new-password"></HiddenInput>
|
||||||
</div>
|
</div>
|
||||||
|
<a href="https://www.pushplus.plus/" target="_blank">{{ $t("LearnMore") }}</a>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
|
@ -13,4 +14,4 @@ export default {
|
||||||
HiddenInput,
|
HiddenInput,
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
|
|
Loading…
Add table
Reference in a new issue