mirror of
https://github.com/hpware/news-analyze.git
synced 2025-06-23 15:51:01 +08:00
Fix excessive line wrapping and improve input text styling (This commit message is AI generated)
23 lines
396 B
TypeScript
23 lines
396 B
TypeScript
import sql from "~/server/components/postgres";
|
|
export default defineEventHandler(async (event) => {
|
|
return {
|
|
words: [
|
|
"尺度太小",
|
|
"比基尼",
|
|
"無罩",
|
|
"脫褲",
|
|
"裸露",
|
|
"露豐",
|
|
"V辣",
|
|
"激露",
|
|
"E級曲線",
|
|
"放0肩",
|
|
"透視裝",
|
|
"性侵",
|
|
"裸照",
|
|
"性感",
|
|
"找妹",
|
|
],
|
|
};
|
|
});
|