This commit is contained in:
zsxeee
2021-09-22 16:13:23 +08:00
parent 601204ae77
commit 6e55c44773
4 changed files with 5 additions and 6 deletions

View File

@@ -108,7 +108,6 @@ export default {
watch: {
"notification.type"(to, from) {
let oldName;
console.log(this.$root.notificationList)
if (from) {
oldName = this.getUniqueDefaultName(from);
} else {
@@ -193,7 +192,7 @@ export default {
})
},
/**
* @param {string} notificationKey
* @param {keyof NotificationFormList} notificationKey
* @return {string}
*/
getUniqueDefaultName(notificationKey) {

View File

@@ -11,7 +11,7 @@
</div>
<div class="mb-3">
<i18n-t keypath="Status:" tag="p">
<span v-if="appriseInstalled" class="text-primary">{{ $t("Apprise is installed") }}</span>
<span v-if="appriseInstalled" class="text-primary">{{ $t("Apprise is installed. ") }}</span>
<span v-else class="text-danger">{{ $t("Apprise is not installed. ") }}<a href="https://github.com/caronc/apprise" target="_blank">{{ $t("Read more") }}</a></span>
</i18n-t>
</div>

View File

@@ -19,7 +19,7 @@
</p>
<p style="margin-top: 8px;">
{{ $t("canCheckLike") }}
{{ $t("wayToCheckSignalURL") }}
</p>
<p style="margin-top: 8px;">