-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
25 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
优化通知测试 | ||
修复了server酱3的问题 @Jisxu | ||
|
||
通知webhook支持更多参数 | ||
邮箱通知也支持发送图片了 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -102,6 +102,9 @@ | |
<el-input v-model:model-value="props.config.mailAddressee" :disabled="!config.mail" | ||
placeholder="[email protected]"></el-input> | ||
</el-form-item> | ||
<el-form-item label="图片"> | ||
<el-switch v-model:model-value="props.config.mailImage" :disabled="!config.mail"/> | ||
</el-form-item> | ||
<el-form-item label="开关"> | ||
<div style="width: 100%;display: flex;justify-content: space-between;"> | ||
<el-switch v-model:model-value="props.config.mail"></el-switch> | ||
|
@@ -127,11 +130,10 @@ | |
</el-select> | ||
</el-form-item> | ||
<el-form-item label="sendKey" v-if="props.config.serverChanType === 'serverChan'"> | ||
<el-input v-model="props.config.serverChanSendKey"></el-input> | ||
<el-input v-model="props.config.serverChanSendKey" placeholder="1234567890"></el-input> | ||
</el-form-item> | ||
|
||
<el-form-item label="apiUrl" v-else-if="props.config.serverChanType === 'serverChan3'"> | ||
<el-input v-model="props.config.serverChan3ApiUrl"></el-input> | ||
<el-input v-model="props.config.serverChan3ApiUrl" placeholder="https://<uid>.push.ft07.com/send/<sendKey>.send"></el-input> | ||
</el-form-item> | ||
<el-form-item label="开关"> | ||
<div style="display: flex;width: 100%;justify-content: space-between;"> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters