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>
197 lines
6.8 KiB
HTML
197 lines
6.8 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="zh-TW">
|
|
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>WOOO TECH 品牌資產庫</title>
|
|
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap" rel="stylesheet">
|
|
<style>
|
|
body {
|
|
font-family: 'Inter', sans-serif;
|
|
background: #f8f9fa;
|
|
color: #333;
|
|
margin: 0;
|
|
padding: 40px;
|
|
}
|
|
|
|
.container {
|
|
max-width: 1000px;
|
|
margin: 0 auto;
|
|
}
|
|
|
|
h1 {
|
|
text-align: center;
|
|
margin-bottom: 40px;
|
|
color: #1a1a1a;
|
|
}
|
|
|
|
.section {
|
|
background: white;
|
|
border-radius: 12px;
|
|
padding: 30px;
|
|
margin-bottom: 30px;
|
|
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
|
|
}
|
|
|
|
.section-title {
|
|
font-size: 1.5rem;
|
|
margin-bottom: 20px;
|
|
border-bottom: 2px solid #eee;
|
|
padding-bottom: 10px;
|
|
}
|
|
|
|
.asset-grid {
|
|
display: grid;
|
|
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
|
|
gap: 30px;
|
|
align-items: end;
|
|
}
|
|
|
|
.asset-item {
|
|
text-align: center;
|
|
}
|
|
|
|
.preview-box {
|
|
background: #fff;
|
|
border: 1px solid #eee;
|
|
padding: 20px;
|
|
border-radius: 8px;
|
|
margin-bottom: 15px;
|
|
height: 150px;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
/* 棋盤格背景以顯示透明度 */
|
|
background-image: linear-gradient(45deg, #eee 25%, transparent 25%), linear-gradient(-45deg, #eee 25%, transparent 25%), linear-gradient(45deg, transparent 75%, #eee 75%), linear-gradient(-45deg, transparent 75%, #eee 75%);
|
|
background-size: 20px 20px;
|
|
background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
|
|
}
|
|
|
|
.preview-box img {
|
|
max-width: 100%;
|
|
max-height: 100%;
|
|
object-fit: contain;
|
|
}
|
|
|
|
.format-links a {
|
|
display: inline-block;
|
|
margin: 5px;
|
|
text-decoration: none;
|
|
color: #4F46E5;
|
|
font-size: 0.9rem;
|
|
border: 1px solid #4F46E5;
|
|
padding: 4px 8px;
|
|
border-radius: 4px;
|
|
transition: all 0.2s;
|
|
}
|
|
|
|
.format-links a:hover {
|
|
background: #4F46E5;
|
|
color: white;
|
|
}
|
|
</style>
|
|
</head>
|
|
|
|
<body>
|
|
<div class="container">
|
|
<h1>WOOO TECH 品牌資產庫</h1>
|
|
|
|
<div class="section">
|
|
<h2 class="section-title">1. 主品牌標誌 (Main Logo)</h2>
|
|
<div class="asset-grid">
|
|
<div class="asset-item">
|
|
<div class="preview-box">
|
|
<img src="/static/exports/WOOO_Main_Logo.svg" alt="Main Logo">
|
|
</div>
|
|
<div>
|
|
<strong>SVG (向量)</strong><br>
|
|
<div class="format-links">
|
|
<a href="/static/exports/WOOO_Main_Logo.svg" download>下載 SVG</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="asset-item">
|
|
<div class="preview-box">
|
|
<img src="/static/exports/WOOO_Main_Logo.jpg" alt="Main Logo JPG">
|
|
</div>
|
|
<div>
|
|
<strong>JPG (白底)</strong><br>
|
|
<div class="format-links">
|
|
<a href="/static/exports/WOOO_Main_Logo.jpg" download>下載 JPG</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<!-- 其他格式僅提供下載 -->
|
|
<div class="asset-item">
|
|
<div style="padding: 20px;">
|
|
<strong>其他格式</strong><br>
|
|
<div class="format-links">
|
|
<a href="/static/exports/WOOO_Main_Logo.eps" download>EPS</a>
|
|
<a href="/static/exports/WOOO_Main_Logo.pdf" download>PDF/AI</a>
|
|
<a href="/static/exports/WOOO_Main_Logo.tiff" download>TIFF</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="section">
|
|
<h2 class="section-title">2. 玻璃質感版 (Glass Version)</h2>
|
|
<div class="asset-grid">
|
|
<div class="asset-item">
|
|
<div class="preview-box">
|
|
<img src="/static/exports/WOOO_Glass_Logo.svg" alt="Glass Logo">
|
|
</div>
|
|
<div>
|
|
<strong>SVG (向量)</strong><br>
|
|
<div class="format-links">
|
|
<a href="/static/exports/WOOO_Glass_Logo.svg" download>下載 SVG</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="asset-item">
|
|
<div class="preview-box">
|
|
<img src="/static/exports/WOOO_Glass_Logo.jpg" alt="Glass Logo JPG">
|
|
</div>
|
|
<div>
|
|
<strong>JPG (白底)</strong><br>
|
|
<div class="format-links">
|
|
<a href="/static/exports/WOOO_Glass_Logo.jpg" download>下載 JPG</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="section">
|
|
<h2 class="section-title">3. 能量流動版 (Gradient Version)</h2>
|
|
<div class="asset-grid">
|
|
<div class="asset-item">
|
|
<div class="preview-box">
|
|
<img src="/static/exports/WOOO_Gradient_Logo.svg" alt="Gradient Logo">
|
|
</div>
|
|
<div>
|
|
<strong>SVG (向量)</strong><br>
|
|
<div class="format-links">
|
|
<a href="/static/exports/WOOO_Gradient_Logo.svg" download>下載 SVG</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="asset-item">
|
|
<div class="preview-box">
|
|
<img src="/static/exports/WOOO_Gradient_Logo.jpg" alt="Gradient Logo JPG">
|
|
</div>
|
|
<div>
|
|
<strong>JPG (白底)</strong><br>
|
|
<div class="format-links">
|
|
<a href="/static/exports/WOOO_Gradient_Logo.jpg" download>下載 JPG</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
|
|
</html> |