We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 432877b commit 1c676e9Copy full SHA for 1c676e9
1 file changed
static/index.html
@@ -201,7 +201,7 @@ <h2>创建通知任务</h2>
201
<!-- 渠道管理 -->
202
<div class="channel-management">
203
<h3 style="margin-top: 30px; margin-bottom: 15px; color: var(--text-strong); font-size: 1.2rem;">我的通知渠道</h3>
204
- <button class="btn btn-sm btn-info" onclick="openChannelModal()">保存渠道</button>
+ <button class="btn btn-sm btn-info" onclick="openChannelModal()">添加渠道</button>
205
<div id="userChannels" class="channel-list">
206
<!-- 动态生成用户渠道列表 -->
207
</div>
@@ -316,7 +316,7 @@ <h2>添加通知渠道</h2>
316
317
318
319
- <button type="submit" class="btn btn-primary">添加渠道</button>
+ <button type="submit" class="btn btn-primary">保存渠道</button>
320
</form>
321
322
0 commit comments