hotel list ❀
支持手机 / 电脑多端访问 · 数据自动保存到本地与云端
自动保存已开启
未开启云端同步(仅本地保存)
待办 · 10 天内入住提醒
尉 & 孙 的入住安排
一二三四五六日
尉(上半格)
孙(下半格)
尉+孙(满格)
紫色=入住区间(备注无名)
绿点=入住日 · 红点=退房日 · 数字=入住笔数
本月未订房日期
尉(上半格)
共 0 天空闲
孙(下半格)
共 0 天空闲
说明:尉 / 孙分别统计各自名下订单的空闲日期(占用区间 [入住, 退房),退房当天可再接)。入住人选择「尉 / 孙」或备注含「尉 / 孙」的订单均计入。切换上方「‹ / ›」可查看其它月份。
数据
酒店
云端
3 步接入:① 打开 supabase.com 用邮箱注册 → New Project;② 左侧 SQL Editor 粘贴下方 SQL 执行建表;③ Project Settings → API 复制 Project URL 与 anon public 密钥,填下面保存即可。之后手机/电脑打开本链接自动实时同步。
create table hotel_profit ( id integer primary key, value jsonb not null, updated_at timestamptz not null default now() ); alter table hotel_profit enable row level security; create policy "allow all" on hotel_profit for all using (true) with check (true); alter publication supabase_realtime add table hotel_profit;
关于
酒店小账本 · 数据保存在本地
版本 v1.0 · 2026-08-14