From 0b146e27c42d37a54abeb05edc654b60706d1083 Mon Sep 17 00:00:00 2001
From: Teror Fox <i@trfox.top>
Date: Sat, 22 Mar 2025 16:13:58 +0800
Subject: [PATCH] feat(notifications): add link for pushplus docs

---
 src/components/notifications/PushPlus.vue | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/components/notifications/PushPlus.vue b/src/components/notifications/PushPlus.vue
index 67d61b90b..c25fbbbb0 100644
--- a/src/components/notifications/PushPlus.vue
+++ b/src/components/notifications/PushPlus.vue
@@ -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>
\ No newline at end of file
+</script>