diff --git a/README.md b/README.md
index 4d67f34..1d55ba5 100644
--- a/README.md
+++ b/README.md
@@ -95,3 +95,6 @@ App Design: [PDF Document](/design.pdf)
### For scaping
First, Run `ps1 clone-env.ps1` or `bash clone-env.sh` to clone the `.env` file to the `scraping` folder, then cd into the `scraping` folder. Run `python main.py` to start scraping in Google News.
+
+## 有問題? Got questions?
+Use this form: https://yhw.tw/SaBta
diff --git a/components/checks/checkKidUnfriendlyContent.ts b/components/checks/checkKidUnfriendlyContent.ts
index 13c2fbf..a5405fa 100644
--- a/components/checks/checkKidUnfriendlyContent.ts
+++ b/components/checks/checkKidUnfriendlyContent.ts
@@ -8,7 +8,7 @@ async function checkUnsafeContent(title: string) {
console.log(patterns);
newsAnalyzer.setSensitivePatterns(patterns);
const kidfriendly = newsAnalyzer.isKidFriendly(title);
- return kidfriendly;
+ return !kidfriendly;
} catch (e) {
console.log(e);
}
diff --git a/database/README.md b/database/README.md
index 490c3fe..9f133bf 100644
--- a/database/README.md
+++ b/database/README.md
@@ -1,15 +1 @@
-# Database contents
-This is where I put the database schemas, that contains everything (the user account & password info is NOT avaiable in the backup.)
-
-## How to import
-Import the schema:
-```bash
-psql -d database -f database_dump.sql
-```
-
-## How to create a database_dump
-Type or copy This
-```bash
-pg_dump -U your_username -d your_database --schema-only > schema.sql
-
-```
+# 資料庫資訊 Database info
diff --git a/database/kidunfriendlycontent.json b/database/kidunfriendlycontent.json
new file mode 100644
index 0000000..bc954db
--- /dev/null
+++ b/database/kidunfriendlycontent.json
@@ -0,0 +1,18 @@
+{
+ "words": [
+ "尺度太小",
+ "比基尼",
+ "無罩",
+ "脫褲",
+ "裸露",
+ "露豐",
+ "V辣",
+ "激露",
+ "E級曲線",
+ "放0肩",
+ "透視裝",
+ "性侵",
+ "裸照",
+ "性感"
+ ]
+}
diff --git a/pages/demo.vue b/pages/demo.vue
deleted file mode 100644
index ca03a34..0000000
--- a/pages/demo.vue
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-