aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-04-13 21:33:19 -0700
committerFuwn <[email protected]>2024-04-13 21:33:19 -0700
commit4359d473d8ae6fd41d02186a92d6a260207aaae1 (patch)
treeeca08a46998aa6f0f0ef5beb9595843854d9438e
parentfix(user): use full profile content width (diff)
downloaddue.moe-4359d473d8ae6fd41d02186a92d6a260207aaae1.tar.xz
due.moe-4359d473d8ae6fd41d02186a92d6a260207aaae1.zip
feat(badge): add ai disclaimer
-rwxr-xr-xbun.lockbbin173947 -> 173947 bytes
-rw-r--r--src/routes/user/[user]/badges/+page.svelte10
2 files changed, 10 insertions, 0 deletions
diff --git a/bun.lockb b/bun.lockb
index a86b59fa..b9761c64 100755
--- a/bun.lockb
+++ b/bun.lockb
Binary files 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}
+ <div class="card">
+ 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.
+ <p />
+ Failure to do so may result in AniList removing your Badge Wall link from your profile.
+ </div>
+
+ <p />
+
{#await badgesPromise}
<Message message="Loading badges ..." />