- piggy-fg.png(투명 전경)에서 icon-foreground/background(금색)/only 합성 - @capacitor/assets generate --android 로 안드로이드 런처/적응형 아이콘 재생성 - 파비콘: public/favicon.png·apple-touch-icon.png 생성, index.html 갱신(구 logo.svg→png) - PC(Electron) 설치 아이콘은 icon-only.png 사용(설치파일 재빌드 시 반영) Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
+2
-3
@@ -2,9 +2,8 @@
|
||||
<html lang="">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<link rel="icon" type="image/svg+xml" href="/logo.svg">
|
||||
<link rel="alternate icon" href="/favicon.ico">
|
||||
<link rel="apple-touch-icon" href="/logo.svg">
|
||||
<link rel="icon" type="image/png" href="/favicon.png">
|
||||
<link rel="apple-touch-icon" href="/apple-touch-icon.png">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover">
|
||||
<title>Slim Budget</title>
|
||||
</head>
|
||||
|
||||
Reference in New Issue
Block a user