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:
@@ -8,8 +8,8 @@
|
||||
<meta charset="UTF-8" />
|
||||
<link rel="icon" type="image/png" href="/icon.png" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<meta name="description" content="MiroFish - 社交媒体舆论模拟系统" />
|
||||
<title>MiroFish - 预测万物</title>
|
||||
<meta name="description" content="CrowdSight - 社交媒体舆论模拟系统" />
|
||||
<title>CrowdSight - 预测万物</title>
|
||||
</head>
|
||||
<body>
|
||||
<div id="app"></div>
|
||||
|
||||
@@ -2,10 +2,10 @@
|
||||
<div class="home-container">
|
||||
<!-- 顶部导航栏 -->
|
||||
<nav class="navbar">
|
||||
<div class="nav-brand">MIROFISH</div>
|
||||
<div class="nav-brand">CROWDSIGHT</div>
|
||||
<div class="nav-links">
|
||||
<LanguageSwitcher />
|
||||
<a href="https://github.com/666ghj/MiroFish" target="_blank" class="github-link">
|
||||
<a href="https://github.com/666ghj/CrowdSight" target="_blank" class="github-link">
|
||||
{{ $t('nav.visitGithub') }} <span class="arrow">↗</span>
|
||||
</a>
|
||||
</div>
|
||||
@@ -44,7 +44,7 @@
|
||||
<div class="hero-right">
|
||||
<!-- Logo 区域 -->
|
||||
<div class="logo-container">
|
||||
<img src="../assets/logo/MiroFish_logo_left.jpeg" alt="MiroFish Logo" class="hero-logo" />
|
||||
<img src="../assets/logo/CrowdSight_logo_left.jpeg" alt="CrowdSight Logo" class="hero-logo" />
|
||||
</div>
|
||||
|
||||
<button class="scroll-down-btn" @click="scrollToBottom">
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
<!-- Header -->
|
||||
<header class="app-header">
|
||||
<div class="header-left">
|
||||
<div class="brand" @click="router.push('/')">MIROFISH</div>
|
||||
<div class="brand" @click="router.push('/')">CROWDSIGHT</div>
|
||||
</div>
|
||||
|
||||
<div class="header-center">
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
<!-- Header -->
|
||||
<header class="app-header">
|
||||
<div class="header-left">
|
||||
<div class="brand" @click="router.push('/')">MIROFISH</div>
|
||||
<div class="brand" @click="router.push('/')">CROWDSIGHT</div>
|
||||
</div>
|
||||
|
||||
<div class="header-center">
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<div class="process-page">
|
||||
<!-- 顶部导航栏 -->
|
||||
<nav class="navbar">
|
||||
<div class="nav-brand" @click="goHome">MIROFISH</div>
|
||||
<div class="nav-brand" @click="goHome">CROWDSIGHT</div>
|
||||
|
||||
<!-- 中间步骤指示器 -->
|
||||
<div class="nav-center">
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
<!-- Header -->
|
||||
<header class="app-header">
|
||||
<div class="header-left">
|
||||
<div class="brand" @click="router.push('/')">MIROFISH</div>
|
||||
<div class="brand" @click="router.push('/')">CROWDSIGHT</div>
|
||||
</div>
|
||||
|
||||
<div class="header-center">
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
<!-- Header -->
|
||||
<header class="app-header">
|
||||
<div class="header-left">
|
||||
<div class="brand" @click="router.push('/')">MIROFISH</div>
|
||||
<div class="brand" @click="router.push('/')">CROWDSIGHT</div>
|
||||
</div>
|
||||
|
||||
<div class="header-center">
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
<!-- Header -->
|
||||
<header class="app-header">
|
||||
<div class="header-left">
|
||||
<div class="brand" @click="router.push('/')">MIROFISH</div>
|
||||
<div class="brand" @click="router.push('/')">CROWDSIGHT</div>
|
||||
</div>
|
||||
|
||||
<div class="header-center">
|
||||
|
||||
Reference in New Issue
Block a user