news-analyze/server/api/contentcheck/kidunfriendlycontent.ts
吳元皓 25927ad13c Add Line Today hybrid listing and additional filters
Fix excessive line wrapping and improve input text styling

(This commit message is AI generated)
2025-05-20 23:42:25 +08:00

23 lines
396 B
TypeScript

import sql from "~/server/components/postgres";
export default defineEventHandler(async (event) => {
return {
words: [
"尺度太小",
"比基尼",
"無罩",
"脫褲",
"裸露",
"露豐",
"V辣",
"激露",
"E級曲線",
"放0肩",
"透視裝",
"性侵",
"裸照",
"性感",
"找妹",
],
};
});