Update PushPlus.vue

This commit is contained in:
Teror Fox 2025-03-23 10:23:22 +08:00 committed by GitHub
parent 7746e4961a
commit f08695958e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3,7 +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> <a href="https://www.pushplus.plus/" target="_blank">LearnMore"</a>
</template> </template>
<script> <script>