开始你的第一篇
点左上角「+ 导入」,把一篇雅思阅读或新闻稿粘进来,
选中文字即可划线、记笔记。
点左上角「+ 导入」,把一篇雅思阅读或新闻稿粘进来,
选中文字即可划线、记笔记。
supabase.com → Start your project,邮箱注册登录。create table if not exists notes_app_state ( user_id uuid references auth.users primary key, data jsonb, updated_at timestamptz default now() ); alter table notes_app_state enable row level security; create policy "own rows" on notes_app_state for all using (auth.uid() = user_id) with check (auth.uid() = user_id);
anon public 到下面。