Admin
社区审核
通过后的作品会出现在社区信息流。
管理员登录
使用你的站点账号登录。仅 role = admin 的账号可以审核。
没有审核权限
当前账号不是管理员。请在 Supabase SQL Editor 执行:
update public.profiles set role = 'admin' where id = ( select id from auth.users where email = '你的邮箱' );
Admin
通过后的作品会出现在社区信息流。
使用你的站点账号登录。仅 role = admin 的账号可以审核。
当前账号不是管理员。请在 Supabase SQL Editor 执行:
update public.profiles set role = 'admin' where id = ( select id from auth.users where email = '你的邮箱' );