[fix] invaild tag nsfw

This commit is contained in:
kwaroran
2023-06-04 16:45:40 +09:00
parent c4b0943aef
commit d8c4563c4d
4 changed files with 4 additions and 4 deletions

View File

@@ -585,7 +585,7 @@ export async function shareRisuHub(char:character, arg:{
let tagList = arg.tag.split(',')
if(arg.nsfw){
tagList.push("NSFW")
tagList.push("nsfw")
}
if(arg.privateMode){
tagList.push("private")