diff --git a/data/keywords/kw_KR.txt b/data/keywords/kw_KR.txt new file mode 100644 index 0000000..025528f --- /dev/null +++ b/data/keywords/kw_KR.txt @@ -0,0 +1,27 @@ +날씨 +환율 +삼성전자 주가 +손흥민 +토트넘 경기 일정 +넷플릭스 +국민은행 +네이버웹툰 +로또 당첨번호 +쿠팡 +KBO 리그 +프로야구 순위 +아이폰 15 +챗gpt +인스타그램 +유튜브 밴스드 +이강인 +김민재 +LCK 일정 +T1 +페이커 +무빙 +카카오톡 PC버전 +당근마켓 +배달의민족 +올리브영 +메이플스토리 diff --git a/data/map.json b/data/map.json index eecc4d9..99379be 100644 --- a/data/map.json +++ b/data/map.json @@ -22,6 +22,14 @@ { "id": "Default", "name": "Default State", "cities": [ { "id": "Singapore", "name": "Singapore (新加坡)" } ] } ] }, + { + "id": "KR", + "name": "South Korea (韩国)", + "keyword_file": "kw_KR.txt", + "states": [ + { "id": "Default", "name": "Default State", "cities": [ { "id": "Seoul", "name": "Seoul (首尔)" } ] } + ] + }, { "id": "HK", "name": "Hong Kong (香港)", diff --git a/data/regions/KR/Default/Seoul.json b/data/regions/KR/Default/Seoul.json new file mode 100644 index 0000000..5d2cb7b --- /dev/null +++ b/data/regions/KR/Default/Seoul.json @@ -0,0 +1,22 @@ +{ + "region_name": "South Korea - Seoul", + "google_module": { + "base_lat": 37.5665, + "base_lon": 126.9780, + "lang_params": "hl=ko&gl=KR", + "valid_url_suffix": "co.kr" + }, + "trust_module": { + "white_urls": [ + "https://ko.wikipedia.org/wiki/특수:임의문서", + "https://www.naver.com/", + "https://www.daum.net/", + "https://namu.wiki/", + "https://www.tistory.com/", + "https://www.coupang.com/", + "https://www.chosun.com/", + "https://www.yna.co.kr/", + "https://www.kakaocorp.com/" + ] + } +} \ No newline at end of file