From 4359d473d8ae6fd41d02186a92d6a260207aaae1 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Sat, 13 Apr 2024 21:33:19 -0700 Subject: feat(badge): add ai disclaimer --- bun.lockb | Bin 173947 -> 173947 bytes src/routes/user/[user]/badges/+page.svelte | 10 ++++++++++ 2 files changed, 10 insertions(+) diff --git a/bun.lockb b/bun.lockb index a86b59fa..b9761c64 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/src/routes/user/[user]/badges/+page.svelte b/src/routes/user/[user]/badges/+page.svelte index 5f2c79a0..d83576b6 100644 --- a/src/routes/user/[user]/badges/+page.svelte +++ b/src/routes/user/[user]/badges/+page.svelte @@ -442,6 +442,16 @@ {:then identity} {@const isOwner = identity && (isId ? identity.id : identity.name) === data.username} +
+ Notice: Please refrain from adding badges which may contain AI-generated content to Badge + Wall, and remove any that are already present as to comply with AniList's new policies on + AI-generated material. +

+ Failure to do so may result in AniList removing your Badge Wall link from your profile. +

+ +

+ {#await badgesPromise} -- cgit v1.2.3