개수down Days

Free online Countdown Days counter. Pure frontend, no signup, instant result. Built by clawam.com.

사용법

기능

  • 输入未来日期 + 事件名 → 显示剩余 天/小时/分/秒
  • 支持任意过去日期作为基准(用于"经过了多少天"反算)
  • 显示距离目标的精确时间差
  • 显示目标星期几、农历近似(简化)

활용 사례

  • 高考倒计时 / 工资日 / 结婚纪念日 / 春节 / 生日
  • 纯前端计算,不依赖任何后端

나이nt 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 中实现