Skip to content

Commit 33c3814

Browse files
committed
docs: 统一 README 正文章节结构,标准化标题命名、Installation 位置、补充缺失章节
1 parent 320179a commit 33c3814

5 files changed

Lines changed: 104 additions & 7 deletions

File tree

README.ja.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,9 @@
2525

2626
`Game Frame X Web View`[Game Frame X](https://gameframex.doc.alianblank.com) ゲームフレームワーク向けの Web View コンポーネントです。Unity ゲーム内に Web コンテンツを埋め込んで表示できます。
2727

28-
## インストール
28+
## クイックスタート
29+
30+
### インストール
2931

3032
### インストール
3133

@@ -58,6 +60,23 @@ Then add the package to `dependencies`:
5860
```
5961

6062

63+
## 依存関係
64+
65+
| パッケージ | 説明 |
66+
|----------|------|
67+
| `com.gameframex.unity` | 1.0.0 |
68+
69+
## ドキュメントとリソース
70+
71+
- [ドキュメント](https://gameframex.doc.alianblank.com)
72+
73+
## コミュニティとサポート
74+
75+
- QQグループ: 467608841 / 233840761
76+
77+
## 変更履歴
78+
79+
[Releases](https://github.com/GameFrameX/gameframex/com.gameframex.unity.webview/releases) で変更履歴を確認してください。
6180
## ライセンス
6281

6382
このリポジトリは [MIT](LICENSE) ライセンスの下で公開されています。

README.ko.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,9 @@
2525

2626
`Game Frame X Web View`[Game Frame X](https://gameframex.doc.alianblank.com) 게임 프레임워크를 위한 Web View 컴포넌트입니다. Unity 게임 내에 웹 콘텐츠를 임베드하여 표시할 수 있습니다.
2727

28-
## 설치
28+
## 빠른 시작
29+
30+
### 설치
2931

3032
### 설치
3133

@@ -58,6 +60,23 @@ Then add the package to `dependencies`:
5860
```
5961

6062

63+
## 의존성
64+
65+
| 패키지 | 설명 |
66+
|--------|------|
67+
| `com.gameframex.unity` | 1.0.0 |
68+
69+
## 문서 및 자료
70+
71+
- [문서](https://gameframex.doc.alianblank.com)
72+
73+
## 커뮤니티 및 지원
74+
75+
- QQ 그룹: 467608841 / 233840761
76+
77+
## 변경 로그
78+
79+
[Releases](https://github.com/GameFrameX/gameframex/com.gameframex.unity.webview/releases)에서 변경 로그를 확인하세요.
6180
## 라이선스
6281

6382
이 저장소는 [MIT](LICENSE) 라이선스에 따라 배포됩니다.

README.md

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,9 @@ This component wraps [gree/unity-webview](https://github.com/gree/unity-webview)
3434
- Fullscreen support
3535
- Android and iOS platform support
3636

37-
## Installation
37+
## Quick Start
38+
39+
### Installation
3840

3941
### Installation
4042

@@ -67,7 +69,7 @@ Then add the package to `dependencies`:
6769
```
6870

6971

70-
## Usage
72+
## Usage Examples
7173

7274
```csharp
7375
using GameFrameX.WebView.Runtime;
@@ -90,6 +92,24 @@ public class Example : MonoBehaviour
9092
- `MakeFullScreen()` - Set the web view to fullscreen
9193
- `ExecuteJavaScript(string javaScript)` - Execute JavaScript code
9294

95+
96+
## Dependencies
97+
98+
| Package | Description |
99+
|---------|-------------|
100+
| `com.gameframex.unity` | 1.0.0 |
101+
102+
## Documentation & Resources
103+
104+
- [Documentation](https://gameframex.doc.alianblank.com)
105+
106+
## Community & Support
107+
108+
- QQ Group: 467608841 / 233840761
109+
110+
## Changelog
111+
112+
See [Releases](https://github.com/GameFrameX/gameframex/com.gameframex.unity.webview/releases) for changelog.
93113
## License
94114

95115
This repository is licensed under the [MIT](LICENSE) License.

README.zh-CN.md

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,9 @@
3434
- 支持全屏显示
3535
- 支持 Android 和 iOS 平台
3636

37-
## 安装
37+
## 快速开始
38+
39+
### 安装
3840

3941
### 安装
4042

@@ -67,7 +69,7 @@ Then add the package to `dependencies`:
6769
```
6870

6971

70-
## 使用说明
72+
## 使用示例
7173

7274
```csharp
7375
using GameFrameX.WebView.Runtime;
@@ -90,6 +92,24 @@ public class Example : MonoBehaviour
9092
- `MakeFullScreen()` - 将 Web 视图设置为全屏
9193
- `ExecuteJavaScript(string javaScript)` - 执行 JavaScript 代码
9294

95+
96+
## 依赖
97+
98+
|| 说明 |
99+
|----|------|
100+
| `com.gameframex.unity` | 1.0.0 |
101+
102+
## 文档与资源
103+
104+
- [官方文档](https://gameframex.doc.alianblank.com)
105+
106+
## 社区与支持
107+
108+
- QQ群: 467608841 / 233840761
109+
110+
## 更新日志
111+
112+
查看 [Releases](https://github.com/GameFrameX/gameframex/com.gameframex.unity.webview/releases) 了解更新日志。
93113
## 开源协议
94114

95115
本仓库遵循 [MIT](LICENSE) 许可证。

README.zh-TW.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,9 @@
2727

2828
本組件是對 [gree/unity-webview](https://github.com/gree/unity-webview) 的封裝,提供了更簡潔的 API 和更方便的集成方式。
2929

30-
## 安裝
30+
## 快速開始
31+
32+
### 安裝
3133

3234
### 安裝
3335

@@ -60,6 +62,23 @@ Then add the package to `dependencies`:
6062
```
6163

6264

65+
## 依賴
66+
67+
| 套件 | 說明 |
68+
|------|------|
69+
| `com.gameframex.unity` | 1.0.0 |
70+
71+
## 文檔與資源
72+
73+
- [官方文檔](https://gameframex.doc.alianblank.com)
74+
75+
## 社區與支援
76+
77+
- QQ群: 467608841 / 233840761
78+
79+
## 更新日誌
80+
81+
查看 [Releases](https://github.com/GameFrameX/gameframex/com.gameframex.unity.webview/releases) 了解更新日誌。
6382
## 開源協議
6483

6584
本倉庫遵循 [MIT](LICENSE) 許可證。

0 commit comments

Comments
 (0)