diff --git a/static/style.css b/static/style.css index 1afce92..1dae8ee 100644 --- a/static/style.css +++ b/static/style.css @@ -1275,6 +1275,18 @@ button:disabled { line-height: 1.6; } +.empty-state .star-prompt { + color: var(--primary); + font-weight: 500; + margin-top: 1rem; + font-size: 0.95rem; +} + +.empty-state .star-prompt:hover { + transform: scale(1.02); + transition: transform 0.2s ease; +} + .loading-message { text-align: center; padding: 2rem; @@ -1466,3 +1478,11 @@ button:disabled { font-size: 0.8rem; } } + +.footer-link.xiaohongshu-link i { + color: #ff2442; +} + +.footer-link.xiaohongshu-link:hover i { + color: #ff4d6d; +} diff --git a/templates/index.html b/templates/index.html index 6c10c90..f5b93bd 100644 --- a/templates/index.html +++ b/templates/index.html @@ -47,6 +47,7 @@

准备好开始了吗?

点击"截图"按钮捕获屏幕,然后使用AI分析图像或提取文本。您可以截取数学题、代码或任何需要帮助的内容。

+

如果觉得好用,别忘了给项目点个 Star ⭐