mirror of
https://github.com/hotyue/IP-Sentinel.git
synced 2026-06-07 09:49:41 +08:00
feat(data): 建立韩国 (KR) 战区拓扑,新增首尔节点信标及本土化高频活体词库
This commit is contained in:
27
data/keywords/kw_KR.txt
Normal file
27
data/keywords/kw_KR.txt
Normal file
@@ -0,0 +1,27 @@
|
|||||||
|
날씨
|
||||||
|
환율
|
||||||
|
삼성전자 주가
|
||||||
|
손흥민
|
||||||
|
토트넘 경기 일정
|
||||||
|
넷플릭스
|
||||||
|
국민은행
|
||||||
|
네이버웹툰
|
||||||
|
로또 당첨번호
|
||||||
|
쿠팡
|
||||||
|
KBO 리그
|
||||||
|
프로야구 순위
|
||||||
|
아이폰 15
|
||||||
|
챗gpt
|
||||||
|
인스타그램
|
||||||
|
유튜브 밴스드
|
||||||
|
이강인
|
||||||
|
김민재
|
||||||
|
LCK 일정
|
||||||
|
T1
|
||||||
|
페이커
|
||||||
|
무빙
|
||||||
|
카카오톡 PC버전
|
||||||
|
당근마켓
|
||||||
|
배달의민족
|
||||||
|
올리브영
|
||||||
|
메이플스토리
|
||||||
@@ -22,6 +22,14 @@
|
|||||||
{ "id": "Default", "name": "Default State", "cities": [ { "id": "Singapore", "name": "Singapore (新加坡)" } ] }
|
{ "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",
|
"id": "HK",
|
||||||
"name": "Hong Kong (香港)",
|
"name": "Hong Kong (香港)",
|
||||||
|
|||||||
22
data/regions/KR/Default/Seoul.json
Normal file
22
data/regions/KR/Default/Seoul.json
Normal file
@@ -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/"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user