From 78bb6b6378a0977e67c40700a9e7d42c4a5a42b1 Mon Sep 17 00:00:00 2001 From: aweso Date: Wed, 14 Jan 2026 09:45:33 +0900 Subject: [PATCH] =?UTF-8?q?=EB=B0=94=EB=A1=9C=EB=B9=8C=20=EC=83=81?= =?UTF-8?q?=EB=8B=A8=EB=A9=94=EB=89=B4=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ๐Ÿค– Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 --- eaccount/index.php | 43 +++++++++++++++++----------- ecard/index.php | 40 +++++++++++++++----------- etax/index.php | 40 ++++++++++++++------------ tenant/index.php | 71 +++++++++++++++++++++++----------------------- 4 files changed, 108 insertions(+), 86 deletions(-) diff --git a/eaccount/index.php b/eaccount/index.php index 5ada23d..218fde4 100644 --- a/eaccount/index.php +++ b/eaccount/index.php @@ -163,22 +163,22 @@ // Header Component const Header = ({ activeTab, onTabChange, tenants, currentTenantId, onTenantChange }) => ( -
+
-
+
๐Ÿฆ
-

๊ณ„์ขŒ ์ž…์ถœ๊ธˆ๋‚ด์—ญ ์กฐํšŒ

+

๊ณ„์ขŒ ์ž…์ถœ๊ธˆ๋‚ด์—ญ

-
+
{/* ํ…Œ๋„ŒํŠธ ์„ ํƒ ๋“œ๋กญ๋‹ค์šด */} {tenants.length > 0 && ( )} - - - ๋ฐ”๋กœ๋นŒ ํ…Œ๋„ŒํŠธ ๊ด€๋ฆฌ + + + ๊ณ„์ขŒ์กฐํšŒ - - - ์ „์ž์„ธ๊ธˆ๊ณ„์‚ฐ์„œ + + ์นด๋“œ๋‚ด์—ญ - - - ๋ฒ•์ธ์นด๋“œ ๋‚ด์—ญ + + ํ…Œ๋„ŒํŠธ๊ด€๋ฆฌ - - - ํ™ˆ์œผ๋กœ + + ํšŒ์›๊ด€๋ฆฌ + + + API์ •๋ณด + + +
+ + + ์„ธ๊ธˆ๊ณ„์‚ฐ์„œ + + + ํ™ˆ
diff --git a/ecard/index.php b/ecard/index.php index f81c7af..4dfca85 100644 --- a/ecard/index.php +++ b/ecard/index.php @@ -190,30 +190,38 @@ // Header Component const Header = () => ( -
+
-
+
๐Ÿ’ณ
-

๋ฒ•์ธ์นด๋“œ ์‚ฌ์šฉ๋‚ด์—ญ ์กฐํšŒ

+

๋ฒ•์ธ์นด๋“œ ์‚ฌ์šฉ๋‚ด์—ญ

- diff --git a/etax/index.php b/etax/index.php index 1e30649..d62e7a8 100644 --- a/etax/index.php +++ b/etax/index.php @@ -53,34 +53,38 @@ // 1. Header Component const Header = ({ onOpenHelp }) => { return ( -
+
-
+
๐Ÿ“‹

์ „์ž์„ธ๊ธˆ๊ณ„์‚ฐ์„œ ์†”๋ฃจ์…˜

- diff --git a/tenant/index.php b/tenant/index.php index ab2ab93..4088121 100644 --- a/tenant/index.php +++ b/tenant/index.php @@ -68,43 +68,44 @@ require_once($_SERVER['DOCUMENT_ROOT'] . "/session.php"); const { useState, useEffect, useRef } = React; // --- Header Component --- - const Header = () => { - const handleRefresh = () => { - window.location.reload(); - }; - return ( -
-
+ ); // --- Icons --- const TrashIcon = ({ className }) => (