Phase 1+2: Rename CrowdSight + fix Thai vocabulary

Phase 1: Rename MiroFish → CrowdSight across all files
- 39 files, 114+ occurrences replaced
- Frontend, backend, locales, config, README, docker-compose

Phase 2: Fix difficult Thai vocabulary
- เมล็ดพันธุ์แห่งความจริง → ข้อมูลตั้งต้น
- สกัดเอนทิตี → ดึงตัวละคร
- ฉีดความจำ → เพิ่มความจำ
- ออนโทโลยี → โครงสร้างข้อมูล
- เอนทิตี → ตัวละคร
- พลวัตกลุ่ม → พฤติกรรมกลุ่ม
- โลกคู่ขนาน → โลกจำลอง

Only string changes, no logic changes.
This commit is contained in:
Kunthawat Greethong
2026-06-26 10:27:48 +07:00
parent 0e263f0490
commit 596a75c229
39 changed files with 166 additions and 166 deletions

View File

@@ -17,7 +17,7 @@ from ..models.task import TaskManager, TaskStatus
from ..utils.logger import get_logger
from ..utils.locale import t, get_locale, set_locale
logger = get_logger('mirofish.api.report')
logger = get_logger('crowdsight.api.report')
# ============== 报告生成接口 ==============
@@ -939,7 +939,7 @@ def search_graph_tool():
请求JSON
{
"graph_id": "mirofish_xxxx",
"graph_id": "crowdsight_xxxx",
"query": "搜索查询",
"limit": 10
}
@@ -987,7 +987,7 @@ def get_graph_statistics_tool():
请求JSON
{
"graph_id": "mirofish_xxxx"
"graph_id": "crowdsight_xxxx"
}
"""
try: