feat(notifications): add link for pushplus docs

This commit is contained in:
Teror Fox
2025-03-22 16:13:58 +08:00
parent 08718a9701
commit 0b146e27c4

View File

@@ -3,6 +3,7 @@
<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>
</div>
<a href="https://www.pushplus.plus/" target="_blank">{{ $t("LearnMore") }}</a>
</template>
<script>
@@ -13,4 +14,4 @@ export default {
HiddenInput,
},
};
</script>
</script>