From 41b3aa617744c6de9c9bc76e78e78c327ebeaf47 Mon Sep 17 00:00:00 2001 From: milky0217 Date: Mon, 18 May 2026 09:53:06 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E6=9B=B4=E6=96=B0=20weather=5Fdata=20?= =?UTF-8?q?=E8=A1=A8=E6=96=87=E6=A1=A3=EF=BC=88spotcheckcount=20=E5=AD=97?= =?UTF-8?q?=E6=AE=B5=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- AGENTS.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/AGENTS.md b/AGENTS.md index 8ca9e7d..f244e27 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -215,7 +215,11 @@ paid_expires_at TIMESTAMPTZ DEFAULT NULL ```sql id INTEGER PRIMARY KEY user_id INTEGER(外键,关联 users 表) --- 30+ 个天气测量字段列 +hasspotcheckwindspeed BOOLEAN DEFAULT false(是否有抽测风速) +spotcheckcount INTEGER DEFAULT 5(抽测次数,用户可自定义 0-10) +winddirection JSON[](风向数组,前 10 项主测 + 后 spotcheckcount 项抽测) +windspeed JSON[](风速数组,同上) +-- 其他 30+ 个天气测量字段列 ``` #### refresh_tokens 表