Merge pull request #18 from nightbug-xx/yiuc1w-codex/친구정보-출력-문제-수정
Improve friend list layout
This commit is contained in:
commit
68ae7eb6fd
@ -3,7 +3,7 @@ import { Box, Container, Typography, Divider, List, ListItem, ListItemText } fro
|
||||
const GuidePage = () => {
|
||||
return (
|
||||
<Container maxWidth="md" sx={{ py: 4 }}>
|
||||
<Typography variant="h4" gutterBottom>숙제노기 사용법 안내 (v1.0)</Typography>
|
||||
<Typography variant="h4" gutterBottom>숙제노기 사용법 안내 (v2.0)</Typography>
|
||||
<Typography variant="subtitle1" gutterBottom>
|
||||
숙제노기는 마비노기 모바일의 숙제 관리를 도와주는 웹서비스입니다.
|
||||
</Typography>
|
||||
@ -42,10 +42,18 @@ const GuidePage = () => {
|
||||
<ListItem><ListItemText primary="사용자는 별도 조작 없이 다음 날 다시 체크 가능" /></ListItem>
|
||||
</List>
|
||||
|
||||
<Typography variant="h6" sx={{ mt: 3 }}>6. 친구 기능</Typography>
|
||||
<List dense>
|
||||
<ListItem><ListItemText primary="상단 메뉴 '친구'에서 친구목록 확인 및 검색 추가" /></ListItem>
|
||||
<ListItem><ListItemText primary="요청관리에서 받은 요청을 수락/거절하고 보낸 요청을 취소" /></ListItem>
|
||||
<ListItem><ListItemText primary="친구의 캐릭터 공개 숙제를 볼 수 있으나 수정은 불가" /></ListItem>
|
||||
<ListItem><ListItemText primary="캐릭터/숙제 등록 시 '친구에게 노출' 체크박스로 공개 여부 설정" /></ListItem>
|
||||
</List>
|
||||
|
||||
<Divider sx={{ my: 3 }} />
|
||||
|
||||
<Typography variant="caption" color="text.secondary">
|
||||
© 숙제노기. 본 가이드는 v1.0 기준으로 작성되었습니다.
|
||||
© 숙제노기. 본 가이드는 v2.0 기준으로 작성되었습니다.
|
||||
</Typography>
|
||||
</Container>
|
||||
);
|
||||
|
||||
@ -6,6 +6,7 @@ export default function Home() {
|
||||
const { isLoggedIn } = useAuth()
|
||||
|
||||
const updates = [
|
||||
{ date: '2025-06-11', version: 'v2.0', content: '친구 기능 추가: 친구목록/요청 관리 및 캐릭터 공개 보기 지원' },
|
||||
{ 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: '홈화면에 업데이트 내역 노출' },
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user