Zen
H1
H2
米黄 (默)
护眼绿
纯净白
暗夜黑
生活文章
财经热点
金融知识
漫画学金融
视频学金融
工作
生活
AI
开始你的创作之旅
点击上方 + 新建
初始化数据库
初次使用请在 Supabase 运行 SQL
连接诊断
create table public.articles ( id uuid default gen_random_uuid() primary key, user_id text not null, title text default '无标题文章', content text default '', category text default '生活', updated_at timestamp with time zone default timezone('utc'::text, now()) ); alter table public.articles enable row level security; create policy "Allow anon access" on public.articles for all using (true) with check (true);
复制
重新连接
刷新页面
删除文章?
取消
确认删除