Files
hr-position-system/images/logo.svg
DonaldFang 方士碩 a6af297623 backup: 完成 HR_position_ 表格前綴重命名與欄位對照表整理
變更內容:
- 所有資料表加上 HR_position_ 前綴
- 整理完整欄位顯示名稱與 ID 對照表
- 模組化 JS 檔案 (admin.js, ai.js, csv.js 等)
- 專案結構優化 (docs/, scripts/, tests/ 等)

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-09 12:05:20 +08:00

39 lines
1.7 KiB
XML

<svg width="300" height="300" 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:#667eea;stop-opacity:1" />
<stop offset="100%" style="stop-color:#764ba2;stop-opacity:1" />
</linearGradient>
<linearGradient id="robotGradient" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" style="stop-color:#f093fb;stop-opacity:1" />
<stop offset="100%" style="stop-color:#f5576c;stop-opacity:1" />
</linearGradient>
</defs>
<!-- 背景 -->
<circle cx="150" cy="150" r="145" fill="url(#bgGradient)"/>
<!-- AI 機器人頭部 -->
<rect x="90" y="80" width="120" height="100" rx="20" fill="url(#robotGradient)"/>
<!-- 天線 -->
<line x1="150" y1="60" x2="150" y2="80" stroke="#fff" stroke-width="4" stroke-linecap="round"/>
<circle cx="150" cy="55" r="8" fill="#ffd700"/>
<!-- 眼睛 -->
<circle cx="120" cy="120" r="15" fill="#fff"/>
<circle cx="180" cy="120" r="15" fill="#fff"/>
<circle cx="123" cy="123" r="8" fill="#2d3748"/>
<circle cx="183" cy="123" r="8" fill="#2d3748"/>
<!-- 嘴巴 - 顯示為困惑的表情 -->
<path d="M 120 155 Q 150 145 180 155" stroke="#fff" stroke-width="4" fill="none" stroke-linecap="round"/>
<!-- 問號裝飾 -->
<text x="70" y="200" font-family="Arial, sans-serif" font-size="40" fill="#fff" font-weight="bold">?</text>
<text x="210" y="200" font-family="Arial, sans-serif" font-size="40" fill="#fff" font-weight="bold">?</text>
<!-- AI 文字 -->
<text x="150" y="250" font-family="Arial, sans-serif" font-size="32" fill="#fff" font-weight="bold" text-anchor="middle">AI</text>
</svg>