Skip to content

Commit 7ecf4e6

Browse files
begin0808claude
andcommitted
@
chore: remove school name from all files Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> @
1 parent c528692 commit 7ecf4e6

6 files changed

Lines changed: 10 additions & 10 deletions

File tree

functions/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ function tableRow(label, value) {
3232
return `<tr><td style="padding:5px 0;color:#888;width:90px;vertical-align:top">${label}</td><td style="padding:5px 0;color:#333">${value || '—'}</td></tr>`
3333
}
3434

35-
const FOOTER = '<p style="color:#bbb;font-size:11px;margin-top:24px">國立臺南大學附屬高級中學 設備線上報修系統</p>'
35+
const FOOTER = '<p style="color:#bbb;font-size:11px;margin-top:24px">設備線上報修系統</p>'
3636

3737
// ── 1. New repair → notify all admins ─────────────────────────────────────────
3838

public/docs/firebase-setup.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@
243243
<div class="badge">Setup Guide</div>
244244
<h1>Firebase 完整設定指南</h1>
245245
<p>學校設備線上報修系統 · 上線前必做步驟</p>
246-
<div class="meta">國立臺南大學附屬高級中學 &nbsp;·&nbsp; 版本 1.0 &nbsp;·&nbsp; 2026-05-13</div>
246+
<div class="meta">版本 1.0 &nbsp;·&nbsp; 2026-05-13</div>
247247
</header>
248248

249249
<div class="container">
@@ -354,7 +354,7 @@ <h2 style="font-size:1rem;font-weight:700;margin-bottom:16px;">設定步驟總
354354
</li>
355355
<li>
356356
<div class="num">5</div>
357-
<div>「專案的公開名稱」可以填 <strong>國立臺南大學附屬高級中學報修系統</strong></div>
357+
<div>「專案的公開名稱」可以填 <strong>設備報修系統</strong></div>
358358
</li>
359359
<li>
360360
<div class="num">6</div>
@@ -750,7 +750,7 @@ <h2 style="font-size:1rem;font-weight:700;color:var(--teal);margin-bottom:12px;"
750750
</div>
751751

752752
<footer>
753-
<div><strong>國立臺南大學附屬高級中學 · 設備線上報修系統</strong></div>
753+
<div><strong>設備線上報修系統</strong></div>
754754
<div style="margin-top:6px;">Firebase 設定指南 v1.0 &nbsp;·&nbsp; 2026-05-13</div>
755755
</footer>
756756

public/docs/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@
277277
<header>
278278
<div class="badge">System Planning Document</div>
279279
<h1>學校設備線上報修系統</h1>
280-
<p>國立臺南大學附屬高級中學 · 總務處設備報修平台</p>
280+
<p>設備線上報修系統</p>
281281
<div class="meta">版本 2.0 &nbsp;·&nbsp; 完成日期 2026-05-14 &nbsp;·&nbsp; 網域 gm.tntcsh.tn.edu.tw &nbsp;·&nbsp; 三期全部完成</div>
282282
</header>
283283

@@ -809,7 +809,7 @@ <h3 style="margin-bottom:6px;">桌機</h3>
809809

810810
<!-- ══════════════ FOOTER ══════════════ -->
811811
<footer>
812-
<div><strong>國立臺南大學附屬高級中學 · 設備線上報修系統</strong></div>
812+
<div><strong>設備線上報修系統</strong></div>
813813
<div style="margin-top:6px;">系統規劃文件 v2.0 &nbsp;·&nbsp; 2026-05-14 &nbsp;·&nbsp; 網域 @gm.tntcsh.tn.edu.tw &nbsp;·&nbsp; <a href="https://begin0808.github.io/repair/" style="color:var(--gray-400);">線上系統</a> &nbsp;·&nbsp; <a href="user-guide.html" style="color:var(--gray-400);">使用說明</a> &nbsp;·&nbsp; <a href="deploy-guide.html" style="color:var(--gray-400);">部署指南</a></div>
814814
</footer>
815815

public/docs/user-guide.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@
244244
<header>
245245
<div class="badge">User Guide · 使用說明</div>
246246
<h1>設備線上報修系統</h1>
247-
<p>國立臺南大學附屬高級中學 · 總務處設備報修平台</p>
247+
<p>設備線上報修系統</p>
248248
<div class="meta">適用對象:全校師生 &nbsp;·&nbsp; 總務人員 &nbsp;·&nbsp; 系統管理員</div>
249249
<a href="https://begin0808.github.io/repair/" class="link-btn">🔧 前往系統</a>
250250
</header>
@@ -660,7 +660,7 @@ <h2>10 · 常見問題</h2>
660660
</div>
661661

662662
<footer>
663-
<div><strong>國立臺南大學附屬高級中學 · 設備線上報修系統</strong></div>
663+
<div><strong>設備線上報修系統</strong></div>
664664
<div style="margin-top:6px;">使用說明 v1.0 &nbsp;·&nbsp; 2026-05-14 &nbsp;·&nbsp; <a href="https://begin0808.github.io/repair/">前往系統</a> &nbsp;·&nbsp; <a href="index.html">系統規劃文件</a> &nbsp;·&nbsp; <a href="deploy-guide.html">部署指南</a></div>
665665
</footer>
666666

src/components/Layout.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ export default function Layout() {
7373
</main>
7474

7575
<footer className="text-center text-xs text-gray-400 py-4 border-t border-gray-200">
76-
國立臺南大學附屬高級中學 · 設備線上報修系統
76+
設備線上報修系統
7777
&nbsp;·&nbsp;
7878
<a
7979
href="/repair/docs/user-guide.html"

src/pages/Login.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export default function Login() {
3737
<div className="text-center mb-8">
3838
<div className="text-5xl mb-4">🔧</div>
3939
<h1 className="text-2xl font-bold text-gray-800">設備線上報修系統</h1>
40-
<p className="text-sm text-gray-500 mt-2">國立臺南大學附屬高級中學</p>
40+
4141
</div>
4242

4343
{/* Card */}

0 commit comments

Comments
 (0)