diff --git a/src/App.tsx b/src/App.tsx index b811b1d..fa6ee64 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -15,6 +15,7 @@ import CharacterHomeworkSelect from './pages/CharacterHomeworkSelect' import Dashboard from './pages/Dashboard' import MePage from './pages/MePage' import CharacterEditPage from './pages/CharacterEditPage' +import GuidePage from './pages/Guide' const darkTheme = createTheme({ palette: { @@ -44,6 +45,7 @@ function App() { } /> } /> } /> + } /> diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index 48002a8..f49a838 100644 --- a/src/components/Layout.tsx +++ b/src/components/Layout.tsx @@ -48,6 +48,8 @@ export default function Layout({ children }: { children: React.ReactNode }) { const menuItems = isLoggedIn ? ( <> + + @@ -87,6 +89,8 @@ export default function Layout({ children }: { children: React.ReactNode }) { ) : ( <> + + diff --git a/src/pages/Guide.tsx b/src/pages/Guide.tsx new file mode 100644 index 0000000..017fbc6 --- /dev/null +++ b/src/pages/Guide.tsx @@ -0,0 +1,54 @@ +import { Box, Container, Typography, Divider, List, ListItem, ListItemText } from '@mui/material'; + +const GuidePage = () => { + return ( + + 숙제노기 사용법 안내 (v1.0) + + 숙제노기는 마비노기 모바일의 숙제 관리를 도와주는 웹서비스입니다. + + + + + 1. 캐릭터 등록 + + + + + + 2. 숙제 등록 + + + + + + + 3. 숙제 지정 + + + + + + 4. 대시보드 + + + + + + + 5. 숙제 초기화 + + + + + + + + + © 숙제노기. 본 가이드는 v1.0 기준으로 작성되었습니다. + + + ); +}; + +export default GuidePage; diff --git a/src/pages/Home.tsx b/src/pages/Home.tsx index 5734daa..5b2781f 100644 --- a/src/pages/Home.tsx +++ b/src/pages/Home.tsx @@ -6,8 +6,10 @@ export default function Home() { const { isLoggedIn } = useAuth() const updates = [ + { date: '2025-06-06', version: 'v1.1', content: '피드백 및 수정요청 및 기능개선은 nightbug@naver.com 으로 부탁드립니다.' }, { date: '2025-05-28', version: 'v1.1', content: '캐릭터 및 숙제 목록에서 순서변경기능 추가' }, { date: '2025-05-28', version: 'v1.1', content: '홈화면에 업데이트 내역 노출' }, + { date: '2025-06-05', version: 'v1.1', content: '사용법 작성' }, ] return ( @@ -54,8 +56,8 @@ export default function Home() { - - 길드 '노인정'과 함께합니다. 누구마음대로? + + 라사서버 길드 '노인정'과 함께합니다. 누구마음대로?