Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

センシティブフラグの理由を記載できるように #501

Open
u1-liquid opened this issue Mar 3, 2024 · 3 comments
Open

センシティブフラグの理由を記載できるように #501

u1-liquid opened this issue Mar 3, 2024 · 3 comments

Comments

@u1-liquid
Copy link
Member

	@Column('jsonb', {
		default: [], nullable: true,
		comment: 'Reasons why the DriveFile is Sensitive.',
	})
	public sensitiveReasons: Set<'nudity' | 'violence' | 'racy' | 'spoiler' | 'hate' | 'illegal' | 'food' | 'r15' | 'r18' | 'r18g' | 'other'> | null;

こんな感じ?

@u1-liquid
Copy link
Member Author

ネタバレ 飯テロ 暴力 嫌がらせ グロい エグい r15 r18 行為中 NTR

@meronmks
Copy link

meronmks commented Apr 7, 2024

参考画像(Blueskyの分類)
image

@u1-liquid
Copy link
Member Author

X
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants