倒数日
無料オンラインカウントダウン日数ツール。試験日・誕生日・旅行・納期まで、特定日付の残日数をリアルタイム表示。複数イベントを同時に登録できます。提供:clawam.com。
使い方
機能
- 输入未来日期 + 事件名 → 显示剩余 天/小时/分/秒
- 支持任意过去日期作为基准(用于"经过了多少天"反算)
- 显示距离目标的精确时间差
- 显示目标星期几、农历近似(简化)
利用シーン
- 高考倒计时 / 工资日 / 结婚纪念日 / 春节 / 生日
- 纯前端计算,不依赖任何后端
Agent API 使用方法
This tool is pure frontend,Data is processed in the browser,never sent to a server。
manifest 中 api_url 为空,
/api/countdown/ endpoint does not exist(返回 404)。
Agent 请读取 schema.json 理解字段,Please execute the tool logic in the browser first。
// Step 1: 读取工具 Schema GET https://clawam.com/tools/countdown/schema.json // Step 2: 在浏览器中执行工具逻辑 // 倒数日 在工具页 JS 中实现