File tree Expand file tree Collapse file tree 1 file changed +37
-0
lines changed
src/app/minecraft/infinite-client Expand file tree Collapse file tree 1 file changed +37
-0
lines changed Original file line number Diff line number Diff line change 1+ import React from "react" ;
2+
3+ export default function InfiniteClientPage ( ) {
4+ return (
5+ < h1 style = { { fontSize : "2.5rem" , fontWeight : "bold" , marginBottom : "1rem" } } >
6+ Infinite Client
7+ </ h1 >
8+ < p style = { { fontSize : "1.2rem" , marginBottom : "2rem" } } >
9+ Infinite Clientは、Minecraftのプレイ体験を拡張するために開発された高機能なクライアントです。快適な操作性と多彩な機能を備え、初心者から上級者まで幅広いユーザーにおすすめです。
10+ < / p >
11+ < section style = { { marginBottom : "2rem" } } >
12+ < h2 style = { { fontSize : "1.5rem" , fontWeight : "bold" , marginBottom : "0.5rem" } } > 主な特徴</ h2 >
13+ < ul style = { { fontSize : "1.1rem" , paddingLeft : "1.5rem" } } >
14+ < li > 軽量かつ高速な動作</ li >
15+ < li > スタイリッシュなUI</ li >
16+ < li > 統合されたショートカット機能</ li >
17+ < li > サーバー対策強化</ li >
18+ < li > 最新バージョンへの迅速な対応</ li >
19+ </ ul >
20+ </ section >
21+ < section style = { { marginBottom : "2rem" } } >
22+ < h2 style = { { fontSize : "1.5rem" , fontWeight : "bold" , marginBottom : "0.5rem" } } > ダウンロード</ h2 >
23+ < p >
24+ 最新版のダウンロードは以下のリンクから行えます。
25+ < / p >
26+ < a href = "https://github.com/The-Infinitys/minecraft.infinite-client" target = "_blank" style = { { color : "#1976d2" , textDecoration : "underline" , fontWeight : "bold" } } >
27+ Infinite Client ダウンロードページ
28+ </ a >
29+ < / s e c t i o n >
30+ < section style = { { marginBottom : "2rem" } } >
31+ < h2 style = { { fontSize : "1.5rem" , fontWeight : "bold" , marginBottom : "0.5rem" } } > サポート・お問い合わせ</ h2 >
32+ < p >
33+ ご質問や不具合報告は、GitHubまたはDiscordよりご連絡ください。
34+ </ p >
35+ </ section >
36+ ) ;
37+ }
You can’t perform that action at this time.
0 commit comments