Bläddra i källkod

update bob.md (#273)

* update physics

* update input

* update

* update code sharing in getting-help.md

* Export Compliance

* update on file i/o

* pi / 4

* inputs

* forum url

* read only user

* html5 gamepad

* sdk api update

* update

* image properties

* update editor

* defold sdk update

* animation updates

* animation fix

* run as admin

* update bob

* update about AndroidX support

* software render

* linux-faq.md update

* 4.28.2021 updates

* Basis Universal format

* sound & mesh

* gamepad event mapping

* admob url

* Minor edit to building blocks intro text

* update gamepad & ios

* project settings

* libffi version

* scaling

* image compression

* update gamepads

* increase memory

* caching assets

* update 2021/10/6

* update 2021/10/16
blend-modes.md

* update 2021/11/12

* allow dynamic transforms update

* Bundle update

* update faq

* bullet & bob

* script properties update

* editor-styling

* build server url

* editor templates

* spine extension update

* Fix typo in the "optimizations" word in Chinese docs

* Update to material.md - Constants buffers

* Verify Graphics Calls

* H5 parameters

* OpenJDK downloads

* cn update corresponds to [pull 259](https://github.com/defold/doc/pull/259)

* application security

* porting guidelines

* update for 8f1651f

* cn update for 094bf6f

* cn update for 20fdfc5 & 6263317

* cn update for 7/19/2022

* title

* profiling update

* update editor.md

* update bob.md
COCO 3 år sedan
förälder
incheckning
4d23832b28
2 ändrade filer med 9 tillägg och 7 borttagningar
  1. 8 6
      docs/zh/manuals/bob.md
  2. 1 1
      docs/zh/manuals/editor.md

+ 8 - 6
docs/zh/manuals/bob.md

@@ -48,10 +48,10 @@ usage: bob [options] [commands]
 -h,--help                               帮助文档
 -i,--input <arg>                        指定源目录, 默认是当前目录
     --identity <arg>                    指定签名 (iOS)
--k,--keep-unused                        使未使用的资源仍然被打包输出
-    --keystore <arg>                    Android 打包密鑰文件.
-    --keystore-alias <arg>              Android 打包密鑰別名文件路徑.
-    --keystore-pass <arg>               Android 打包密鑰密碼文件路徑.
+-k,--keep-unused                        把未使用资源打包进 output
+-ks,--keystore <arg>                    用来签名 APKs (Android) 的开发密钥
+-ksa,--keystore-alias <arg>             用来签名 APKs (Android) 的密钥证书别名
+-ksp,--keystore-pass <arg>              用来签名 APKs (Android) 的密钥密码
 -l,--liveupdate <arg>                   要在发布后使用热更新功能, 该参数填 yes
 -mp,--mobileprovisioning <arg>          指定 mobileprovisioning profile (iOS)
 -o,--output <arg>                       输出目录. 默认是 "build/default"
@@ -96,7 +96,8 @@ usage: bob [options] [commands]
 
 支持平台和架构:
 
-`x86_64-darwin`
+`x86_64-darwin` (Defold 1.3.5 及更老版本)
+`x86_64-macos` (Defold 1.3.6 及更新版本)
 : macOS 64 bit
 
 `x86_64-win32`
@@ -111,7 +112,8 @@ usage: bob [options] [commands]
 `x86_64-ios`
 : iOS macOS 64 bit (iOS 模拟器)
 
-`armv7-darwin`
+`armv7-darwin` (Defold 1.3.5 及更老版本)
+`armv7-ios` (Defold 1.3.6 及更新版本)
 : iOS 支持 32-bit `armv7-darwin` 和 64-bit `arm64-darwin` 架构. 默认情况下, `--architectures` 参数值为 `armv7-darwin,arm64-darwin`.
 
 `armv7-android`

+ 1 - 1
docs/zh/manuals/editor.md

@@ -114,7 +114,7 @@ Defold 编辑器被划分为许多面板, 或称视图, 以展示和编辑数据
 
   缩放工具坐标轴显示为一组方块. 拖拽中间的方块可以将物体等比缩放 (包括Z轴). 同样也可以沿着 X, Y 和 Z 轴方向, 以及 X-Y , X-Z 和 Y-Z 平面上进行缩放.
 
-可性过滤
+可性过滤
 : 各种组件类型的可视性开关, 包括边界框和基准线.
 
   ![Visibility filters](images/editor/visibilityfilters.png)