Skip to content

Commit 3a201ff

Browse files
committed
备注提示框只会在鼠标悬停到 Info 图标本身 时才显示
1 parent f900d4f commit 3a201ff

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -469,7 +469,7 @@ git push origin main
469469
- `WHOIS_API_ID` = 你的 WHOIS API ID
470470
- `WHOIS_API_KEY` = 你的 WHOIS API 密钥
471471

472-
> 💡 WHOIS API 获取:访问 [apihz.cn](https://apihz.cn/) 注册并获取凭证
472+
> 💡 WHOIS API 获取:访问 [apihz.cn](https://www.apihz.cn/?shareid=10008890) 注册并获取凭证
473473
> 📖 接口文档:[全球域名WHOIS查询](https://apihz.cn/api/wangzhanwhoisall.html) - 支持1000+域名后缀
474474
475475
5. **重新部署**

components/DomainCard.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ export function DomainCard({ domain, onEdit, onDelete, locale, isMenuOpen, onMen
6868
return (
6969
<div
7070
className={cn(
71-
'relative bg-white rounded-xl border transition-all hover:shadow-2xl hover:-translate-y-1 group p-5',
71+
'relative bg-white rounded-xl border transition-all hover:shadow-2xl hover:-translate-y-1 p-5',
7272
isExpired ? 'border-slate-300 bg-slate-50 opacity-60' : 'border-slate-200',
7373
isExpiringSoon && !isExpired && 'border-yellow-300 bg-yellow-50/30 shadow-sm',
7474
isMenuOpen && 'z-[50]' // 打开菜单时提升卡片层级

env.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ACCESS_PASSWORD=your_password_here
1515
# 🔍 WHOIS API 配置 | WHOIS API Configuration (必填 Required)
1616
# -----------------------------------------------------------------------------
1717
# apihz.cn WHOIS API 凭证 - 使用 whoisall 接口
18-
# 注册地址: https://apihz.cn/
18+
# 注册地址: https://www.apihz.cn/?shareid=10008890
1919
# 文档地址: https://apihz.cn/api/wangzhanwhoisall.html
2020
# 支持全球1000+域名后缀(.com/.net/.org/.cn/.io/.dev 等)
2121

0 commit comments

Comments
 (0)