Skip to content

Commit d1a7123

Browse files
committed
修正原生插件文档的错误表达
1 parent ad5985a commit d1a7123

File tree

6 files changed

+6
-6
lines changed
  • versions
    • 3.6
      • en/advanced-topics/native-plugins
      • zh/advanced-topics/native-plugins
    • 3.7
      • en/advanced-topics/native-plugins
      • zh/advanced-topics/native-plugins
    • 3.8
      • en/advanced-topics/native-plugins
      • zh/advanced-topics/native-plugins

6 files changed

+6
-6
lines changed

versions/3.6/en/advanced-topics/native-plugins/brief.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ Cocos native projects use CMake for management. Native plugins are managed throu
104104

105105
## Installing and Disabling Native Plugins
106106

107-
Download the created plugin package from [Native Plugin Creation and Usage Example](https://github.com/zhefengzhang/cocos-native-plugins), and choose to extract it to the `extensions` or `native` directory according to project needs.
107+
Download the pre-built plugin package from the [Native Plugin Creation and Usage Example](https://github.com/zhefengzhang/cocos-native-plugins), then select a folder and copy it to the `extensions` or `native` directory according to your project requirements.
108108

109109
If you want to disable the plugin, or disable it only on specific platforms, you can modify the `disabled` and `disable-by-platforms` fields in cc_plugin.json.
110110

versions/3.6/zh/advanced-topics/native-plugins/brief.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ Cocos 原生工程使用 CMake 管理,原生插件会通过 find_package 的
104104

105105
## 安装与关闭原生插件
106106

107-
[原生插件创建与使用示例](https://github.com/zhefengzhang/cocos-native-plugins) 中下载创建好的插件包,根据项目需要选择解压到 `extensions``native` 目录下。
107+
[原生插件创建与使用示例](https://github.com/zhefengzhang/cocos-native-plugins) 中下载创建好的插件包,根据项目需要选择一个文件夹复制到 `extensions``native` 目录下。
108108

109109
如果想关闭插件,或者仅在特地平台关闭,可以修改 cc_plugin.json 中的 `disabled``disable-by-platforms` 字段。
110110

versions/3.7/en/advanced-topics/native-plugins/brief.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ Cocos native projects use CMake for management. Native plugins are managed throu
104104

105105
## Installing and Disabling Native Plugins
106106

107-
Download the created plugin package from [Native Plugin Creation and Usage Example](https://github.com/zhefengzhang/cocos-native-plugins), and choose to extract it to the `extensions` or `native` directory according to project needs.
107+
Download the pre-built plugin package from the [Native Plugin Creation and Usage Example](https://github.com/zhefengzhang/cocos-native-plugins), then select a folder and copy it to the `extensions` or `native` directory according to your project requirements.
108108

109109
If you want to disable the plugin, or disable it only on specific platforms, you can modify the `disabled` and `disable-by-platforms` fields in cc_plugin.json.
110110

versions/3.7/zh/advanced-topics/native-plugins/brief.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ Cocos 原生工程使用 CMake 管理,原生插件会通过 find_package 的
104104

105105
## 安装与关闭原生插件
106106

107-
[原生插件创建与使用示例](https://github.com/zhefengzhang/cocos-native-plugins) 中下载创建好的插件包,根据项目需要选择解压到 `extensions``native` 目录下。
107+
[原生插件创建与使用示例](https://github.com/zhefengzhang/cocos-native-plugins) 中下载创建好的插件包,根据项目需要选择一个文件夹复制到 `extensions``native` 目录下。
108108

109109
如果想关闭插件,或者仅在特地平台关闭,可以修改 cc_plugin.json 中的 `disabled``disable-by-platforms` 字段。
110110

versions/3.8/en/advanced-topics/native-plugins/brief.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ Cocos native projects use CMake for management. Native plugins are managed throu
104104

105105
## Installing and Disabling Native Plugins
106106

107-
Download the created plugin package from [Native Plugin Creation and Usage Example](https://github.com/zhefengzhang/cocos-native-plugins), and choose to extract it to the `extensions` or `native` directory according to project needs.
107+
Download the pre-built plugin package from the [Native Plugin Creation and Usage Example](https://github.com/zhefengzhang/cocos-native-plugins), then select a folder and copy it to the `extensions` or `native` directory according to your project requirements.
108108

109109
If you want to disable the plugin, or disable it only on specific platforms, you can modify the `disabled` and `disable-by-platforms` fields in cc_plugin.json.
110110

versions/3.8/zh/advanced-topics/native-plugins/brief.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ Cocos 原生工程使用 CMake 管理,原生插件会通过 find_package 的
104104

105105
## 安装与关闭原生插件
106106

107-
[原生插件创建与使用示例](https://github.com/zhefengzhang/cocos-native-plugins) 中下载创建好的插件包,根据项目需要选择解压到 `extensions``native` 目录下。
107+
[原生插件创建与使用示例](https://github.com/zhefengzhang/cocos-native-plugins) 中下载创建好的插件包,根据项目需要选择一个文件夹复制到 `extensions``native` 目录下。
108108

109109
如果想关闭插件,或者仅在特地平台关闭,可以修改 cc_plugin.json 中的 `disabled``disable-by-platforms` 字段。
110110

0 commit comments

Comments
 (0)