Compare commits
1
Commits
v0.4.0
...
a9b539ca9c
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a9b539ca9c |
@@ -8,6 +8,7 @@
|
||||
<a href="#"><img src="https://img.shields.io/badge/License-MIT-blue.svg" alt="License: MIT"></a>
|
||||
<a href="#"><img src="https://img.shields.io/badge/MCP-Compatible-green" alt="MCP Compatible"></a>
|
||||
<a href="#"><img src="https://img.shields.io/badge/Platform-Editor%20Only-orange" alt="Editor Only"></a>
|
||||
<a href="https://store.cocos.com/app/detail/8913"><img src="https://img.shields.io/badge/Cocos%20Store-Install-brightgreen" alt="Install from Cocos Store"></a>
|
||||
</p>
|
||||
<p align="center">
|
||||
<a href="./README_CN.md">中文</a> | English
|
||||
@@ -41,7 +42,9 @@ If you just want to connect quickly, do these three things:
|
||||
|
||||
### 1. Install as a Cocos Creator Extension
|
||||
|
||||
Clone or copy this repository into your Cocos project extension directory:
|
||||
Recommended install: use the official [Cocos Store page](https://store.cocos.com/app/detail/8913) and install the extension into your target Cocos Creator project.
|
||||
|
||||
For local development or unreleased builds, clone or copy this repository into your Cocos project extension directory:
|
||||
|
||||
```bash
|
||||
cd /path/to/your-cocos-project
|
||||
|
||||
+4
-1
@@ -8,6 +8,7 @@
|
||||
<a href="#"><img src="https://img.shields.io/badge/License-MIT-blue.svg" alt="License: MIT"></a>
|
||||
<a href="#"><img src="https://img.shields.io/badge/MCP-Compatible-green" alt="MCP Compatible"></a>
|
||||
<a href="#"><img src="https://img.shields.io/badge/Platform-Editor%20Only-orange" alt="Editor Only"></a>
|
||||
<a href="https://store.cocos.com/app/detail/8913"><img src="https://img.shields.io/badge/Cocos%20Store-Install-brightgreen" alt="Install from Cocos Store"></a>
|
||||
</p>
|
||||
<p align="center">
|
||||
中文 | <a href="./README.md">English</a>
|
||||
@@ -41,7 +42,9 @@ Funplay MCP for Cocos 是一个采用 MIT 协议的 Cocos Creator 扩展,它
|
||||
|
||||
### 1. 安装为 Cocos Creator 扩展
|
||||
|
||||
把仓库 clone 或复制到 Cocos 项目的扩展目录:
|
||||
推荐安装方式:通过官方 [Cocos Store 页面](https://store.cocos.com/app/detail/8913) 安装到目标 Cocos Creator 项目。
|
||||
|
||||
如果要本地开发或使用未发布版本,可以把仓库 clone 或复制到 Cocos 项目的扩展目录:
|
||||
|
||||
```bash
|
||||
cd /path/to/your-cocos-project
|
||||
|
||||
Reference in New Issue
Block a user