Some checks failed
CD Pipeline / deploy (push) Failing after 59s
- 建立 Gitea Actions CD pipeline (.gitea/workflows/cd.yaml) - 部署模式: rsync Python 檔案至 188 → docker restart (volume mount) - Dockerfile/requirements 變動時自動重建 Docker image - 部署通知: Telegram (開始/成功/失敗) - 健康檢查: https://mo.wooo.work/health (最多 5 次重試) - 同步最新 CLAUDE.md / ADR-008 / memory (2026-04-19) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
50 lines
2.3 KiB
XML
50 lines
2.3 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
<defs>
|
|
<!-- 漸層背景 - 深藍色科技風格 -->
|
|
<linearGradient id="bgGradient" x1="0%" y1="0%" x2="100%" y2="100%">
|
|
<stop offset="0%" style="stop-color:#1e3c72"/>
|
|
<stop offset="100%" style="stop-color:#2a5298"/>
|
|
</linearGradient>
|
|
<!-- 青色發光效果 -->
|
|
<linearGradient id="glowGradient" x1="0%" y1="0%" x2="100%" y2="100%">
|
|
<stop offset="0%" style="stop-color:#00e5ff"/>
|
|
<stop offset="100%" style="stop-color:#00b8d4"/>
|
|
</linearGradient>
|
|
<!-- 外圈發光濾鏡 -->
|
|
<filter id="glow" x="-20%" y="-20%" width="140%" height="140%">
|
|
<feGaussianBlur stdDeviation="1.5" result="coloredBlur"/>
|
|
<feMerge>
|
|
<feMergeNode in="coloredBlur"/>
|
|
<feMergeNode in="SourceGraphic"/>
|
|
</feMerge>
|
|
</filter>
|
|
</defs>
|
|
|
|
<!-- 圓形背景 -->
|
|
<circle cx="24" cy="24" r="23" fill="url(#bgGradient)" stroke="url(#glowGradient)" stroke-width="1"/>
|
|
|
|
<!-- 雲朵外框 - 簡化版 -->
|
|
<path d="M12 26c0-3.3 2.7-6 6-6 0.3-3.4 3.2-6 6.5-6 3.6 0 6.5 2.9 6.5 6.5 0 0.2 0 0.3 0 0.5 2.5 0.5 4.5 2.7 4.5 5.5 0 3-2.5 5.5-5.5 5.5H18c-3.3 0-6-2.7-6-6z"
|
|
fill="none" stroke="#ffffff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
|
|
<!-- WOOO 文字 - 簡化的無限符號風格 -->
|
|
<g transform="translate(14, 23)" filter="url(#glow)">
|
|
<!-- W 字母用無限符號風格呈現 -->
|
|
<path d="M0 4 L3 0 L6 4 L9 0 L12 4"
|
|
fill="none" stroke="url(#glowGradient)" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
<!-- 三個 O 用連續的圓圈表示 -->
|
|
<ellipse cx="16" cy="2" rx="2.5" ry="2.5" fill="none" stroke="url(#glowGradient)" stroke-width="1.5"/>
|
|
</g>
|
|
|
|
<!-- 科技線條裝飾 - 右側電路風格 -->
|
|
<g stroke="url(#glowGradient)" stroke-width="1" fill="none" opacity="0.8">
|
|
<line x1="34" y1="18" x2="38" y2="14"/>
|
|
<circle cx="39" cy="13" r="1.5" fill="url(#glowGradient)"/>
|
|
<line x1="36" y1="24" x2="42" y2="24"/>
|
|
<circle cx="43" cy="24" r="1.5" fill="url(#glowGradient)"/>
|
|
<line x1="34" y1="30" x2="38" y2="34"/>
|
|
<circle cx="39" cy="35" r="1.5" fill="url(#glowGradient)"/>
|
|
</g>
|
|
</svg>
|