feat(CF): 现已支持部署到CloudFlare-Workers

This commit is contained in:
2025-12-22 14:55:40 +08:00
parent 6f6dea9f03
commit 1c7837d50c
12 changed files with 2441 additions and 119 deletions

View File

@@ -35,7 +35,7 @@ function AppContent() {
<div className="app">
<FloatingHeader />
<main className="app-main" style={{ paddingTop: '5rem' }}>
<main className="app-main" style={{ paddingTop: '8rem' }}>
<p className="app-description">
{t('从全球各地测试到任意IP地址或域名的网络延迟', 'Test network latency from global locations to any IP address or domain')}
</p>
@@ -53,7 +53,7 @@ function AppContent() {
</main>
<footer className="app-footer">
<p>{t('© 2024 延迟测试。由 GlobalPing 提供支持。', '© 2024 Latency Test. Powered by GlobalPing.')}</p>
<p>{t('© 2025 全球延迟测试。由 GlobalPing 提供服务支持。', '© 2025 Global Latency Test. Powered by GlobalPing.')}</p>
</footer>
</div>
)