From 459f37608e347fc105d0162a37d1d8404a685b1d Mon Sep 17 00:00:00 2001 From: 2620227 Date: Fri, 3 Jul 2026 16:04:35 +0900 Subject: [PATCH] =?UTF-8?q?chore(egg):=20=EC=BD=98=EC=86=94=20=ED=99=98?= =?UTF-8?q?=EC=98=81=20=EB=AC=B8=EA=B5=AC=EB=A5=BC=20=EC=9D=B4=EC=8A=88=20?= =?UTF-8?q?=EC=A0=9C=EB=B3=B4=20=EC=95=88=EB=82=B4=EB=A1=9C=20=EB=B3=80?= =?UTF-8?q?=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.8 --- public/js/main.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/js/main.js b/public/js/main.js index 98eb0fa..49398c0 100644 --- a/public/js/main.js +++ b/public/js/main.js @@ -36,8 +36,8 @@ function consoleArt() { const art = [" ___ ____ ____ _______ __", " / | / _/ / __ \\/ ____/ | / /", " / /| | / / / / / / __/ | | / / ", "/ ___ |_/ / / /_/ / /___ | |/ / ", "/_/ |_/___/ /_____/_____/ |___/ "].join("\n"); console.log("%c" + art, "color:#0969da;font-family:monospace;font-size:11px;line-height:1.1"); console.log("%cπŸ‘€ μ½”λ“œ ꡬ경 μ™”μ–΄μš”? ν™˜μ˜ν•©λ‹ˆλ‹€.", "color:#1f883d;font-size:13px;font-weight:bold"); - console.log("%c사내 κ°œλ°œνŒ€μ€ 늘 λ™λ£Œλ₯Ό μ°Ύκ³  μžˆμ–΄μš” β€” git blame ν•˜μ§€ 말고 git praise ν•©μ‹œλ‹€. πŸ™‡", "color:#656d76;font-size:12px"); - console.log("%cps. λŒ“κΈ€μ— LGTM ν•œ 번 μ³λ³΄μ„Έμš”.", "color:#8b949e;font-size:11px"); + console.log("%cμ΄μŠˆλŠ” https://gitea.bokdev.in/playground/ai-dev-portal/issues에 μ œλ³΄ν•΄μ£Όμ„Έμš”! μ–Έμ œλ“  ν™˜μ˜ν•©λ‹ˆλ‹€.", "color:#656d76;font-size:12px"); + console.log("%cλŒ“κΈ€μ— LGTM을 μ³λ³΄μ„Έμš”.", "color:#8b949e;font-size:11px"); } catch (e) {} }