[CLAUDE] FE: favicon dùng chữ 'S' thật từ logo Solutions
All checks were successful
Deploy SOLUTION_ERP / build-deploy (push) Successful in 3m4s
All checks were successful
Deploy SOLUTION_ERP / build-deploy (push) Successful in 3m4s
Pipeline: - Pixel-crop chữ 'S' script từ logo.png (x=0..86, y=0..100 — trước underline + tagline) - Scale lên 2x thành 172x200 trên canvas 256x256 transparent, center có padding ~12% - Save thành mark.png (6.8KB, transparent bg) - Embed base64 vào favicon.svg với nền trắng rounded-r-48 (contrast với chữ S xanh brand) — scale mọi size - index.html thêm apple-touch-icon + alternate PNG cho browsers không support SVG favicon Kết quả: favicon giờ là glyph 'S' script thật của Solutions, không phải font-rendered text nữa. Contrast trắng-xanh dễ nhận ra ở size nhỏ. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
@ -3,6 +3,8 @@
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
||||
<link rel="alternate icon" type="image/png" href="/mark.png" />
|
||||
<link rel="apple-touch-icon" href="/mark.png" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<meta name="theme-color" content="#1F7DC1" />
|
||||
<meta name="description" content="Solutions ERP — Hệ thống quản trị hợp đồng nhà cung cấp" />
|
||||
|
||||
File diff suppressed because one or more lines are too long
|
Before Width: | Height: | Size: 375 B After Width: | Height: | Size: 9.2 KiB |
BIN
fe-admin/public/mark.png
Normal file
BIN
fe-admin/public/mark.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 6.7 KiB |
@ -3,6 +3,8 @@
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
||||
<link rel="alternate icon" type="image/png" href="/mark.png" />
|
||||
<link rel="apple-touch-icon" href="/mark.png" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<meta name="theme-color" content="#1F7DC1" />
|
||||
<meta name="description" content="Solutions ERP — Quản lý hợp đồng nhà cung cấp" />
|
||||
|
||||
File diff suppressed because one or more lines are too long
|
Before Width: | Height: | Size: 375 B After Width: | Height: | Size: 9.2 KiB |
BIN
fe-user/public/mark.png
Normal file
BIN
fe-user/public/mark.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 6.7 KiB |
Reference in New Issue
Block a user