mirror of
https://github.com/hpware/news-analyze.git
synced 2025-06-24 05:24:23 +00:00
Made some tools for basic users & also may or may not added a bunch of
nono keywords into the kidunfriendlycontent.json file. Oh, and most of it is sourced from you guessed it LINE Today & Taiwan's garbage news corps >_<
This commit is contained in:
parent
4080eeaa3e
commit
84c176ac09
8 changed files with 69 additions and 32 deletions
|
@ -1,6 +1,21 @@
|
|||
import sql from "~/server/components/postgres";
|
||||
export default defineEventHandler(async (event) => {
|
||||
return {
|
||||
words: ["violence", "kill", "太小"],
|
||||
words: [
|
||||
"尺度太小",
|
||||
"比基尼",
|
||||
"無罩",
|
||||
"脫褲",
|
||||
"裸露",
|
||||
"露豐",
|
||||
"V辣",
|
||||
"激露",
|
||||
"E級曲線",
|
||||
"放0肩",
|
||||
"透視裝",
|
||||
"性侵",
|
||||
"裸照",
|
||||
"性感",
|
||||
],
|
||||
};
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue