Skip to content

Commit 432877b

Browse files
committed
添加 Powered by 信息
1 parent 973e239 commit 432877b

2 files changed

Lines changed: 8 additions & 3 deletions

File tree

static/css/styles.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ body {
3232
linear-gradient(135deg, var(--bg-accent), var(--bg-accent-2));
3333
color: var(--text-strong);
3434
min-height: 100vh;
35-
padding: 40px 20px 60px;
35+
padding: 40px 20px 20px;
3636
position: relative;
3737
overflow-x: hidden;
3838
}

static/index.html

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -622,7 +622,12 @@ <h2>编辑任务</h2>
622622
document.write('<script src="/static/js/calendar.js?v=' + v + '"><\/script>');
623623
})();
624624
</script>
625-
<!-- 版本信息显示 -->
626-
<div id="version-info" class="version-display"></div>
625+
<!-- 底部信息显示 -->
626+
<div style="text-align: center; padding: 10px 0 2px; font-size: 14px; color: rgba(255, 255, 255, 0.5); display: flex; justify-content: center; align-items: center; gap: 4px; white-space: nowrap;">
627+
<span>
628+
Powered by <a href="https://github.com/TommyMerlin/Notify-Scheduler" target="_blank" style="color: var(--primary); text-decoration: none; font-weight: 500;">Notify-Scheduler</a>
629+
</span>
630+
<span id="version-info"></span>
631+
</div>
627632
</body>
628633
</html>

0 commit comments

Comments
 (0)