mirror of
https://github.com/hpware/news-analyze.git
synced 2025-06-24 00:01:03 +08:00
30 lines
520 B
TypeScript
30 lines
520 B
TypeScript
import sql from "~/server/components/postgres";
|
|
export default defineEventHandler(async (event) => {
|
|
return {
|
|
words: [
|
|
"尺度太小",
|
|
"比基尼",
|
|
"無罩",
|
|
"脫褲",
|
|
"裸露",
|
|
"露豐",
|
|
"V辣",
|
|
"激露",
|
|
"E級曲線",
|
|
"放0肩",
|
|
"透視裝",
|
|
"性侵",
|
|
"裸照",
|
|
"性感",
|
|
"找妹",
|
|
"肉蹼",
|
|
"超兇北半球",
|
|
"大露",
|
|
"色誘",
|
|
"死亡",
|
|
"撩妹",
|
|
"裸上身",
|
|
],
|
|
};
|
|
});
|