diff --git a/code/DocsSample/ArkTS/ArkTSRuntime/ArkTSModule/DynamicImport/README.md b/code/DocsSample/ArkTS/ArkTSRuntime/ArkTSModule/DynamicImport/README.md index 27103e4d481be0835d1ca2d4f2f1a52e0cd59c0b..918d2f7d19e35dd73a42f22a87567fef18269e23 100755 --- a/code/DocsSample/ArkTS/ArkTSRuntime/ArkTSModule/DynamicImport/README.md +++ b/code/DocsSample/ArkTS/ArkTSRuntime/ArkTSModule/DynamicImport/README.md @@ -117,7 +117,7 @@ entry/src/ ``` git init git config core.sparsecheckout true -echo code/DocsSample/ArkTs/ArkTSRuntime/ArkTSModule/DynamicImport > .git/info/sparse-checkout +echo code/DocsSample/ArkTS/ArkTSRuntime/ArkTSModule/DynamicImport > .git/info/sparse-checkout git remote add origin https://gitee.com/openharmony/applications_app_samples.git git pull origin master ``` diff --git a/code/DocsSample/ArkTS/ArkTSRuntime/ArkTSModule/JsApisLoadNativeModule/README.md b/code/DocsSample/ArkTS/ArkTSRuntime/ArkTSModule/JsApisLoadNativeModule/README.md index 2003e72710bf80473d1f5ed33f9724627fbc7e03..898e58101eb25763db7c6f0db94769370f1259d7 100755 --- a/code/DocsSample/ArkTS/ArkTSRuntime/ArkTSModule/JsApisLoadNativeModule/README.md +++ b/code/DocsSample/ArkTS/ArkTSRuntime/ArkTSModule/JsApisLoadNativeModule/README.md @@ -67,7 +67,7 @@ entry/src/ ``` git init git config core.sparsecheckout true -echo code/DocsSample/ArkTs/ArkTSRuntime/ArkTSModule/JsApisLoadNativeModule > .git/info/sparse-checkout +echo code/DocsSample/ArkTS/ArkTSRuntime/ArkTSModule/JsApisLoadNativeModule > .git/info/sparse-checkout git remote add origin https://gitee.com/openharmony/applications_app_samples.git git pull origin master ``` diff --git a/code/DocsSample/ArkTS/ArkTSRuntime/ArkTSModule/LazyImport/README.md b/code/DocsSample/ArkTS/ArkTSRuntime/ArkTSModule/LazyImport/README.md index b7924346cfd21f75e73e8561daa70672918a88b4..a2b5003a599c0ec048a7fc9783998b7a7f776142 100755 --- a/code/DocsSample/ArkTS/ArkTSRuntime/ArkTSModule/LazyImport/README.md +++ b/code/DocsSample/ArkTS/ArkTSRuntime/ArkTSModule/LazyImport/README.md @@ -69,7 +69,7 @@ entry/src/ ``` git init git config core.sparsecheckout true -echo code/DocsSample/ArkTs/ArkTSRuntime/ArkTSModule/LazyImport > .git/info/sparse-checkout +echo code/DocsSample/ArkTS/ArkTSRuntime/ArkTSModule/LazyImport > .git/info/sparse-checkout git remote add origin https://gitee.com/openharmony/applications_app_samples.git git pull origin master ``` diff --git a/code/DocsSample/ArkTS/ArkTSRuntime/ArkTSModule/LazyImport/screenshots/LazyImport1.png b/code/DocsSample/ArkTS/ArkTSRuntime/ArkTSModule/LazyImport/screenshots/LazyImport1.png index 81aeae6515fc276ec0e997f3746d03b728248984..a3fdc7e3da94458b1c322301a47e6e0dbd2af9d1 100755 Binary files a/code/DocsSample/ArkTS/ArkTSRuntime/ArkTSModule/LazyImport/screenshots/LazyImport1.png and b/code/DocsSample/ArkTS/ArkTSRuntime/ArkTSModule/LazyImport/screenshots/LazyImport1.png differ diff --git a/code/DocsSample/ArkTS/ArkTSRuntime/ArkTSModule/LazyImport/screenshots/LazyImport2.png b/code/DocsSample/ArkTS/ArkTSRuntime/ArkTSModule/LazyImport/screenshots/LazyImport2.png index adbef8e2c492774f5b0f2e49e29b09fae8cb5236..f12428b5481565cffc87b0bb98b8a485dd9f43fb 100755 Binary files a/code/DocsSample/ArkTS/ArkTSRuntime/ArkTSModule/LazyImport/screenshots/LazyImport2.png and b/code/DocsSample/ArkTS/ArkTSRuntime/ArkTSModule/LazyImport/screenshots/LazyImport2.png differ diff --git a/code/DocsSample/ArkTS/ArkTSRuntime/ArkTSModule/ModuleLoadingSideEffects/README.md b/code/DocsSample/ArkTS/ArkTSRuntime/ArkTSModule/ModuleLoadingSideEffects/README.md index 5e1af3594e62b0ee6777cccf88f9a833b8d6b37b..07215b3a24020be0cdf40574a1ddd6671c5bdeb3 100755 --- a/code/DocsSample/ArkTS/ArkTSRuntime/ArkTSModule/ModuleLoadingSideEffects/README.md +++ b/code/DocsSample/ArkTS/ArkTSRuntime/ArkTSModule/ModuleLoadingSideEffects/README.md @@ -71,7 +71,7 @@ entry/src/ ``` git init git config core.sparsecheckout true -echo code/DocsSample/ArkTs/ArkTSRuntime/ArkTSModule/ModuleLoadingSideEffects > .git/info/sparse-checkout +echo code/DocsSample/ArkTS/ArkTSRuntime/ArkTSModule/ModuleLoadingSideEffects > .git/info/sparse-checkout git remote add origin https://gitee.com/openharmony/applications_app_samples.git git pull origin master ``` diff --git a/code/DocsSample/ArkTS/ArkTsConcurrent/AsyncConcurrencyOverview/README.md b/code/DocsSample/ArkTS/ArkTsConcurrent/AsyncConcurrencyOverview/README.md index 8e17cab11e26b306b384d81c2c2950802625b09e..a55e44d22762c4e1d4e66556c03fe9279c4b238c 100755 --- a/code/DocsSample/ArkTS/ArkTsConcurrent/AsyncConcurrencyOverview/README.md +++ b/code/DocsSample/ArkTS/ArkTsConcurrent/AsyncConcurrencyOverview/README.md @@ -10,8 +10,8 @@ Promise和async/await提供异步并发能力,是标准的JS异步语法。异 ### 效果预览 -| 首页 | 执行及结果即时反馈 | -| :----------------------------------------------------------: | :----------------------------------------------------------: | +| 首页 | 执行及结果即时反馈 | +| :--------------------------------------------------------------------------: | :--------------------------------------------------------------------------: | | | | ### 使用说明 @@ -57,10 +57,10 @@ entry/src/ 如需单独下载本工程,执行如下命令: -```` +``` git init git config core.sparsecheckout true -echo code/DocsSample/ArkTs/ArkTsConcurrent/AsyncConcurrencyOverview > .git/info/sparse-checkout +echo code/DocsSample/ArkTS/ArkTsConcurrent/AsyncConcurrencyOverview > .git/info/sparse-checkout git remote add origin https://gitee.com/openharmony/applications_app_samples.git git pull origin master -```` \ No newline at end of file +``` diff --git a/code/DocsSample/ArkTS/ArkTsConcurrent/ConcurrentThreadCommunication/InterThreadCommunicationObjects/CommunicationObjects/README.md b/code/DocsSample/ArkTS/ArkTsConcurrent/ConcurrentThreadCommunication/InterThreadCommunicationObjects/CommunicationObjects/README.md index d01e95dbbeb804f4a969036abbd6de53dce4771f..a76f6a51e40c6dde842a173b35c214a6130e4537 100755 --- a/code/DocsSample/ArkTS/ArkTsConcurrent/ConcurrentThreadCommunication/InterThreadCommunicationObjects/CommunicationObjects/README.md +++ b/code/DocsSample/ArkTS/ArkTsConcurrent/ConcurrentThreadCommunication/InterThreadCommunicationObjects/CommunicationObjects/README.md @@ -27,8 +27,8 @@ Transferable对象(也称为NativeBinding对象)指的是一个JS对象, ### 效果预览 -| 首页 | 执行及结果即时反馈 | -| :----------------------------------------------------------: | :----------------------------------------------------------: | +| 首页 | 执行及结果即时反馈 | +| :-----------------------------------------------------------------------: | :-----------------------------------------------------------------------: | | | | ### 使用说明 @@ -84,10 +84,10 @@ entry/src/ 如需单独下载本工程,执行如下命令: -```` +``` git init git config core.sparsecheckout true -echo code/DocsSample/ArkTs/ArkTsConcurrent/ConcurrentThreadCommunication/InterThreadCommunicationObjects/CommunicationObjects > .git/info/sparse-checkout +echo code/DocsSample/ArkTS/ArkTsConcurrent/ConcurrentThreadCommunication/InterThreadCommunicationObjects/CommunicationObjects > .git/info/sparse-checkout git remote add origin https://gitee.com/openharmony/applications_app_samples.git git pull origin master -```` \ No newline at end of file +``` diff --git a/code/DocsSample/ArkTS/ArkTsConcurrent/ConcurrentThreadCommunication/InterThreadCommunicationObjects/SendableObject/RulesAndRestrictions/README.md b/code/DocsSample/ArkTS/ArkTsConcurrent/ConcurrentThreadCommunication/InterThreadCommunicationObjects/SendableObject/RulesAndRestrictions/README.md index 13b3282247804dda7e5bb6536bda12a68224a1f3..12b1ecc27e1bd25c8d5edbcd20a9055d5c0f74bc 100755 --- a/code/DocsSample/ArkTS/ArkTsConcurrent/ConcurrentThreadCommunication/InterThreadCommunicationObjects/SendableObject/RulesAndRestrictions/README.md +++ b/code/DocsSample/ArkTS/ArkTsConcurrent/ConcurrentThreadCommunication/InterThreadCommunicationObjects/SendableObject/RulesAndRestrictions/README.md @@ -6,8 +6,8 @@ ### 效果预览 -| 首页 | 执行及结果即时反馈 | -| :----------------------------------------------------------: | :----------------------------------------------------------: | +| 首页 | 执行及结果即时反馈 | +| :-----------------------------------------------------------------------: | :-----------------------------------------------------------------------: | | | | ### 使用说明 @@ -172,10 +172,10 @@ variablesupport/src/ 如需单独下载本工程,执行如下命令: -```` +``` git init git config core.sparsecheckout true -echo code/DocsSample/ArkTs/ArkTsConcurrent/ConcurrentThreadCommunication/InterThreadCommunicationObjects/SendableObject/RulesAndRestrictions > .git/info/sparse-checkout +echo code/DocsSample/ArkTS/ArkTsConcurrent/ConcurrentThreadCommunication/InterThreadCommunicationObjects/SendableObject/RulesAndRestrictions > .git/info/sparse-checkout git remote add origin https://gitee.com/openharmony/applications_app_samples.git git pull origin master -```` \ No newline at end of file +``` diff --git a/code/DocsSample/ArkTS/ArkTsConcurrent/ConcurrentThreadCommunication/InterThreadCommunicationObjects/SendableObject/SendableObjectIntroduction/README.md b/code/DocsSample/ArkTS/ArkTsConcurrent/ConcurrentThreadCommunication/InterThreadCommunicationObjects/SendableObject/SendableObjectIntroduction/README.md index 226690ade5ccc8391831e32b308ae91666928637..4ce894b8899ff9914ed7e4cd94af99d27cdee0ec 100755 --- a/code/DocsSample/ArkTS/ArkTsConcurrent/ConcurrentThreadCommunication/InterThreadCommunicationObjects/SendableObject/SendableObjectIntroduction/README.md +++ b/code/DocsSample/ArkTS/ArkTsConcurrent/ConcurrentThreadCommunication/InterThreadCommunicationObjects/SendableObject/SendableObjectIntroduction/README.md @@ -10,8 +10,8 @@ ### 效果预览 -| 首页 | 执行及结果即时反馈 | -| :----------------------------------------------------------: | :----------------------------------------------------------: | +| 首页 | 执行及结果即时反馈 | +| :-----------------------------------------------------------------------------: | :-----------------------------------------------------------------------------: | | | | ### 使用说明 @@ -65,10 +65,10 @@ entry/src/ 如需单独下载本工程,执行如下命令: -```` +``` git init git config core.sparsecheckout true -echo code/DocsSample/ArkTs/ArkTsConcurrent/ConcurrentThreadCommunication/InterThreadCommunicationObjects/SendableObject/SendableObjectIntroduction > .git/info/sparse-checkout +echo code/DocsSample/ArkTS/ArkTsConcurrent/ConcurrentThreadCommunication/InterThreadCommunicationObjects/SendableObject/SendableObjectIntroduction > .git/info/sparse-checkout git remote add origin https://gitee.com/openharmony/applications_app_samples.git git pull origin master -```` \ No newline at end of file +``` diff --git a/code/DocsSample/ArkTS/ArkTsConcurrent/ConcurrentThreadCommunication/InterThreadCommunicationObjects/SendableObject/SendableObjectRelated/README.md b/code/DocsSample/ArkTS/ArkTsConcurrent/ConcurrentThreadCommunication/InterThreadCommunicationObjects/SendableObject/SendableObjectRelated/README.md index c779b9c44fd1938265c8880b3b7be5a691814235..e7fd1b2ab48f815c3361553d504b2233e33d01c8 100755 --- a/code/DocsSample/ArkTS/ArkTsConcurrent/ConcurrentThreadCommunication/InterThreadCommunicationObjects/SendableObject/SendableObjectRelated/README.md +++ b/code/DocsSample/ArkTS/ArkTsConcurrent/ConcurrentThreadCommunication/InterThreadCommunicationObjects/SendableObject/SendableObjectRelated/README.md @@ -42,8 +42,8 @@ Sendable对象支持冻结操作,冻结后的对象变成只读对象,不能 ### 效果预览 -| 首页 | 执行及结果即时反馈 | -| :----------------------------------------------------------: | :----------------------------------------------------------: | +| 首页 | 执行及结果即时反馈 | +| :------------------------------------------------------------------------: | :------------------------------------------------------------------------: | | | | ### 使用说明 @@ -103,10 +103,10 @@ entry/src/ 如需单独下载本工程,执行如下命令: -```` +``` git init git config core.sparsecheckout true -echo code/DocsSample/ArkTs/ArkTsConcurrent/ConcurrentThreadCommunication/InterThreadCommunicationObjects/SendableObject/SendableObjectRelated > .git/info/sparse-checkout +echo code/DocsSample/ArkTS/ArkTsConcurrent/ConcurrentThreadCommunication/InterThreadCommunicationObjects/SendableObject/SendableObjectRelated > .git/info/sparse-checkout git remote add origin https://gitee.com/openharmony/applications_app_samples.git git pull origin master -```` \ No newline at end of file +``` diff --git a/code/DocsSample/ArkTS/ArkTsConcurrent/ConcurrentThreadCommunication/InterThreadCommunicationObjects/SendableObject/SendableScenarios/README.md b/code/DocsSample/ArkTS/ArkTsConcurrent/ConcurrentThreadCommunication/InterThreadCommunicationObjects/SendableObject/SendableScenarios/README.md index e2db0e7115a0075f82e8ed4388a6809b7d2855c5..f0593a3f58d425babd87989180877085e9cb96a0 100755 --- a/code/DocsSample/ArkTS/ArkTsConcurrent/ConcurrentThreadCommunication/InterThreadCommunicationObjects/SendableObject/SendableScenarios/README.md +++ b/code/DocsSample/ArkTS/ArkTsConcurrent/ConcurrentThreadCommunication/InterThreadCommunicationObjects/SendableObject/SendableScenarios/README.md @@ -13,8 +13,8 @@ Sendable对象可以在不同并发实例间通过引用传递。通过引用传 ### 效果预览 -| bigdata模块 | crossconcurrency模块 | -| :----------------------------------------------------------: | :----------------------------------------------------------: | +| bigdata模块 | crossconcurrency模块 | +| :--------------------------------------------------------------------: | :--------------------------------------------------------------------: | | | | ### 使用说明 @@ -76,10 +76,10 @@ bigdata/src/ 如需单独下载本工程,执行如下命令: -```` +``` git init git config core.sparsecheckout true -echo code/DocsSample/ArkTs/ArkTsConcurrent/ConcurrentThreadCommunication/InterThreadCommunicationObjects/SendableObject/SendableScenarios > .git/info/sparse-checkout +echo code/DocsSample/ArkTS/ArkTsConcurrent/ConcurrentThreadCommunication/InterThreadCommunicationObjects/SendableObject/SendableScenarios > .git/info/sparse-checkout git remote add origin https://gitee.com/openharmony/applications_app_samples.git git pull origin master -```` \ No newline at end of file +``` diff --git a/code/DocsSample/ArkTS/ArkTsConcurrent/MultithreadedConcurrency/MultiThreadConcurrencyOverview/README.md b/code/DocsSample/ArkTS/ArkTsConcurrent/MultithreadedConcurrency/MultiThreadConcurrencyOverview/README.md index 16920a8501e45c5c9e8d0c0b1b01bc94900ac96f..2aa3150c75fbb89ac8e407f6d7ba3b2123091853 100755 --- a/code/DocsSample/ArkTS/ArkTsConcurrent/MultithreadedConcurrency/MultiThreadConcurrencyOverview/README.md +++ b/code/DocsSample/ArkTS/ArkTsConcurrent/MultithreadedConcurrency/MultiThreadConcurrencyOverview/README.md @@ -16,8 +16,8 @@ Actor并发模型和内存共享并发模型的具体对比请见[多线程并 ### 效果预览 -| 首页 | 执行及结果即时反馈 | -| :----------------------------------------------------------: | :----------------------------------------------------------: | +| 首页 | 执行及结果即时反馈 | +| :---------------------------------------------------------------------------------: | :---------------------------------------------------------------------------------: | | | | ### 使用说明 @@ -63,10 +63,10 @@ entry/src/ 如需单独下载本工程,执行如下命令: -```` +``` git init git config core.sparsecheckout true -echo code/DocsSample/ArkTs/ArkTsConcurrent/MultithreadedConcurrency/MultiThreadConcurrencyOverview > .git/info/sparse-checkout +echo code/DocsSample/ArkTS/ArkTsConcurrent/MultithreadedConcurrency/MultiThreadConcurrencyOverview > .git/info/sparse-checkout git remote add origin https://gitee.com/openharmony/applications_app_samples.git git pull origin master -```` \ No newline at end of file +``` diff --git a/code/DocsSample/ArkTS/ArkTsConcurrent/MultithreadedConcurrency/TaskPoolIntroduction/README.md b/code/DocsSample/ArkTS/ArkTsConcurrent/MultithreadedConcurrency/TaskPoolIntroduction/README.md index aa74a6fc4bcd12edca2418922539f2d9d7d22b5a..c1e6e55e7169fccdb661e3706d5843b8aaba10ce 100755 --- a/code/DocsSample/ArkTS/ArkTsConcurrent/MultithreadedConcurrency/TaskPoolIntroduction/README.md +++ b/code/DocsSample/ArkTS/ArkTsConcurrent/MultithreadedConcurrency/TaskPoolIntroduction/README.md @@ -10,8 +10,8 @@ ### 效果预览 -| 首页 | 执行及结果即时反馈 | -| :----------------------------------------------------------: | :----------------------------------------------------------: | +| 首页 | 执行及结果即时反馈 | +| :-----------------------------------------------------------------------: | :-----------------------------------------------------------------------: | | | | ### 使用说明 @@ -66,10 +66,10 @@ entry/src/ 如需单独下载本工程,执行如下命令: -```` +``` git init git config core.sparsecheckout true -echo code/DocsSample/ArkTs/ArkTsConcurrent/MultithreadedConcurrency/TaskPoolIntroduction > .git/info/sparse-checkout +echo code/DocsSample/ArkTS/ArkTsConcurrent/MultithreadedConcurrency/TaskPoolIntroduction > .git/info/sparse-checkout git remote add origin https://gitee.com/openharmony/applications_app_samples.git git pull origin master -```` \ No newline at end of file +``` diff --git a/code/DocsSample/ArkTS/ArkTsConcurrent/MultithreadedConcurrency/WorkerIntroduction/README.md b/code/DocsSample/ArkTS/ArkTsConcurrent/MultithreadedConcurrency/WorkerIntroduction/README.md index 88a673e8cb79d476ee714879782e66a87397f2fd..df1f029f16840673d5e6e1707aa0fbff026619d6 100755 --- a/code/DocsSample/ArkTS/ArkTsConcurrent/MultithreadedConcurrency/WorkerIntroduction/README.md +++ b/code/DocsSample/ArkTS/ArkTsConcurrent/MultithreadedConcurrency/WorkerIntroduction/README.md @@ -10,8 +10,8 @@ Worker主要作用是为应用程序提供一个多线程的运行环境,可 ### 效果预览 -| 首页 | 执行及结果即时反馈 | -| :----------------------------------------------------------: | :----------------------------------------------------------: | +| 首页 | 执行及结果即时反馈 | +| :---------------------------------------------------------------------: | :---------------------------------------------------------------------: | | | | ### 使用说明 @@ -77,10 +77,10 @@ entry/src/ 如需单独下载本工程,执行如下命令: -```` +``` git init git config core.sparsecheckout true -echo code/DocsSample/ArkTs/ArkTsConcurrent/MultithreadedConcurrency/WorkerIntroduction > .git/info/sparse-checkout +echo code/DocsSample/ArkTS/ArkTsConcurrent/MultithreadedConcurrency/WorkerIntroduction > .git/info/sparse-checkout git remote add origin https://gitee.com/openharmony/applications_app_samples.git git pull origin master -```` \ No newline at end of file +``` diff --git a/code/DocsSample/ArkTS/JSVMAPI/JsvmDebug/README.md b/code/DocsSample/ArkTS/JSVMAPI/JsvmDebug/README.md index ed914e07b0a5fdfd09a23f3b02856653dffdcef2..4a266ec961d3ae23d698348eadc559a9d41e8072 100755 --- a/code/DocsSample/ArkTS/JSVMAPI/JsvmDebug/README.md +++ b/code/DocsSample/ArkTS/JSVMAPI/JsvmDebug/README.md @@ -31,14 +31,13 @@ aboutcodecache/src/ ├── main │ ├── cpp │ │ ├── types - │ │ │ ├── libentry + │ │ │ ├── libaboutcodecache │ │ │ │ ├── Index.d.ts // 提供JS侧的接口方法 │ │ │ │ ├── oh-package.json5 // 将index.d.ts与cpp文件关联 │ │ ├── CMakeLists.txt // 配置CMake打包参数 │ │ ├── hello.cpp // 实现Native侧的runTest接口 │ ├── ets - │ │ ├── entryability - │ │ ├── entrybackupability + │ │ ├── aboutcodecacheability │ │ ├── pages │ │ ├── Index.ets // ArkTS侧调用C/C++方法实现 │ ├── module.json5 @@ -71,14 +70,13 @@ snapshot/src/ ├── main │ ├── cpp │ │ ├── types - │ │ │ ├── libentry + │ │ │ ├── libsnapshot │ │ │ │ ├── Index.d.ts // 提供JS侧的接口方法 │ │ │ │ ├── oh-package.json5 // 将index.d.ts与cpp文件关 │ │ ├── CMakeLists.txt // 配置CMake打包参数 │ │ ├── hello.cpp // 实现Native侧的runTest接 │ ├── ets - │ │ ├── entryability - │ │ ├── entrybackupability + │ │ ├── snapshotability │ │ ├── pages │ │ ├── Index.ets // ArkTS侧调用C/C++方法实现 │ ├── module.json5 @@ -91,14 +89,13 @@ runtimetask/src/ ├── main │ ├── cpp │ │ ├── types - │ │ │ ├── libentry + │ │ │ ├── libruntimetask │ │ │ │ ├── Index.d.ts // 提供JS侧的接口方法 │ │ │ │ ├── oh-package.json5 // 将index.d.ts与cpp文件关 │ │ ├── CMakeLists.txt // 配置CMake打包参数 │ │ ├── hello.cpp // 实现Native侧的runTest接 │ ├── ets - │ │ ├── entryability - │ │ ├── entrybackupability + │ │ ├── runtimetaskability │ │ ├── pages │ │ ├── Index.ets // ArkTS侧调用C/C++方法实现 │ ├── module.json5 @@ -132,7 +129,7 @@ runtimetask/src/ ``` git init git config core.sparsecheckout true -echo code/DocsSample/ArkTs/JSVMAPI/JsvmDebug > .git/info/sparse-checkout +echo code/DocsSample/ArkTS/JSVMAPI/JsvmDebug > .git/info/sparse-checkout git remote add origin https://gitee.com/openharmony/applications_app_samples.git git pull origin master ``` diff --git a/code/DocsSample/ArkTS/JSVMAPI/JsvmProcess/README.md b/code/DocsSample/ArkTS/JSVMAPI/JsvmProcess/README.md index 3b5babcca6f31ae62883b2cc11c18512a20e7643..b31390a4d625f2627542aa0f4fccde2135ae05b5 100755 --- a/code/DocsSample/ArkTS/JSVMAPI/JsvmProcess/README.md +++ b/code/DocsSample/ArkTS/JSVMAPI/JsvmProcess/README.md @@ -19,7 +19,7 @@ ### 使用说明 -1. 在主界面,可以点击hello world,开始执行。 +1. 在主界面,可以点击Hello World,开始执行。 2. 执行结果会即时反馈在屏幕中央,并在控制台打印log。 ### 工程目录 @@ -70,7 +70,7 @@ entry/src/ ``` git init git config core.sparsecheckout true -echo code/DocsSample/ArkTs/JSVMAPI/JsvmProcess > .git/info/sparse-checkout +echo code/DocsSample/ArkTS/JSVMAPI/JsvmProcess > .git/info/sparse-checkout git remote add origin https://gitee.com/openharmony/applications_app_samples.git git pull origin master ``` diff --git a/code/DocsSample/ArkTS/JSVMAPI/JsvmUsageGuide/JsvmAboutArray/README.md b/code/DocsSample/ArkTS/JSVMAPI/JsvmUsageGuide/JsvmAboutArray/README.md index 5a5a98bfc284f5cfc015e74e2d7500454c975321..d9447e4fb9a576f59546d4db35d346ac3e0dc66b 100755 --- a/code/DocsSample/ArkTS/JSVMAPI/JsvmUsageGuide/JsvmAboutArray/README.md +++ b/code/DocsSample/ArkTS/JSVMAPI/JsvmUsageGuide/JsvmAboutArray/README.md @@ -46,14 +46,13 @@ createarraywithlength/src/ ├── main │ ├── cpp │ │ ├── types - │ │ │ ├── libentry + │ │ │ ├── libcreatearraywithlength │ │ │ │ ├── Index.d.ts // 提供JS侧的接口方法 │ │ │ │ ├── oh-package.json5 // 将index.d.ts与cpp文件关联 │ │ ├── CMakeLists.txt // 配置CMake打包参数 │ │ ├── hello.cpp // 实现Native侧的runTest接口 │ ├── ets - │ │ ├── entryability - │ │ ├── entrybackupability + │ │ ├── createarraywithlengthability │ │ ├── pages │ │ ├── Index.ets // ArkTS侧调用C/C++方法实现 │ ├── module.json5 @@ -66,14 +65,13 @@ createdataview/src/ ├── main │ ├── cpp │ │ ├── types - │ │ │ ├── libentry + │ │ │ ├── libcreatedataview │ │ │ │ ├── Index.d.ts // 提供JS侧的接口方法 │ │ │ │ ├── oh-package.json5 // 将index.d.ts与cpp文件关 │ │ ├── CMakeLists.txt // 配置CMake打包参数 │ │ ├── hello.cpp // 实现Native侧的runTest接 │ ├── ets - │ │ ├── entryability - │ │ ├── entrybackupability + │ │ ├── createdataviewability │ │ ├── pages │ │ ├── Index.ets // ArkTS侧调用C/C++方法实现 │ ├── module.json5 @@ -86,14 +84,13 @@ createtypedarray/src/ ├── main │ ├── cpp │ │ ├── types - │ │ │ ├── libentry + │ │ │ ├── libcreatetypedarray │ │ │ │ ├── Index.d.ts // 提供JS侧的接口方法 │ │ │ │ ├── oh-package.json5 // 将index.d.ts与cpp文件关 │ │ ├── CMakeLists.txt // 配置CMake打包参数 │ │ ├── hello.cpp // 实现Native侧的runTest接 │ ├── ets - │ │ ├── entryability - │ │ ├── entrybackupability + │ │ ├── createtypedarrayability │ │ ├── pages │ │ ├── Index.ets // ArkTS侧调用C/C++方法实现 │ ├── module.json5 @@ -106,14 +103,13 @@ deleteelement/src/ ├── main │ ├── cpp │ │ ├── types - │ │ │ ├── libentry + │ │ │ ├── libdeleteelement │ │ │ │ ├── Index.d.ts // 提供JS侧的接口方法 │ │ │ │ ├── oh-package.json5 // 将index.d.ts与cpp文件关 │ │ ├── CMakeLists.txt // 配置CMake打包参数 │ │ ├── hello.cpp // 实现Native侧的runTest接 │ ├── ets - │ │ ├── entryability - │ │ ├── entrybackupability + │ │ ├── deleteelementability │ │ ├── pages │ │ ├── Index.ets // ArkTS侧调用C/C++方法实现 │ ├── module.json5 @@ -126,14 +122,13 @@ getarraylength/src/ ├── main │ ├── cpp │ │ ├── types - │ │ │ ├── libentry + │ │ │ ├── libgetarraylength │ │ │ │ ├── Index.d.ts // 提供JS侧的接口方法 │ │ │ │ ├── oh-package.json5 // 将index.d.ts与cpp文件关 │ │ ├── CMakeLists.txt // 配置CMake打包参数 │ │ ├── hello.cpp // 实现Native侧的runTest接 │ ├── ets - │ │ ├── entryability - │ │ ├── entrybackupability + │ │ ├── getarraylengthability │ │ ├── pages │ │ ├── Index.ets // ArkTS侧调用C/C++方法实现 │ ├── module.json5 @@ -146,14 +141,13 @@ getdataviewinfo/src/ ├── main │ ├── cpp │ │ ├── types - │ │ │ ├── libentry + │ │ │ ├── libgetdataviewinfo │ │ │ │ ├── Index.d.ts // 提供JS侧的接口方法 │ │ │ │ ├── oh-package.json5 // 将index.d.ts与cpp文件关 │ │ ├── CMakeLists.txt // 配置CMake打包参数 │ │ ├── hello.cpp // 实现Native侧的runTest接 │ ├── ets - │ │ ├── entryability - │ │ ├── entrybackupability + │ │ ├── getdataviewinfoability │ │ ├── pages │ │ ├── Index.ets // ArkTS侧调用C/C++方法实现 │ ├── module.json5 @@ -166,14 +160,13 @@ getelement/src/ ├── main │ ├── cpp │ │ ├── types - │ │ │ ├── libentry + │ │ │ ├── libgetelement │ │ │ │ ├── Index.d.ts // 提供JS侧的接口方法 │ │ │ │ ├── oh-package.json5 // 将index.d.ts与cpp文件关 │ │ ├── CMakeLists.txt // 配置CMake打包参数 │ │ ├── hello.cpp // 实现Native侧的runTest接 │ ├── ets - │ │ ├── entryability - │ │ ├── entrybackupability + │ │ ├── getelementability │ │ ├── pages │ │ ├── Index.ets // ArkTS侧调用C/C++方法实现 │ ├── module.json5 @@ -186,14 +179,13 @@ gettypedarrayinfo/src/ ├── main │ ├── cpp │ │ ├── types - │ │ │ ├── libentry + │ │ │ ├── libgettypedarrayinfo │ │ │ │ ├── Index.d.ts // 提供JS侧的接口方法 │ │ │ │ ├── oh-package.json5 // 将index.d.ts与cpp文件关 │ │ ├── CMakeLists.txt // 配置CMake打包参数 │ │ ├── hello.cpp // 实现Native侧的runTest接 │ ├── ets - │ │ ├── entryability - │ │ ├── entrybackupability + │ │ ├── gettypedarrayinfoability │ │ ├── pages │ │ ├── Index.ets // ArkTS侧调用C/C++方法实现 │ ├── module.json5 @@ -206,14 +198,13 @@ haselement/src/ ├── main │ ├── cpp │ │ ├── types - │ │ │ ├── libentry + │ │ │ ├── libhaselement │ │ │ │ ├── Index.d.ts // 提供JS侧的接口方法 │ │ │ │ ├── oh-package.json5 // 将index.d.ts与cpp文件关 │ │ ├── CMakeLists.txt // 配置CMake打包参数 │ │ ├── hello.cpp // 实现Native侧的runTest接 │ ├── ets - │ │ ├── entryability - │ │ ├── entrybackupability + │ │ ├── haselementability │ │ ├── pages │ │ ├── Index.ets // ArkTS侧调用C/C++方法实现 │ ├── module.json5 @@ -226,14 +217,13 @@ isarray/src/ ├── main │ ├── cpp │ │ ├── types - │ │ │ ├── libentry + │ │ │ ├── libisarray │ │ │ │ ├── Index.d.ts // 提供JS侧的接口方法 │ │ │ │ ├── oh-package.json5 // 将index.d.ts与cpp文件关 │ │ ├── CMakeLists.txt // 配置CMake打包参数 │ │ ├── hello.cpp // 实现Native侧的runTest接 │ ├── ets - │ │ ├── entryability - │ │ ├── entrybackupability + │ │ ├── isarrayability │ │ ├── pages │ │ ├── Index.ets // ArkTS侧调用C/C++方法实现 │ ├── module.json5 @@ -246,14 +236,13 @@ isdataview/src/ ├── main │ ├── cpp │ │ ├── types - │ │ │ ├── libentry + │ │ │ ├── libisdataview │ │ │ │ ├── Index.d.ts // 提供JS侧的接口方法 │ │ │ │ ├── oh-package.json5 // 将index.d.ts与cpp文件关 │ │ ├── CMakeLists.txt // 配置CMake打包参数 │ │ ├── hello.cpp // 实现Native侧的runTest接 │ ├── ets - │ │ ├── entryability - │ │ ├── entrybackupability + │ │ ├── isdataviewability │ │ ├── pages │ │ ├── Index.ets // ArkTS侧调用C/C++方法实现 │ ├── module.json5 @@ -266,14 +255,13 @@ istypedarray/src/ ├── main │ ├── cpp │ │ ├── types - │ │ │ ├── libentry + │ │ │ ├── libistypedarray │ │ │ │ ├── Index.d.ts // 提供JS侧的接口方法 │ │ │ │ ├── oh-package.json5 // 将index.d.ts与cpp文件关 │ │ ├── CMakeLists.txt // 配置CMake打包参数 │ │ ├── hello.cpp // 实现Native侧的runTest接 │ ├── ets - │ │ ├── entryability - │ │ ├── entrybackupability + │ │ ├── istypedarrayability │ │ ├── pages │ │ ├── Index.ets // ArkTS侧调用C/C++方法实现 │ ├── module.json5 @@ -286,14 +274,13 @@ setelement/src/ ├── main │ ├── cpp │ │ ├── types - │ │ │ ├── libentry + │ │ │ ├── libsetelement │ │ │ │ ├── Index.d.ts // 提供JS侧的接口方法 │ │ │ │ ├── oh-package.json5 // 将index.d.ts与cpp文件关 │ │ ├── CMakeLists.txt // 配置CMake打包参数 │ │ ├── hello.cpp // 实现Native侧的runTest接 │ ├── ets - │ │ ├── entryability - │ │ ├── entrybackupability + │ │ ├── setelementability │ │ ├── pages │ │ ├── Index.ets // ArkTS侧调用C/C++方法实现 │ ├── module.json5 @@ -327,7 +314,7 @@ setelement/src/ ``` git init git config core.sparsecheckout true -echo code/DocsSample/ArkTs/JSVMAPI/JsvmUsageGuide/JsvmAboutArray > .git/info/sparse-checkout +echo code/DocsSample/ArkTS/JSVMAPI/JsvmUsageGuide/JsvmAboutArray > .git/info/sparse-checkout git remote add origin https://gitee.com/openharmony/applications_app_samples.git git pull origin master ``` diff --git a/code/DocsSample/ArkTS/JSVMAPI/JsvmUsageGuide/JsvmAboutArraybuffer/README.md b/code/DocsSample/ArkTS/JSVMAPI/JsvmUsageGuide/JsvmAboutArraybuffer/README.md index 15dd8d20443600c5173aa1172f7ac44d7670c1b2..4a440478de6c155f282d7c4192fa5055515a25a2 100755 --- a/code/DocsSample/ArkTS/JSVMAPI/JsvmUsageGuide/JsvmAboutArraybuffer/README.md +++ b/code/DocsSample/ArkTS/JSVMAPI/JsvmUsageGuide/JsvmAboutArraybuffer/README.md @@ -26,14 +26,13 @@ createarraybuffer/src/ ├── main │ ├── cpp │ │ ├── types - │ │ │ ├── libentry + │ │ │ ├── libcreatearraybuffer │ │ │ │ ├── Index.d.ts // 提供JS侧的接口方法 │ │ │ │ ├── oh-package.json5 // 将index.d.ts与cpp文件关联 │ │ ├── CMakeLists.txt // 配置CMake打包参数 │ │ ├── hello.cpp // 实现Native侧的runTest接口 │ ├── ets - │ │ ├── entryability - │ │ ├── entrybackupability + │ │ ├── createarraybufferability │ │ ├── pages │ │ ├── Index.ets // ArkTS侧调用C/C++方法实现 │ ├── module.json5 @@ -66,14 +65,13 @@ isarraybuffer/src/ ├── main │ ├── cpp │ │ ├── types - │ │ │ ├── libentry + │ │ │ ├── libisarraybuffer │ │ │ │ ├── Index.d.ts // 提供JS侧的接口方法 │ │ │ │ ├── oh-package.json5 // 将index.d.ts与cpp文件关 │ │ ├── CMakeLists.txt // 配置CMake打包参数 │ │ ├── hello.cpp // 实现Native侧的runTest接 │ ├── ets - │ │ ├── entryability - │ │ ├── entrybackupability + │ │ ├── isarraybufferability │ │ ├── pages │ │ ├── Index.ets // ArkTS侧调用C/C++方法实现 │ ├── module.json5 @@ -86,14 +84,13 @@ isdetachedarraybuffer/src/ ├── main │ ├── cpp │ │ ├── types - │ │ │ ├── libentry + │ │ │ ├── libisdetachedarraybuffer │ │ │ │ ├── Index.d.ts // 提供JS侧的接口方法 │ │ │ │ ├── oh-package.json5 // 将index.d.ts与cpp文件关 │ │ ├── CMakeLists.txt // 配置CMake打包参数 │ │ ├── hello.cpp // 实现Native侧的runTest接 │ ├── ets - │ │ ├── entryability - │ │ ├── entrybackupability + │ │ ├── isdetachedarraybufferability │ │ ├── pages │ │ ├── Index.ets // ArkTS侧调用C/C++方法实现 │ ├── module.json5 @@ -127,7 +124,7 @@ isdetachedarraybuffer/src/ ``` git init git config core.sparsecheckout true -echo code/DocsSample/ArkTs/JSVMAPI/JsvmUsageGuide/JsvmAboutArraybuffer > .git/info/sparse-checkout +echo code/DocsSample/ArkTS/JSVMAPI/JsvmUsageGuide/JsvmAboutArraybuffer > .git/info/sparse-checkout git remote add origin https://gitee.com/openharmony/applications_app_samples.git git pull origin master ``` diff --git a/code/DocsSample/ArkTS/JSVMAPI/JsvmUsageGuide/JsvmAboutBigint/README.md b/code/DocsSample/ArkTS/JSVMAPI/JsvmUsageGuide/JsvmAboutBigint/README.md index 63b4751b257c8e9e00634fd01ab4095b56fd50a3..0121873cd0087b45d807f1693d892fdfa9b86ba6 100755 --- a/code/DocsSample/ArkTS/JSVMAPI/JsvmUsageGuide/JsvmAboutBigint/README.md +++ b/code/DocsSample/ArkTS/JSVMAPI/JsvmUsageGuide/JsvmAboutBigint/README.md @@ -26,14 +26,13 @@ createbigintint64/src/ ├── main │ ├── cpp │ │ ├── types - │ │ │ ├── libentry + │ │ │ ├── libcreatebigintint64 │ │ │ │ ├── Index.d.ts // 提供JS侧的接口方法 │ │ │ │ ├── oh-package.json5 // 将index.d.ts与cpp文件关联 │ │ ├── CMakeLists.txt // 配置CMake打包参数 │ │ ├── hello.cpp // 实现Native侧的runTest接口 │ ├── ets - │ │ ├── entryability - │ │ ├── entrybackupability + │ │ ├── createbigintint64ability │ │ ├── pages │ │ ├── Index.ets // ArkTS侧调用C/C++方法实现 │ ├── module.json5 @@ -46,14 +45,13 @@ createbigintuint64/src/ ├── main │ ├── cpp │ │ ├── types - │ │ │ ├── libentry + │ │ │ ├── libcreatebigintuint64 │ │ │ │ ├── Index.d.ts // 提供JS侧的接口方法 │ │ │ │ ├── oh-package.json5 // 将index.d.ts与cpp文件关联 │ │ ├── CMakeLists.txt // 配置CMake打包参数 │ │ ├── hello.cpp // 实现Native侧的runTest接口 │ ├── ets - │ │ ├── entryability - │ │ ├── entrybackupability + │ │ ├── createbigintuint64ability │ │ ├── pages │ │ ├── Index.ets // ArkTS侧调用C/C++方法实现 │ ├── module.json5 @@ -66,14 +64,13 @@ createbigintwords/src/ ├── main │ ├── cpp │ │ ├── types - │ │ │ ├── libentry + │ │ │ ├── libcreatebigintwords │ │ │ │ ├── Index.d.ts // 提供JS侧的接口方法 │ │ │ │ ├── oh-package.json5 // 将index.d.ts与cpp文件关 │ │ ├── CMakeLists.txt // 配置CMake打包参数 │ │ ├── hello.cpp // 实现Native侧的runTest接 │ ├── ets - │ │ ├── entryability - │ │ ├── entrybackupability + │ │ ├── createbigintwordsability │ │ ├── pages │ │ ├── Index.ets // ArkTS侧调用C/C++方法实现 │ ├── module.json5 @@ -86,14 +83,13 @@ getvaluebigintint64/src/ ├── main │ ├── cpp │ │ ├── types - │ │ │ ├── libentry + │ │ │ ├── libgetvaluebigintint64 │ │ │ │ ├── Index.d.ts // 提供JS侧的接口方法 │ │ │ │ ├── oh-package.json5 // 将index.d.ts与cpp文件关 │ │ ├── CMakeLists.txt // 配置CMake打包参数 │ │ ├── hello.cpp // 实现Native侧的runTest接 │ ├── ets - │ │ ├── entryability - │ │ ├── entrybackupability + │ │ ├── getvaluebigintint64ability │ │ ├── pages │ │ ├── Index.ets // ArkTS侧调用C/C++方法实现 │ ├── module.json5 @@ -106,14 +102,13 @@ getvaluebigintuint64/src/ ├── main │ ├── cpp │ │ ├── types - │ │ │ ├── libentry + │ │ │ ├── libgetvaluebigintuint64 │ │ │ │ ├── Index.d.ts // 提供JS侧的接口方法 │ │ │ │ ├── oh-package.json5 // 将index.d.ts与cpp文件关 │ │ ├── CMakeLists.txt // 配置CMake打包参数 │ │ ├── hello.cpp // 实现Native侧的runTest接 │ ├── ets - │ │ ├── entryability - │ │ ├── entrybackupability + │ │ ├── getvaluebigintuint64ability │ │ ├── pages │ │ ├── Index.ets // ArkTS侧调用C/C++方法实现 │ ├── module.json5 @@ -167,7 +162,7 @@ getvaluebigintwords/src/ ``` git init git config core.sparsecheckout true -echo code/DocsSample/ArkTs/JSVMAPI/JsvmUsageGuide/JsvmAboutBigint > .git/info/sparse-checkout +echo code/DocsSample/ArkTS/JSVMAPI/JsvmUsageGuide/JsvmAboutBigint > .git/info/sparse-checkout git remote add origin https://gitee.com/openharmony/applications_app_samples.git git pull origin master ``` diff --git a/code/DocsSample/ArkTS/JSVMAPI/JsvmUsageGuide/JsvmAboutClass/README.md b/code/DocsSample/ArkTS/JSVMAPI/JsvmUsageGuide/JsvmAboutClass/README.md index 39235c3b642dc1494c6d2f10816a7752dcf7f23b..c1e7668e2a465b7d1d3b4f9b0eebb2e337a6a96b 100755 --- a/code/DocsSample/ArkTS/JSVMAPI/JsvmUsageGuide/JsvmAboutClass/README.md +++ b/code/DocsSample/ArkTS/JSVMAPI/JsvmUsageGuide/JsvmAboutClass/README.md @@ -10,8 +10,8 @@ ### 效果预览 -| 首页 | 执行及结果即时反馈 | -|:------------------------------------------------------------------:|:------------------------------------------------------------------:| +| 首页 | 执行及结果即时反馈 | +| :----------------------------------------------------------------: | :----------------------------------------------------------------: | | | | ### 使用说明 @@ -26,14 +26,13 @@ defineclass/src/ ├── main │ ├── cpp │ │ ├── types - │ │ │ ├── libentry + │ │ │ ├── libdefineclass │ │ │ │ ├── Index.d.ts // 提供JS侧的接口方法 │ │ │ │ ├── oh-package.json5 // 将index.d.ts与cpp文件关联 │ │ ├── CMakeLists.txt // 配置CMake打包参数 │ │ ├── hello.cpp // 实现Native侧的runTest接口 │ ├── ets - │ │ ├── entryability - │ │ ├── entrybackupability + │ │ ├── defineclassability │ │ ├── pages │ │ ├── Index.ets // ArkTS侧调用C/C++方法实现 │ ├── module.json5 @@ -66,14 +65,13 @@ removewrap/src/ ├── main │ ├── cpp │ │ ├── types - │ │ │ ├── libentry + │ │ │ ├── libremovewrap │ │ │ │ ├── Index.d.ts // 提供JS侧的接口方法 │ │ │ │ ├── oh-package.json5 // 将index.d.ts与cpp文件关 │ │ ├── CMakeLists.txt // 配置CMake打包参数 │ │ ├── hello.cpp // 实现Native侧的runTest接 │ ├── ets - │ │ ├── entryability - │ │ ├── entrybackupability + │ │ ├── removewrapability │ │ ├── pages │ │ ├── Index.ets // ArkTS侧调用C/C++方法实现 │ ├── module.json5 @@ -107,7 +105,7 @@ removewrap/src/ ``` git init git config core.sparsecheckout true -echo code/DocsSample/ArkTs/JSVMAPI/JsvmUsageGuide/JsvmAboutClass > .git/info/sparse-checkout +echo code/DocsSample/ArkTS/JSVMAPI/JsvmUsageGuide/JsvmAboutClass > .git/info/sparse-checkout git remote add origin https://gitee.com/openharmony/applications_app_samples.git git pull origin master ``` diff --git a/code/DocsSample/ArkTS/JSVMAPI/JsvmUsageGuide/JsvmAboutDate/README.md b/code/DocsSample/ArkTS/JSVMAPI/JsvmUsageGuide/JsvmAboutDate/README.md index 052e3de06dbc59ce215a2946519150cddf4f6dec..4830740bed3c88e4908be4566835c8ece3ccc654 100755 --- a/code/DocsSample/ArkTS/JSVMAPI/JsvmUsageGuide/JsvmAboutDate/README.md +++ b/code/DocsSample/ArkTS/JSVMAPI/JsvmUsageGuide/JsvmAboutDate/README.md @@ -46,14 +46,13 @@ getdatevalue/src/ ├── main │ ├── cpp │ │ ├── types - │ │ │ ├── libentry + │ │ │ ├── libgetdatevalue │ │ │ │ ├── Index.d.ts // 提供JS侧的接口方法 │ │ │ │ ├── oh-package.json5 // 将index.d.ts与cpp文件关联 │ │ ├── CMakeLists.txt // 配置CMake打包参数 │ │ ├── hello.cpp // 实现Native侧的runTest接口 │ ├── ets - │ │ ├── entryability - │ │ ├── entrybackupability + │ │ ├── getdatevalueability │ │ ├── pages │ │ ├── Index.ets // ArkTS侧调用C/C++方法实现 │ ├── module.json5 @@ -66,14 +65,13 @@ isdate/src/ ├── main │ ├── cpp │ │ ├── types - │ │ │ ├── libentry + │ │ │ ├── libisdate │ │ │ │ ├── Index.d.ts // 提供JS侧的接口方法 │ │ │ │ ├── oh-package.json5 // 将index.d.ts与cpp文件关 │ │ ├── CMakeLists.txt // 配置CMake打包参数 │ │ ├── hello.cpp // 实现Native侧的runTest接 │ ├── ets - │ │ ├── entryability - │ │ ├── entrybackupability + │ │ ├── isdateability │ │ ├── pages │ │ ├── Index.ets // ArkTS侧调用C/C++方法实现 │ ├── module.json5 @@ -107,7 +105,7 @@ isdate/src/ ``` git init git config core.sparsecheckout true -echo code/DocsSample/ArkTs/JSVMAPI/JsvmUsageGuide/JsvmAboutDate > .git/info/sparse-checkout +echo code/DocsSample/ArkTS/JSVMAPI/JsvmUsageGuide/JsvmAboutDate > .git/info/sparse-checkout git remote add origin https://gitee.com/openharmony/applications_app_samples.git git pull origin master ``` diff --git a/code/DocsSample/ArkTS/JSVMAPI/JsvmUsageGuide/JsvmAboutObject/README.md b/code/DocsSample/ArkTS/JSVMAPI/JsvmUsageGuide/JsvmAboutObject/README.md index 035f3ab236d58fa0d0d34b038e4ce02bb2723921..ed09ec0b1eccef80cfa0b0365407cfefc3beff10 100755 --- a/code/DocsSample/ArkTS/JSVMAPI/JsvmUsageGuide/JsvmAboutObject/README.md +++ b/code/DocsSample/ArkTS/JSVMAPI/JsvmUsageGuide/JsvmAboutObject/README.md @@ -26,14 +26,13 @@ checkobjecttypetag/src/ ├── main │ ├── cpp │ │ ├── types - │ │ │ ├── libentry + │ │ │ ├── libcheckobjecttypetag │ │ │ │ ├── Index.d.ts // 提供JS侧的接口方法 │ │ │ │ ├── oh-package.json5 // 将index.d.ts与cpp文件关联 │ │ ├── CMakeLists.txt // 配置CMake打包参数 │ │ ├── hello.cpp // 实现Native侧的runTest接口 │ ├── ets - │ │ ├── entryability - │ │ ├── entrybackupability + │ │ ├── checkobjecttypetagability │ │ ├── pages │ │ ├── Index.ets // ArkTS侧调用C/C++方法实现 │ ├── module.json5 @@ -46,14 +45,13 @@ createexternal/src/ ├── main │ ├── cpp │ │ ├── types - │ │ │ ├── libentry + │ │ │ ├── libcreateexternal │ │ │ │ ├── Index.d.ts // 提供JS侧的接口方法 │ │ │ │ ├── oh-package.json5 // 将index.d.ts与cpp文件关联 │ │ ├── CMakeLists.txt // 配置CMake打包参数 │ │ ├── hello.cpp // 实现Native侧的runTest接口 │ ├── ets - │ │ ├── entryability - │ │ ├── entrybackupability + │ │ ├── createexternalability │ │ ├── pages │ │ ├── Index.ets // ArkTS侧调用C/C++方法实现 │ ├── module.json5 @@ -66,14 +64,13 @@ createobject/src/ ├── main │ ├── cpp │ │ ├── types - │ │ │ ├── libentry + │ │ │ ├── libcreateobject │ │ │ │ ├── Index.d.ts // 提供JS侧的接口方法 │ │ │ │ ├── oh-package.json5 // 将index.d.ts与cpp文件关 │ │ ├── CMakeLists.txt // 配置CMake打包参数 │ │ ├── hello.cpp // 实现Native侧的runTest接 │ ├── ets - │ │ ├── entryability - │ │ ├── entrybackupability + │ │ ├── createobjectability │ │ ├── pages │ │ ├── Index.ets // ArkTS侧调用C/C++方法实现 │ ├── module.json5 @@ -86,14 +83,13 @@ createsymbol/src/ ├── main │ ├── cpp │ │ ├── types - │ │ │ ├── libentry + │ │ │ ├── libcreatesymbol │ │ │ │ ├── Index.d.ts // 提供JS侧的接口方法 │ │ │ │ ├── oh-package.json5 // 将index.d.ts与cpp文件关 │ │ ├── CMakeLists.txt // 配置CMake打包参数 │ │ ├── hello.cpp // 实现Native侧的runTest接 │ ├── ets - │ │ ├── entryability - │ │ ├── entrybackupability + │ │ ├── createsymbolability │ │ ├── pages │ │ ├── Index.ets // ArkTS侧调用C/C++方法实现 │ ├── module.json5 @@ -126,14 +122,13 @@ getvalueexternal/src/ ├── main │ ├── cpp │ │ ├── types - │ │ │ ├── libentry + │ │ │ ├── libgetvalueexternal │ │ │ │ ├── Index.d.ts // 提供JS侧的接口方法 │ │ │ │ ├── oh-package.json5 // 将index.d.ts与cpp文件关 │ │ ├── CMakeLists.txt // 配置CMake打包参数 │ │ ├── hello.cpp // 实现Native侧的runTest接 │ ├── ets - │ │ ├── entryability - │ │ ├── entrybackupability + │ │ ├── getvalueexternalability │ │ ├── pages │ │ ├── Index.ets // ArkTS侧调用C/C++方法实现 │ ├── module.json5 @@ -146,14 +141,13 @@ instanceof/src/ ├── main │ ├── cpp │ │ ├── types - │ │ │ ├── libentry + │ │ │ ├── libinstanceof │ │ │ │ ├── Index.d.ts // 提供JS侧的接口方法 │ │ │ │ ├── oh-package.json5 // 将index.d.ts与cpp文件关 │ │ ├── CMakeLists.txt // 配置CMake打包参数 │ │ ├── hello.cpp // 实现Native侧的runTest接 │ ├── ets - │ │ ├── entryability - │ │ ├── entrybackupability + │ │ ├── instanceofability │ │ ├── pages │ │ ├── Index.ets // ArkTS侧调用C/C++方法实现 │ ├── module.json5 @@ -166,14 +160,13 @@ objectfreeze/src/ ├── main │ ├── cpp │ │ ├── types - │ │ │ ├── libentry + │ │ │ ├── libobjectfreeze │ │ │ │ ├── Index.d.ts // 提供JS侧的接口方法 │ │ │ │ ├── oh-package.json5 // 将index.d.ts与cpp文件关 │ │ ├── CMakeLists.txt // 配置CMake打包参数 │ │ ├── hello.cpp // 实现Native侧的runTest接 │ ├── ets - │ │ ├── entryability - │ │ ├── entrybackupability + │ │ ├── objectfreezeability │ │ ├── pages │ │ ├── Index.ets // ArkTS侧调用C/C++方法实现 │ ├── module.json5 @@ -186,14 +179,13 @@ objectseal/src/ ├── main │ ├── cpp │ │ ├── types - │ │ │ ├── libentry + │ │ │ ├── libobjectseal │ │ │ │ ├── Index.d.ts // 提供JS侧的接口方法 │ │ │ │ ├── oh-package.json5 // 将index.d.ts与cpp文件关 │ │ ├── CMakeLists.txt // 配置CMake打包参数 │ │ ├── hello.cpp // 实现Native侧的runTest接 │ ├── ets - │ │ ├── entryability - │ │ ├── entrybackupability + │ │ ├── objectsealability │ │ ├── pages │ │ ├── Index.ets // ArkTS侧调用C/C++方法实现 │ ├── module.json5 @@ -206,14 +198,13 @@ symbolfor/src/ ├── main │ ├── cpp │ │ ├── types - │ │ │ ├── libentry + │ │ │ ├── libsymbolfor │ │ │ │ ├── Index.d.ts // 提供JS侧的接口方法 │ │ │ │ ├── oh-package.json5 // 将index.d.ts与cpp文件关 │ │ ├── CMakeLists.txt // 配置CMake打包参数 │ │ ├── hello.cpp // 实现Native侧的runTest接 │ ├── ets - │ │ ├── entryability - │ │ ├── entrybackupability + │ │ ├── symbolforability │ │ ├── pages │ │ ├── Index.ets // ArkTS侧调用C/C++方法实现 │ ├── module.json5 @@ -226,14 +217,13 @@ typeof/src/ ├── main │ ├── cpp │ │ ├── types - │ │ │ ├── libentry + │ │ │ ├── libtypeof │ │ │ │ ├── Index.d.ts // 提供JS侧的接口方法 │ │ │ │ ├── oh-package.json5 // 将index.d.ts与cpp文件关 │ │ ├── CMakeLists.txt // 配置CMake打包参数 │ │ ├── hello.cpp // 实现Native侧的runTest接 │ ├── ets - │ │ ├── entryability - │ │ ├── entrybackupability + │ │ ├── typeofability │ │ ├── pages │ │ ├── Index.ets // ArkTS侧调用C/C++方法实现 │ ├── module.json5 @@ -267,7 +257,7 @@ typeof/src/ ``` git init git config core.sparsecheckout true -echo code/DocsSample/ArkTs/JSVMAPI/JsvmUsageGuide/JsvmAboutObject > .git/info/sparse-checkout +echo code/DocsSample/ArkTS/JSVMAPI/JsvmUsageGuide/JsvmAboutObject > .git/info/sparse-checkout git remote add origin https://gitee.com/openharmony/applications_app_samples.git git pull origin master ``` diff --git a/code/DocsSample/ArkTS/JSVMAPI/JsvmUsageGuide/JsvmAboutPrimitive/README.md b/code/DocsSample/ArkTS/JSVMAPI/JsvmUsageGuide/JsvmAboutPrimitive/README.md index c8449f4f90b7243487a01864eecd06f03e07b95d..9be15fa0ea1a610b0acba525080adb2e54e7bb13 100755 --- a/code/DocsSample/ArkTS/JSVMAPI/JsvmUsageGuide/JsvmAboutPrimitive/README.md +++ b/code/DocsSample/ArkTS/JSVMAPI/JsvmUsageGuide/JsvmAboutPrimitive/README.md @@ -46,14 +46,13 @@ coercetonumber/src/ ├── main │ ├── cpp │ │ ├── types - │ │ │ ├── libentry + │ │ │ ├── libcoercetonumber │ │ │ │ ├── Index.d.ts // 提供JS侧的接口方法 │ │ │ │ ├── oh-package.json5 // 将index.d.ts与cpp文件关联 │ │ ├── CMakeLists.txt // 配置CMake打包参数 │ │ ├── hello.cpp // 实现Native侧的runTest接口 │ ├── ets - │ │ ├── entryability - │ │ ├── entrybackupability + │ │ ├── coercetonumberability │ │ ├── pages │ │ ├── Index.ets // ArkTS侧调用C/C++方法实现 │ ├── module.json5 @@ -66,14 +65,13 @@ coercetoobject/src/ ├── main │ ├── cpp │ │ ├── types - │ │ │ ├── libentry + │ │ │ ├── libcoercetoobject │ │ │ │ ├── Index.d.ts // 提供JS侧的接口方法 │ │ │ │ ├── oh-package.json5 // 将index.d.ts与cpp文件关 │ │ ├── CMakeLists.txt // 配置CMake打包参数 │ │ ├── hello.cpp // 实现Native侧的runTest接 │ ├── ets - │ │ ├── entryability - │ │ ├── entrybackupability + │ │ ├── coercetoobjectability │ │ ├── pages │ │ ├── Index.ets // ArkTS侧调用C/C++方法实现 │ ├── module.json5 @@ -86,14 +84,13 @@ coercetostring/src/ ├── main │ ├── cpp │ │ ├── types - │ │ │ ├── libentry + │ │ │ ├── libcoercetostring │ │ │ │ ├── Index.d.ts // 提供JS侧的接口方法 │ │ │ │ ├── oh-package.json5 // 将index.d.ts与cpp文件关 │ │ ├── CMakeLists.txt // 配置CMake打包参数 │ │ ├── hello.cpp // 实现Native侧的runTest接 │ ├── ets - │ │ ├── entryability - │ │ ├── entrybackupability + │ │ ├── coercetostringability │ │ ├── pages │ │ ├── Index.ets // ArkTS侧调用C/C++方法实现 │ ├── module.json5 @@ -106,14 +103,13 @@ getboolean/src/ ├── main │ ├── cpp │ │ ├── types - │ │ │ ├── libentry + │ │ │ ├── libgetboolean │ │ │ │ ├── Index.d.ts // 提供JS侧的接口方法 │ │ │ │ ├── oh-package.json5 // 将index.d.ts与cpp文件关 │ │ ├── CMakeLists.txt // 配置CMake打包参数 │ │ ├── hello.cpp // 实现Native侧的runTest接 │ ├── ets - │ │ ├── entryability - │ │ ├── entrybackupability + │ │ ├── getbooleanability │ │ ├── pages │ │ ├── Index.ets // ArkTS侧调用C/C++方法实现 │ ├── module.json5 @@ -126,14 +122,13 @@ getglobal/src/ ├── main │ ├── cpp │ │ ├── types - │ │ │ ├── libentry + │ │ │ ├── libgetglobal │ │ │ │ ├── Index.d.ts // 提供JS侧的接口方法 │ │ │ │ ├── oh-package.json5 // 将index.d.ts与cpp文件关 │ │ ├── CMakeLists.txt // 配置CMake打包参数 │ │ ├── hello.cpp // 实现Native侧的runTest接 │ ├── ets - │ │ ├── entryability - │ │ ├── entrybackupability + │ │ ├── getglobalability │ │ ├── pages │ │ ├── Index.ets // ArkTS侧调用C/C++方法实现 │ ├── module.json5 @@ -146,14 +141,13 @@ getnull/src/ ├── main │ ├── cpp │ │ ├── types - │ │ │ ├── libentry + │ │ │ ├── libgetnull │ │ │ │ ├── Index.d.ts // 提供JS侧的接口方法 │ │ │ │ ├── oh-package.json5 // 将index.d.ts与cpp文件关 │ │ ├── CMakeLists.txt // 配置CMake打包参数 │ │ ├── hello.cpp // 实现Native侧的runTest接 │ ├── ets - │ │ ├── entryability - │ │ ├── entrybackupability + │ │ ├── getnullability │ │ ├── pages │ │ ├── Index.ets // ArkTS侧调用C/C++方法实现 │ ├── module.json5 @@ -166,14 +160,13 @@ getundefined/src/ ├── main │ ├── cpp │ │ ├── types - │ │ │ ├── libentry + │ │ │ ├── libgetundefined │ │ │ │ ├── Index.d.ts // 提供JS侧的接口方法 │ │ │ │ ├── oh-package.json5 // 将index.d.ts与cpp文件关 │ │ ├── CMakeLists.txt // 配置CMake打包参数 │ │ ├── hello.cpp // 实现Native侧的runTest接 │ ├── ets - │ │ ├── entryability - │ │ ├── entrybackupability + │ │ ├── getundefinedability │ │ ├── pages │ │ ├── Index.ets // ArkTS侧调用C/C++方法实现 │ ├── module.json5 @@ -186,14 +179,13 @@ getvaluebool/src/ ├── main │ ├── cpp │ │ ├── types - │ │ │ ├── libentry + │ │ │ ├── libgetvaluebool │ │ │ │ ├── Index.d.ts // 提供JS侧的接口方法 │ │ │ │ ├── oh-package.json5 // 将index.d.ts与cpp文件关 │ │ ├── CMakeLists.txt // 配置CMake打包参数 │ │ ├── hello.cpp // 实现Native侧的runTest接 │ ├── ets - │ │ ├── entryability - │ │ ├── entrybackupability + │ │ ├── getvalueboolability │ │ ├── pages │ │ ├── Index.ets // ArkTS侧调用C/C++方法实现 │ ├── module.json5 @@ -227,7 +219,7 @@ getvaluebool/src/ ``` git init git config core.sparsecheckout true -echo code/DocsSample/ArkTs/JSVMAPI/JsvmUsageGuide/JsvmAboutPrimitive > .git/info/sparse-checkout +echo code/DocsSample/ArkTS/JSVMAPI/JsvmUsageGuide/JsvmAboutPrimitive > .git/info/sparse-checkout git remote add origin https://gitee.com/openharmony/applications_app_samples.git git pull origin master ``` diff --git a/code/DocsSample/ArkTS/JSVMAPI/JsvmUsageGuide/JsvmAboutPromise/README.md b/code/DocsSample/ArkTS/JSVMAPI/JsvmUsageGuide/JsvmAboutPromise/README.md index 11d00148849e29d37a562092de23b8b46b9dbd05..bd6d1f2ae5452d2e5f9faa2c549e17c634c24d80 100755 --- a/code/DocsSample/ArkTS/JSVMAPI/JsvmUsageGuide/JsvmAboutPromise/README.md +++ b/code/DocsSample/ArkTS/JSVMAPI/JsvmUsageGuide/JsvmAboutPromise/README.md @@ -10,8 +10,8 @@ ### 效果预览 -| 首页 | 执行及结果即时反馈 | -|:--------------------------------------------------------------------:|:--------------------------------------------------------------------:| +| 首页 | 执行及结果即时反馈 | +| :------------------------------------------------------------------: | :------------------------------------------------------------------: | | | | ### 使用说明 @@ -46,14 +46,13 @@ resolvereject/src/ ├── main │ ├── cpp │ │ ├── types - │ │ │ ├── libentry + │ │ │ ├── libresolvereject │ │ │ │ ├── Index.d.ts // 提供JS侧的接口方法 │ │ │ │ ├── oh-package.json5 // 将index.d.ts与cpp文件关联 │ │ ├── CMakeLists.txt // 配置CMake打包参数 │ │ ├── hello.cpp // 实现Native侧的runTest接口 │ ├── ets - │ │ ├── entryability - │ │ ├── entrybackupability + │ │ ├── resolverejectability │ │ ├── pages │ │ ├── Index.ets // ArkTS侧调用C/C++方法实现 │ ├── module.json5 @@ -87,7 +86,7 @@ resolvereject/src/ ``` git init git config core.sparsecheckout true -echo code/DocsSample/ArkTs/JSVMAPI/JsvmUsageGuide/JsvmAboutPromise > .git/info/sparse-checkout +echo code/DocsSample/ArkTS/JSVMAPI/JsvmUsageGuide/JsvmAboutPromise > .git/info/sparse-checkout git remote add origin https://gitee.com/openharmony/applications_app_samples.git git pull origin master -``` \ No newline at end of file +``` diff --git a/code/DocsSample/ArkTS/JSVMAPI/JsvmUsageGuide/JsvmAboutProperty/README.md b/code/DocsSample/ArkTS/JSVMAPI/JsvmUsageGuide/JsvmAboutProperty/README.md index 0fbdef4b0907b0924e809f070c3719a0f3702421..5647844a5c1defed2657b0014e88e2121b4e4b25 100755 --- a/code/DocsSample/ArkTS/JSVMAPI/JsvmUsageGuide/JsvmAboutProperty/README.md +++ b/code/DocsSample/ArkTS/JSVMAPI/JsvmUsageGuide/JsvmAboutProperty/README.md @@ -26,14 +26,13 @@ defineproperties/src/ ├── main │ ├── cpp │ │ ├── types - │ │ │ ├── libentry + │ │ │ ├── libdefineproperties │ │ │ │ ├── Index.d.ts // 提供JS侧的接口方法 │ │ │ │ ├── oh-package.json5 // 将index.d.ts与cpp文件关联 │ │ ├── CMakeLists.txt // 配置CMake打包参数 │ │ ├── hello.cpp // 实现Native侧的runTest接口 │ ├── ets - │ │ ├── entryability - │ │ ├── entrybackupability + │ │ ├── definepropertiesability │ │ ├── pages │ │ ├── Index.ets // ArkTS侧调用C/C++方法实现 │ ├── module.json5 @@ -46,14 +45,13 @@ deleteproperty/src/ ├── main │ ├── cpp │ │ ├── types - │ │ │ ├── libentry + │ │ │ ├── libdeleteproperty │ │ │ │ ├── Index.d.ts // 提供JS侧的接口方法 │ │ │ │ ├── oh-package.json5 // 将index.d.ts与cpp文件关联 │ │ ├── CMakeLists.txt // 配置CMake打包参数 │ │ ├── hello.cpp // 实现Native侧的runTest接口 │ ├── ets - │ │ ├── entryability - │ │ ├── entrybackupability + │ │ ├── deletepropertyability │ │ ├── pages │ │ ├── Index.ets // ArkTS侧调用C/C++方法实现 │ ├── module.json5 @@ -66,14 +64,13 @@ getallpropertynames/src/ ├── main │ ├── cpp │ │ ├── types - │ │ │ ├── libentry + │ │ │ ├── libgetallpropertynames │ │ │ │ ├── Index.d.ts // 提供JS侧的接口方法 │ │ │ │ ├── oh-package.json5 // 将index.d.ts与cpp文件关 │ │ ├── CMakeLists.txt // 配置CMake打包参数 │ │ ├── hello.cpp // 实现Native侧的runTest接 │ ├── ets - │ │ ├── entryability - │ │ ├── entrybackupability + │ │ ├── getallpropertynamesability │ │ ├── pages │ │ ├── Index.ets // ArkTS侧调用C/C++方法实现 │ ├── module.json5 @@ -86,14 +83,13 @@ getnamedproperty/src/ ├── main │ ├── cpp │ │ ├── types - │ │ │ ├── libentry + │ │ │ ├── libgetnamedproperty │ │ │ │ ├── Index.d.ts // 提供JS侧的接口方法 │ │ │ │ ├── oh-package.json5 // 将index.d.ts与cpp文件关 │ │ ├── CMakeLists.txt // 配置CMake打包参数 │ │ ├── hello.cpp // 实现Native侧的runTest接 │ ├── ets - │ │ ├── entryability - │ │ ├── entrybackupability + │ │ ├── getnamedpropertyability │ │ ├── pages │ │ ├── Index.ets // ArkTS侧调用C/C++方法实现 │ ├── module.json5 @@ -106,14 +102,13 @@ getproperty/src/ ├── main │ ├── cpp │ │ ├── types - │ │ │ ├── libentry + │ │ │ ├── libgetproperty │ │ │ │ ├── Index.d.ts // 提供JS侧的接口方法 │ │ │ │ ├── oh-package.json5 // 将index.d.ts与cpp文件关 │ │ ├── CMakeLists.txt // 配置CMake打包参数 │ │ ├── hello.cpp // 实现Native侧的runTest接 │ ├── ets - │ │ ├── entryability - │ │ ├── entrybackupability + │ │ ├── getpropertyability │ │ ├── pages │ │ ├── Index.ets // ArkTS侧调用C/C++方法实现 │ ├── module.json5 @@ -146,14 +141,13 @@ hasnamedproperty/src/ ├── main │ ├── cpp │ │ ├── types - │ │ │ ├── libentry + │ │ │ ├── libhasnamedproperty │ │ │ │ ├── Index.d.ts // 提供JS侧的接口方法 │ │ │ │ ├── oh-package.json5 // 将index.d.ts与cpp文件关 │ │ ├── CMakeLists.txt // 配置CMake打包参数 │ │ ├── hello.cpp // 实现Native侧的runTest接 │ ├── ets - │ │ ├── entryability - │ │ ├── entrybackupability + │ │ ├── hasnamedpropertyability │ │ ├── pages │ │ ├── Index.ets // ArkTS侧调用C/C++方法实现 │ ├── module.json5 @@ -166,14 +160,13 @@ hasownproperty/src/ ├── main │ ├── cpp │ │ ├── types - │ │ │ ├── libentry + │ │ │ ├── libhasownproperty │ │ │ │ ├── Index.d.ts // 提供JS侧的接口方法 │ │ │ │ ├── oh-package.json5 // 将index.d.ts与cpp文件关 │ │ ├── CMakeLists.txt // 配置CMake打包参数 │ │ ├── hello.cpp // 实现Native侧的runTest接 │ ├── ets - │ │ ├── entryability - │ │ ├── entrybackupability + │ │ ├── hasownpropertyability │ │ ├── pages │ │ ├── Index.ets // ArkTS侧调用C/C++方法实现 │ ├── module.json5 @@ -186,14 +179,13 @@ hasproperty/src/ ├── main │ ├── cpp │ │ ├── types - │ │ │ ├── libentry + │ │ │ ├── libhasproperty │ │ │ │ ├── Index.d.ts // 提供JS侧的接口方法 │ │ │ │ ├── oh-package.json5 // 将index.d.ts与cpp文件关 │ │ ├── CMakeLists.txt // 配置CMake打包参数 │ │ ├── hello.cpp // 实现Native侧的runTest接 │ ├── ets - │ │ ├── entryability - │ │ ├── entrybackupability + │ │ ├── haspropertyability │ │ ├── pages │ │ ├── Index.ets // ArkTS侧调用C/C++方法实现 │ ├── module.json5 @@ -206,14 +198,13 @@ setnamedproperty/src/ ├── main │ ├── cpp │ │ ├── types - │ │ │ ├── libentry + │ │ │ ├── libsetnamedproperty │ │ │ │ ├── Index.d.ts // 提供JS侧的接口方法 │ │ │ │ ├── oh-package.json5 // 将index.d.ts与cpp文件关 │ │ ├── CMakeLists.txt // 配置CMake打包参数 │ │ ├── hello.cpp // 实现Native侧的runTest接 │ ├── ets - │ │ ├── entryability - │ │ ├── entrybackupability + │ │ ├── setnamedpropertyability │ │ ├── pages │ │ ├── Index.ets // ArkTS侧调用C/C++方法实现 │ ├── module.json5 @@ -226,14 +217,13 @@ setproperty/src/ ├── main │ ├── cpp │ │ ├── types - │ │ │ ├── libentry + │ │ │ ├── libsetproperty │ │ │ │ ├── Index.d.ts // 提供JS侧的接口方法 │ │ │ │ ├── oh-package.json5 // 将index.d.ts与cpp文件关 │ │ ├── CMakeLists.txt // 配置CMake打包参数 │ │ ├── hello.cpp // 实现Native侧的runTest接 │ ├── ets - │ │ ├── entryability - │ │ ├── entrybackupability + │ │ ├── setpropertyability │ │ ├── pages │ │ ├── Index.ets // ArkTS侧调用C/C++方法实现 │ ├── module.json5 @@ -267,7 +257,7 @@ setproperty/src/ ``` git init git config core.sparsecheckout true -echo code/DocsSample/ArkTs/JSVMAPI/JsvmUsageGuide/JsvmAboutProperty > .git/info/sparse-checkout +echo code/DocsSample/ArkTS/JSVMAPI/JsvmUsageGuide/JsvmAboutProperty > .git/info/sparse-checkout git remote add origin https://gitee.com/openharmony/applications_app_samples.git git pull origin master ``` diff --git a/code/DocsSample/ArkTS/JSVMAPI/JsvmUsageGuide/JsvmAboutString/README.md b/code/DocsSample/ArkTS/JSVMAPI/JsvmUsageGuide/JsvmAboutString/README.md index 6d5f7f5f95a373f159568cfbe4dd5b44cdd729b5..5ef6769f82200142f1afdf30950129b00349f035 100755 --- a/code/DocsSample/ArkTS/JSVMAPI/JsvmUsageGuide/JsvmAboutString/README.md +++ b/code/DocsSample/ArkTS/JSVMAPI/JsvmUsageGuide/JsvmAboutString/README.md @@ -26,14 +26,13 @@ createstringlatin1/src/ ├── main │ ├── cpp │ │ ├── types - │ │ │ ├── libentry + │ │ │ ├── libcreatestringlatin1 │ │ │ │ ├── Index.d.ts // 提供JS侧的接口方法 │ │ │ │ ├── oh-package.json5 // 将index.d.ts与cpp文件关联 │ │ ├── CMakeLists.txt // 配置CMake打包参数 │ │ ├── hello.cpp // 实现Native侧的runTest接口 │ ├── ets - │ │ ├── entryability - │ │ ├── entrybackupability + │ │ ├── libcreatestringlatin1 │ │ ├── pages │ │ ├── Index.ets // ArkTS侧调用C/C++方法实现 │ ├── module.json5 @@ -46,14 +45,13 @@ createstringutf8/src/ ├── main │ ├── cpp │ │ ├── types - │ │ │ ├── libentry + │ │ │ ├── libcreatestringutf8 │ │ │ │ ├── Index.d.ts // 提供JS侧的接口方法 │ │ │ │ ├── oh-package.json5 // 将index.d.ts与cpp文件关联 │ │ ├── CMakeLists.txt // 配置CMake打包参数 │ │ ├── hello.cpp // 实现Native侧的runTest接口 │ ├── ets - │ │ ├── entryability - │ │ ├── entrybackupability + │ │ ├── createstringutf8ability │ │ ├── pages │ │ ├── Index.ets // ArkTS侧调用C/C++方法实现 │ ├── module.json5 @@ -66,14 +64,13 @@ createstringutf16/src/ ├── main │ ├── cpp │ │ ├── types - │ │ │ ├── libentry + │ │ │ ├── libcreatestringutf16 │ │ │ │ ├── Index.d.ts // 提供JS侧的接口方法 │ │ │ │ ├── oh-package.json5 // 将index.d.ts与cpp文件关 │ │ ├── CMakeLists.txt // 配置CMake打包参数 │ │ ├── hello.cpp // 实现Native侧的runTest接 │ ├── ets - │ │ ├── entryability - │ │ ├── entrybackupability + │ │ ├── createstringutf16ability │ │ ├── pages │ │ ├── Index.ets // ArkTS侧调用C/C++方法实现 │ ├── module.json5 @@ -86,14 +83,13 @@ getvaluestringlatin1/src/ ├── main │ ├── cpp │ │ ├── types - │ │ │ ├── libentry + │ │ │ ├── libgetvaluestringlatin1 │ │ │ │ ├── Index.d.ts // 提供JS侧的接口方法 │ │ │ │ ├── oh-package.json5 // 将index.d.ts与cpp文件关 │ │ ├── CMakeLists.txt // 配置CMake打包参数 │ │ ├── hello.cpp // 实现Native侧的runTest接 │ ├── ets - │ │ ├── entryability - │ │ ├── entrybackupability + │ │ ├── getvaluestringlatin1ability │ │ ├── pages │ │ ├── Index.ets // ArkTS侧调用C/C++方法实现 │ ├── module.json5 @@ -126,14 +122,13 @@ getvaluestringutf16/src/ ├── main │ ├── cpp │ │ ├── types - │ │ │ ├── libentry + │ │ │ ├── libgetvaluestringutf16 │ │ │ │ ├── Index.d.ts // 提供JS侧的接口方法 │ │ │ │ ├── oh-package.json5 // 将index.d.ts与cpp文件关 │ │ ├── CMakeLists.txt // 配置CMake打包参数 │ │ ├── hello.cpp // 实现Native侧的runTest接 │ ├── ets - │ │ ├── entryability - │ │ ├── entrybackupability + │ │ ├── getvaluestringutf16ability │ │ ├── pages │ │ ├── Index.ets // ArkTS侧调用C/C++方法实现 │ ├── module.json5 @@ -167,7 +162,7 @@ getvaluestringutf16/src/ ``` git init git config core.sparsecheckout true -echo code/DocsSample/ArkTs/JSVMAPI/JsvmUsageGuide/JsvmAboutString > .git/info/sparse-checkout +echo code/DocsSample/ArkTS/JSVMAPI/JsvmUsageGuide/JsvmAboutString > .git/info/sparse-checkout git remote add origin https://gitee.com/openharmony/applications_app_samples.git git pull origin master ``` diff --git a/code/DocsSample/ArkTS/JSVMAPI/JsvmUsageGuide/JsvmBasicDataTypes/README.md b/code/DocsSample/ArkTS/JSVMAPI/JsvmUsageGuide/JsvmBasicDataTypes/README.md index ae3feb8425332d7a055bfe257157feae94ffb31b..f9e75a975b7798322759c7a8c538dbec3633be47 100755 --- a/code/DocsSample/ArkTS/JSVMAPI/JsvmUsageGuide/JsvmBasicDataTypes/README.md +++ b/code/DocsSample/ArkTS/JSVMAPI/JsvmUsageGuide/JsvmBasicDataTypes/README.md @@ -26,14 +26,13 @@ createdouble/src/ ├── main │ ├── cpp │ │ ├── types - │ │ │ ├── libentry + │ │ │ ├── libcreatedouble │ │ │ │ ├── Index.d.ts // 提供JS侧的接口方法 │ │ │ │ ├── oh-package.json5 // 将index.d.ts与cpp文件关联 │ │ ├── CMakeLists.txt // 配置CMake打包参数 │ │ ├── hello.cpp // 实现Native侧的runTest接口 │ ├── ets - │ │ ├── entryability - │ │ ├── entrybackupability + │ │ ├── createdoubleability │ │ ├── pages │ │ ├── Index.ets // ArkTS侧调用C/C++方法实现 │ ├── module.json5 @@ -46,14 +45,13 @@ createint32/src/ ├── main │ ├── cpp │ │ ├── types - │ │ │ ├── libentry + │ │ │ ├── libcreateint32 │ │ │ │ ├── Index.d.ts // 提供JS侧的接口方法 │ │ │ │ ├── oh-package.json5 // 将index.d.ts与cpp文件关联 │ │ ├── CMakeLists.txt // 配置CMake打包参数 │ │ ├── hello.cpp // 实现Native侧的runTest接口 │ ├── ets - │ │ ├── entryability - │ │ ├── entrybackupability + │ │ ├── createint32ability │ │ ├── pages │ │ ├── Index.ets // ArkTS侧调用C/C++方法实现 │ ├── module.json5 @@ -66,14 +64,13 @@ createint64/src/ ├── main │ ├── cpp │ │ ├── types - │ │ │ ├── libentry + │ │ │ ├── libcreateint64 │ │ │ │ ├── Index.d.ts // 提供JS侧的接口方法 │ │ │ │ ├── oh-package.json5 // 将index.d.ts与cpp文件关 │ │ ├── CMakeLists.txt // 配置CMake打包参数 │ │ ├── hello.cpp // 实现Native侧的runTest接 │ ├── ets - │ │ ├── entryability - │ │ ├── entrybackupability + │ │ ├── createint64ability │ │ ├── pages │ │ ├── Index.ets // ArkTS侧调用C/C++方法实现 │ ├── module.json5 @@ -86,14 +83,13 @@ createuint32/src/ ├── main │ ├── cpp │ │ ├── types - │ │ │ ├── libentry + │ │ │ ├── libcreateuint32 │ │ │ │ ├── Index.d.ts // 提供JS侧的接口方法 │ │ │ │ ├── oh-package.json5 // 将index.d.ts与cpp文件关 │ │ ├── CMakeLists.txt // 配置CMake打包参数 │ │ ├── hello.cpp // 实现Native侧的runTest接 │ ├── ets - │ │ ├── entryability - │ │ ├── entrybackupability + │ │ ├── createuint32ability │ │ ├── pages │ │ ├── Index.ets // ArkTS侧调用C/C++方法实现 │ ├── module.json5 @@ -106,14 +102,13 @@ getvaluedouble/src/ ├── main │ ├── cpp │ │ ├── types - │ │ │ ├── libentry + │ │ │ ├── libgetvaluedouble │ │ │ │ ├── Index.d.ts // 提供JS侧的接口方法 │ │ │ │ ├── oh-package.json5 // 将index.d.ts与cpp文件关 │ │ ├── CMakeLists.txt // 配置CMake打包参数 │ │ ├── hello.cpp // 实现Native侧的runTest接 │ ├── ets - │ │ ├── entryability - │ │ ├── entrybackupability + │ │ ├── getvaluedoubleability │ │ ├── pages │ │ ├── Index.ets // ArkTS侧调用C/C++方法实现 │ ├── module.json5 @@ -126,14 +121,13 @@ getvalueint32/src/ ├── main │ ├── cpp │ │ ├── types - │ │ │ ├── libentry + │ │ │ ├── libgetvalueint32 │ │ │ │ ├── Index.d.ts // 提供JS侧的接口方法 │ │ │ │ ├── oh-package.json5 // 将index.d.ts与cpp文件关 │ │ ├── CMakeLists.txt // 配置CMake打包参数 │ │ ├── hello.cpp // 实现Native侧的runTest接 │ ├── ets - │ │ ├── entryability - │ │ ├── entrybackupability + │ │ ├── getvalueint32ability │ │ ├── pages │ │ ├── Index.ets // ArkTS侧调用C/C++方法实现 │ ├── module.json5 @@ -146,14 +140,13 @@ getvalueint64/src/ ├── main │ ├── cpp │ │ ├── types - │ │ │ ├── libentry + │ │ │ ├── libgetvalueint64 │ │ │ │ ├── Index.d.ts // 提供JS侧的接口方法 │ │ │ │ ├── oh-package.json5 // 将index.d.ts与cpp文件关 │ │ ├── CMakeLists.txt // 配置CMake打包参数 │ │ ├── hello.cpp // 实现Native侧的runTest接 │ ├── ets - │ │ ├── entryability - │ │ ├── entrybackupability + │ │ ├── getvalueint64ability │ │ ├── pages │ │ ├── Index.ets // ArkTS侧调用C/C++方法实现 │ ├── module.json5 @@ -166,14 +159,14 @@ getvalueuint32/src/ ├── main │ ├── cpp │ │ ├── types - │ │ │ ├── libentry + │ │ │ ├── libgetvalueuint32 │ │ │ │ ├── Index.d.ts // 提供JS侧的接口方法 │ │ │ │ ├── oh-package.json5 // 将index.d.ts与cpp文件关 │ │ ├── CMakeLists.txt // 配置CMake打包参数 │ │ ├── hello.cpp // 实现Native侧的runTest接 │ ├── ets - │ │ ├── entryability - │ │ ├── entrybackupability + │ │ ├── getvalueuint32ability + │ │ ├── getvalueuint32backupability │ │ ├── pages │ │ ├── Index.ets // ArkTS侧调用C/C++方法实现 │ ├── module.json5 @@ -207,7 +200,7 @@ getvalueuint32/src/ ``` git init git config core.sparsecheckout true -echo code/DocsSample/ArkTs/JSVMAPI/JsvmUsageGuide/JsvmBasicDataTypes > .git/info/sparse-checkout +echo code/DocsSample/ArkTS/JSVMAPI/JsvmUsageGuide/JsvmBasicDataTypes > .git/info/sparse-checkout git remote add origin https://gitee.com/openharmony/applications_app_samples.git git pull origin master ``` diff --git a/code/DocsSample/ArkTS/JSVMAPI/JsvmUsageGuide/JsvmError/README.md b/code/DocsSample/ArkTS/JSVMAPI/JsvmUsageGuide/JsvmError/README.md index 9140d22f42046eb43bdcfea6a4bb3c3551822f04..ee4f875bed9401403afb586af4eeb874013e69a6 100755 --- a/code/DocsSample/ArkTS/JSVMAPI/JsvmUsageGuide/JsvmError/README.md +++ b/code/DocsSample/ArkTS/JSVMAPI/JsvmUsageGuide/JsvmError/README.md @@ -46,14 +46,13 @@ createrangeerror/src/ ├── main │ ├── cpp │ │ ├── types - │ │ │ ├── libentry + │ │ │ ├── libcreaterangeerror │ │ │ │ ├── Index.d.ts // 提供JS侧的接口方法 │ │ │ │ ├── oh-package.json5 // 将index.d.ts与cpp文件关联 │ │ ├── CMakeLists.txt // 配置CMake打包参数 │ │ ├── hello.cpp // 实现Native侧的runTest接口 │ ├── ets - │ │ ├── entryability - │ │ ├── entrybackupability + │ │ ├── createrangeerrorability │ │ ├── pages │ │ ├── Index.ets // ArkTS侧调用C/C++方法实现 │ ├── module.json5 @@ -66,14 +65,13 @@ createsyntaxerror/src/ ├── main │ ├── cpp │ │ ├── types - │ │ │ ├── libentry + │ │ │ ├── libcreatesyntaxerror │ │ │ │ ├── Index.d.ts // 提供JS侧的接口方法 │ │ │ │ ├── oh-package.json5 // 将index.d.ts与cpp文件关 │ │ ├── CMakeLists.txt // 配置CMake打包参数 │ │ ├── hello.cpp // 实现Native侧的runTest接 │ ├── ets - │ │ ├── entryability - │ │ ├── entrybackupability + │ │ ├── createsyntaxerrorability │ │ ├── pages │ │ ├── Index.ets // ArkTS侧调用C/C++方法实现 │ ├── module.json5 @@ -86,13 +84,13 @@ createtypeerror/src/ ├── main │ ├── cpp │ │ ├── types - │ │ │ ├── libentry + │ │ │ ├── libcreatetypeerror │ │ │ │ ├── Index.d.ts // 提供JS侧的接口方法 │ │ │ │ ├── oh-package.json5 // 将index.d.ts与cpp文件关 │ │ ├── CMakeLists.txt // 配置CMake打包参数 │ │ ├── hello.cpp // 实现Native侧的runTest接 │ ├── ets - │ │ ├── entryability + │ │ ├── createtypeerrorability │ │ ├── entrybackupability │ │ ├── pages │ │ ├── Index.ets // ArkTS侧调用C/C++方法实现 @@ -106,14 +104,13 @@ getandclearlastexception/src/ ├── main │ ├── cpp │ │ ├── types - │ │ │ ├── libentry + │ │ │ ├── libgetandclearlastexception │ │ │ │ ├── Index.d.ts // 提供JS侧的接口方法 │ │ │ │ ├── oh-package.json5 // 将index.d.ts与cpp文件关 │ │ ├── CMakeLists.txt // 配置CMake打包参数 │ │ ├── hello.cpp // 实现Native侧的runTest接 │ ├── ets - │ │ ├── entryability - │ │ ├── entrybackupability + │ │ ├── getandclearlastexceptionability │ │ ├── pages │ │ ├── Index.ets // ArkTS侧调用C/C++方法实现 │ ├── module.json5 @@ -126,14 +123,13 @@ getlasterrorinfo/src/ ├── main │ ├── cpp │ │ ├── types - │ │ │ ├── libentry + │ │ │ ├── libgetlasterrorinfo │ │ │ │ ├── Index.d.ts // 提供JS侧的接口方法 │ │ │ │ ├── oh-package.json5 // 将index.d.ts与cpp文件关 │ │ ├── CMakeLists.txt // 配置CMake打包参数 │ │ ├── hello.cpp // 实现Native侧的runTest接 │ ├── ets - │ │ ├── entryability - │ │ ├── entrybackupability + │ │ ├── getlasterrorinfoability │ │ ├── pages │ │ ├── Index.ets // ArkTS侧调用C/C++方法实现 │ ├── module.json5 @@ -146,14 +142,13 @@ iserror/src/ ├── main │ ├── cpp │ │ ├── types - │ │ │ ├── libentry + │ │ │ ├── libiserror │ │ │ │ ├── Index.d.ts // 提供JS侧的接口方法 │ │ │ │ ├── oh-package.json5 // 将index.d.ts与cpp文件关 │ │ ├── CMakeLists.txt // 配置CMake打包参数 │ │ ├── hello.cpp // 实现Native侧的runTest接 │ ├── ets - │ │ ├── entryability - │ │ ├── entrybackupability + │ │ ├── iserrorability │ │ ├── pages │ │ ├── Index.ets // ArkTS侧调用C/C++方法实现 │ ├── module.json5 @@ -166,14 +161,13 @@ isexceptionpending/src/ ├── main │ ├── cpp │ │ ├── types - │ │ │ ├── libentry + │ │ │ ├── libisexceptionpending │ │ │ │ ├── Index.d.ts // 提供JS侧的接口方法 │ │ │ │ ├── oh-package.json5 // 将index.d.ts与cpp文件关 │ │ ├── CMakeLists.txt // 配置CMake打包参数 │ │ ├── hello.cpp // 实现Native侧的runTest接 │ ├── ets - │ │ ├── entryability - │ │ ├── entrybackupability + │ │ ├── isexceptionpendingability │ │ ├── pages │ │ ├── Index.ets // ArkTS侧调用C/C++方法实现 │ ├── module.json5 @@ -186,14 +180,13 @@ throwerror/src/ ├── main │ ├── cpp │ │ ├── types - │ │ │ ├── libentry + │ │ │ ├── libthrowerror │ │ │ │ ├── Index.d.ts // 提供JS侧的接口方法 │ │ │ │ ├── oh-package.json5 // 将index.d.ts与cpp文件关 │ │ ├── CMakeLists.txt // 配置CMake打包参数 │ │ ├── hello.cpp // 实现Native侧的runTest接 │ ├── ets - │ │ ├── entryability - │ │ ├── entrybackupability + │ │ ├── throwerrorability │ │ ├── pages │ │ ├── Index.ets // ArkTS侧调用C/C++方法实现 │ ├── module.json5 @@ -206,14 +199,13 @@ throwrangeerror/src/ ├── main │ ├── cpp │ │ ├── types - │ │ │ ├── libentry + │ │ │ ├── libthrowrangeerror │ │ │ │ ├── Index.d.ts // 提供JS侧的接口方法 │ │ │ │ ├── oh-package.json5 // 将index.d.ts与cpp文件关 │ │ ├── CMakeLists.txt // 配置CMake打包参数 │ │ ├── hello.cpp // 实现Native侧的runTest接 │ ├── ets - │ │ ├── entryability - │ │ ├── entrybackupability + │ │ ├── throwrangeerrorability │ │ ├── pages │ │ ├── Index.ets // ArkTS侧调用C/C++方法实现 │ ├── module.json5 @@ -226,14 +218,13 @@ throwsyntaxerror/src/ ├── main │ ├── cpp │ │ ├── types - │ │ │ ├── libentry + │ │ │ ├── libthrowsyntaxerror │ │ │ │ ├── Index.d.ts // 提供JS侧的接口方法 │ │ │ │ ├── oh-package.json5 // 将index.d.ts与cpp文件关 │ │ ├── CMakeLists.txt // 配置CMake打包参数 │ │ ├── hello.cpp // 实现Native侧的runTest接 │ ├── ets - │ │ ├── entryability - │ │ ├── entrybackupability + │ │ ├── throwsyntaxerrorability │ │ ├── pages │ │ ├── Index.ets // ArkTS侧调用C/C++方法实现 │ ├── module.json5 @@ -246,14 +237,13 @@ throwtypeerror/src/ ├── main │ ├── cpp │ │ ├── types - │ │ │ ├── libentry + │ │ │ ├── libthrowtypeerror │ │ │ │ ├── Index.d.ts // 提供JS侧的接口方法 │ │ │ │ ├── oh-package.json5 // 将index.d.ts与cpp文件关 │ │ ├── CMakeLists.txt // 配置CMake打包参数 │ │ ├── hello.cpp // 实现Native侧的runTest接 │ ├── ets - │ │ ├── entryability - │ │ ├── entrybackupability + │ │ ├── throwtypeerrorability │ │ ├── pages │ │ ├── Index.ets // ArkTS侧调用C/C++方法实现 │ ├── module.json5 @@ -287,7 +277,7 @@ throwtypeerror/src/ ``` git init git config core.sparsecheckout true -echo code/DocsSample/ArkTs/JSVMAPI/JsvmUsageGuide/JsvmError > .git/info/sparse-checkout +echo code/DocsSample/ArkTS/JSVMAPI/JsvmUsageGuide/JsvmError > .git/info/sparse-checkout git remote add origin https://gitee.com/openharmony/applications_app_samples.git git pull origin master ``` diff --git a/code/DocsSample/ArkTS/JSVMAPI/JsvmUsageGuide/JsvmLifeCycle/README.md b/code/DocsSample/ArkTS/JSVMAPI/JsvmUsageGuide/JsvmLifeCycle/README.md index 3b3d2d5bcc35ce7f569765da4ace8909d41b405f..ff9d220e2b7cb88f631e2079b74a5751cdd2b0a6 100755 --- a/code/DocsSample/ArkTS/JSVMAPI/JsvmUsageGuide/JsvmLifeCycle/README.md +++ b/code/DocsSample/ArkTS/JSVMAPI/JsvmUsageGuide/JsvmLifeCycle/README.md @@ -34,14 +34,13 @@ addfinalizer/src/ ├── main │ ├── cpp │ │ ├── types - │ │ │ ├── libentry + │ │ │ ├── libaddfinalizer │ │ │ │ ├── Index.d.ts // 提供JS侧的接口方法 │ │ │ │ ├── oh-package.json5 // 将index.d.ts与cpp文件关联 │ │ ├── CMakeLists.txt // 配置CMake打包参数 │ │ ├── hello.cpp // 实现Native侧的runTest接口 │ ├── ets - │ │ ├── entryability - │ │ ├── entrybackupability + │ │ ├── addfinalizerability │ │ ├── pages │ │ ├── Index.ets // ArkTS侧调用C/C++方法实现 │ ├── module.json5 @@ -54,14 +53,13 @@ openescapablehandlescope/src/ ├── main │ ├── cpp │ │ ├── types - │ │ │ ├── libentry + │ │ │ ├── libopenescapablehandlescope │ │ │ │ ├── Index.d.ts // 提供JS侧的接口方法 │ │ │ │ ├── oh-package.json5 // 将index.d.ts与cpp文件关联 │ │ ├── CMakeLists.txt // 配置CMake打包参数 │ │ ├── hello.cpp // 实现Native侧的runTest接口 │ ├── ets - │ │ ├── entryability - │ │ ├── entrybackupability + │ │ ├── openescapablehandlescopeability │ │ ├── pages │ │ ├── Index.ets // ArkTS侧调用C/C++方法实现 │ ├── module.json5 @@ -94,14 +92,13 @@ referenceref/src/ ├── main │ ├── cpp │ │ ├── types - │ │ │ ├── libentry + │ │ │ ├── libreferenceref │ │ │ │ ├── Index.d.ts // 提供JS侧的接口方法 │ │ │ │ ├── oh-package.json5 // 将index.d.ts与cpp文件关 │ │ ├── CMakeLists.txt // 配置CMake打包参数 │ │ ├── hello.cpp // 实现Native侧的runTest接 │ ├── ets - │ │ ├── entryability - │ │ ├── entrybackupability + │ │ ├── referencerefability │ │ ├── pages │ │ ├── Index.ets // ArkTS侧调用C/C++方法实现 │ ├── module.json5 @@ -135,7 +132,7 @@ referenceref/src/ ``` git init git config core.sparsecheckout true -echo code/DocsSample/ArkTs/JSVMAPI/JsvmUsageGuide/JsvmLifeCycle > .git/info/sparse-checkout +echo code/DocsSample/ArkTS/JSVMAPI/JsvmUsageGuide/JsvmLifeCycle > .git/info/sparse-checkout git remote add origin https://gitee.com/openharmony/applications_app_samples.git git pull origin master ``` diff --git a/code/DocsSample/ArkTS/JSVMAPI/JsvmUsageGuide/UsageInstructionsOne/README.md b/code/DocsSample/ArkTS/JSVMAPI/JsvmUsageGuide/UsageInstructionsOne/README.md index 5d13c47d5e15dae5cb4109f0a19822a419f38949..c7ae052567eef78f430d2e81a3ce9b3f809a608b 100755 --- a/code/DocsSample/ArkTS/JSVMAPI/JsvmUsageGuide/UsageInstructionsOne/README.md +++ b/code/DocsSample/ArkTS/JSVMAPI/JsvmUsageGuide/UsageInstructionsOne/README.md @@ -33,14 +33,13 @@ aboutjson/src/ ├── main │ ├── cpp │ │ ├── types - │ │ │ ├── libentry + │ │ │ ├── libaboutjson │ │ │ │ ├── Index.d.ts // 提供JS侧的接口方法 │ │ │ │ ├── oh-package.json5 // 将index.d.ts与cpp文件关联 │ │ ├── CMakeLists.txt // 配置CMake打包参数 │ │ ├── hello.cpp // 实现Native侧的runTest接口 │ ├── ets - │ │ ├── entryability - │ │ ├── entrybackupability + │ │ ├── aboutjsonability │ │ ├── pages │ │ ├── Index.ets // ArkTS侧调用C/C++方法实现 │ ├── module.json5 @@ -73,14 +72,13 @@ functioncall/src/ ├── main │ ├── cpp │ │ ├── types - │ │ │ ├── libentry + │ │ │ ├── libfunctioncall │ │ │ │ ├── Index.d.ts // 提供JS侧的接口方法 │ │ │ │ ├── oh-package.json5 // 将index.d.ts与cpp文件关 │ │ ├── CMakeLists.txt // 配置CMake打包参数 │ │ ├── hello.cpp // 实现Native侧的runTest接 │ ├── ets - │ │ ├── entryability - │ │ ├── entrybackupability + │ │ ├── functioncallability │ │ ├── pages │ │ ├── Index.ets // ArkTS侧调用C/C++方法实现 │ ├── module.json5 @@ -93,14 +91,13 @@ pumpmessageloop/src/ ├── main │ ├── cpp │ │ ├── types - │ │ │ ├── libentry + │ │ │ ├── libpumpmessageloop │ │ │ │ ├── Index.d.ts // 提供JS侧的接口方法 │ │ │ │ ├── oh-package.json5 // 将index.d.ts与cpp文件关 │ │ ├── CMakeLists.txt // 配置CMake打包参数 │ │ ├── hello.cpp // 实现Native侧的runTest接 │ ├── ets - │ │ ├── entryability - │ │ ├── entrybackupability + │ │ ├── pumpmessageloopability │ │ ├── pages │ │ ├── Index.ets // ArkTS侧调用C/C++方法实现 │ ├── module.json5 @@ -113,14 +110,13 @@ pumpmessageloop/src/ ├── main │ ├── cpp │ │ ├── types - │ │ │ ├── libentry + │ │ │ ├── libwebassembly │ │ │ │ ├── Index.d.ts // 提供JS侧的接口方法 │ │ │ │ ├── oh-package.json5 // 将index.d.ts与cpp文件关 │ │ ├── CMakeLists.txt // 配置CMake打包参数 │ │ ├── hello.cpp // 实现Native侧的runTest接 │ ├── ets - │ │ ├── entryability - │ │ ├── entrybackupability + │ │ ├── webassemblyability │ │ ├── pages │ │ ├── Index.ets // ArkTS侧调用C/C++方法实现 │ ├── module.json5 @@ -154,7 +150,7 @@ pumpmessageloop/src/ ``` git init git config core.sparsecheckout true -echo code/DocsSample/ArkTs/JSVMAPI/UsageInstructionsOne > .git/info/sparse-checkout +echo code/DocsSample/ArkTS/JSVMAPI/UsageInstructionsOne > .git/info/sparse-checkout git remote add origin https://gitee.com/openharmony/applications_app_samples.git git pull origin master ``` diff --git a/code/DocsSample/ArkTS/JSVMAPI/JsvmUsageGuide/UsageInstructionsTwo/README.md b/code/DocsSample/ArkTS/JSVMAPI/JsvmUsageGuide/UsageInstructionsTwo/README.md index c803ac6f1898df3967fa817b29b94bcd1757b855..39bd24582b91da936a5ae62f8896d1daa3e2087f 100755 --- a/code/DocsSample/ArkTS/JSVMAPI/JsvmUsageGuide/UsageInstructionsTwo/README.md +++ b/code/DocsSample/ArkTS/JSVMAPI/JsvmUsageGuide/UsageInstructionsTwo/README.md @@ -32,14 +32,13 @@ adjustexternalmemory/src/ ├── main │ ├── cpp │ │ ├── types - │ │ │ ├── libentry + │ │ │ ├── libadjustexternalmemory │ │ │ │ ├── Index.d.ts // 提供JS侧的接口方法 │ │ │ │ ├── oh-package.json5 // 将index.d.ts与cpp文件关联 │ │ ├── CMakeLists.txt // 配置CMake打包参数 │ │ ├── hello.cpp // 实现Native侧的runTest接口 │ ├── ets - │ │ ├── entryability - │ │ ├── entrybackupability + │ │ ├── adjustexternalmemoryability │ │ ├── pages │ │ ├── Index.ets // ArkTS侧调用C/C++方法实现 │ ├── module.json5 @@ -52,14 +51,13 @@ getheapstatistics/src/ ├── main │ ├── cpp │ │ ├── types - │ │ │ ├── libentry + │ │ │ ├── libgetheapstatistics │ │ │ │ ├── Index.d.ts // 提供JS侧的接口方法 │ │ │ │ ├── oh-package.json5 // 将index.d.ts与cpp文件关联 │ │ ├── CMakeLists.txt // 配置CMake打包参数 │ │ ├── hello.cpp // 实现Native侧的runTest接口 │ ├── ets - │ │ ├── entryability - │ │ ├── entrybackupability + │ │ ├── getheapstatisticsability │ │ ├── pages │ │ ├── Index.ets // ArkTS侧调用C/C++方法实现 │ ├── module.json5 @@ -72,14 +70,13 @@ getversion/src/ ├── main │ ├── cpp │ │ ├── types - │ │ │ ├── libentry + │ │ │ ├── libgetversion │ │ │ │ ├── Index.d.ts // 提供JS侧的接口方法 │ │ │ │ ├── oh-package.json5 // 将index.d.ts与cpp文件关 │ │ ├── CMakeLists.txt // 配置CMake打包参数 │ │ ├── hello.cpp // 实现Native侧的runTest接 │ ├── ets - │ │ ├── entryability - │ │ ├── entrybackupability + │ │ ├── getversionability │ │ ├── pages │ │ ├── Index.ets // ArkTS侧调用C/C++方法实现 │ ├── module.json5 @@ -112,14 +109,13 @@ memorypressurenotification/src/ ├── main │ ├── cpp │ │ ├── types - │ │ │ ├── libentry + │ │ │ ├── libmemorypressurenotification │ │ │ │ ├── Index.d.ts // 提供JS侧的接口方法 │ │ │ │ ├── oh-package.json5 // 将index.d.ts与cpp文件关 │ │ ├── CMakeLists.txt // 配置CMake打包参数 │ │ ├── hello.cpp // 实现Native侧的runTest接 │ ├── ets - │ │ ├── entryability - │ │ ├── entrybackupability + │ │ ├── memorypressurenotificationability │ │ ├── pages │ │ ├── Index.ets // ArkTS侧调用C/C++方法实现 │ ├── module.json5 @@ -132,14 +128,13 @@ strictequals/src/ ├── main │ ├── cpp │ │ ├── types - │ │ │ ├── libentry + │ │ │ ├── libstrictequals │ │ │ │ ├── Index.d.ts // 提供JS侧的接口方法 │ │ │ │ ├── oh-package.json5 // 将index.d.ts与cpp文件关 │ │ ├── CMakeLists.txt // 配置CMake打包参数 │ │ ├── hello.cpp // 实现Native侧的runTest接 │ ├── ets - │ │ ├── entryability - │ │ ├── entrybackupability + │ │ ├── strictequalsability │ │ ├── pages │ │ ├── Index.ets // ArkTS侧调用C/C++方法实现 │ ├── module.json5 @@ -173,7 +168,7 @@ strictequals/src/ ``` git init git config core.sparsecheckout true -echo code/DocsSample/ArkTs/JSVMAPI/JsvmUsageGuide/UsageInstructionsTwo > .git/info/sparse-checkout +echo code/DocsSample/ArkTS/JSVMAPI/JsvmUsageGuide/UsageInstructionsTwo > .git/info/sparse-checkout git remote add origin https://gitee.com/openharmony/applications_app_samples.git git pull origin master ``` diff --git a/code/DocsSample/ArkTS/NodeAPI/NodeAPIClassicUseCases/NodeAPIApplicationScenario/README.md b/code/DocsSample/ArkTS/NodeAPI/NodeAPIClassicUseCases/NodeAPIApplicationScenario/README.md index 68729a5cbb6dec596bbd77b6412bc66a7851137c..2b79d4e02fd1f0a2ca014d56144e927b5dfc0767 100755 --- a/code/DocsSample/ArkTS/NodeAPI/NodeAPIClassicUseCases/NodeAPIApplicationScenario/README.md +++ b/code/DocsSample/ArkTS/NodeAPI/NodeAPIClassicUseCases/NodeAPIApplicationScenario/README.md @@ -17,8 +17,8 @@ Node-API中的napi_call_threadsafe_function_with_priority接口的功能是从 ### 效果预览 -| 首页 | 执行结果图 | -| ------------------------------------------------------------ | ------------------------------------------------------------ | +| 首页 | 执行结果图 | +| ------------------------------------------------------------------------------ | ------------------------------------------------------------------------------ | | | | ### 使用说明 @@ -53,7 +53,7 @@ entry/src/ ├── ohosTest │ ├── ets │ │ └── test - │ │ ├── Ability.test.ets + │ │ ├── Ability.test.ets │ │ ├── NodeApiApplicationScenario.test.ets // 自动化测试代码 │ │ └── List.test.ets ``` @@ -78,10 +78,10 @@ entry/src/ 如需单独下载本工程,执行如下命令: -```` +``` git init git config core.sparsecheckout true -echo code/DocsSample/ArkTs/NodeAPI/NodeApiClassicUseCases/NodeApiApplicationScenario > .git/info/sparse-checkout +echo code/DocsSample/ArkTS/NodeAPI/NodeAPIClassicUseCases/NodeAPIApplicationScenario > .git/info/sparse-checkout git remote add origin https://gitee.com/openharmony/applications_app_samples.git git pull origin master -```` \ No newline at end of file +``` diff --git a/code/DocsSample/ArkTS/NodeAPI/NodeAPIClassicUseCases/NodeAPIAsynchronousTask/README.md b/code/DocsSample/ArkTS/NodeAPI/NodeAPIClassicUseCases/NodeAPIAsynchronousTask/README.md index ad578f30fe7b84924884f0572b2cf26b50935e5b..40cd767d4be5be09ddee38d24bdcafe88c110490 100755 --- a/code/DocsSample/ArkTS/NodeAPI/NodeAPIClassicUseCases/NodeAPIAsynchronousTask/README.md +++ b/code/DocsSample/ArkTS/NodeAPI/NodeAPIClassicUseCases/NodeAPIAsynchronousTask/README.md @@ -8,8 +8,8 @@ ### 效果预览 -| 首页 | 执行结果图 | -| ------------------------------------------------------------ | ------------------------------------------------------------ | +| 首页 | 执行结果图 | +| --------------------------------------------------------------------------- | -------------------------------------------------------------------------- | | | | ### 使用说明 @@ -40,7 +40,7 @@ entry/src/ ├── ohosTest │ ├── ets │ │ └── test - │ │ ├── Ability.test.ets + │ │ ├── Ability.test.ets │ │ ├── NodeAPIAsynchronousTask.test.ets // 自动化测试代码 │ │ └── List.test.ets ``` @@ -65,10 +65,10 @@ entry/src/ 如需单独下载本工程,执行如下命令: -```` +``` git init git config core.sparsecheckout true -echo code/DocsSample/ArkTs/NodeAPI/NodeApiClassicUseCases/NodeAPIAsynchronousTask > .git/info/sparse-checkout +echo code/DocsSample/ArkTS/NodeAPI/NodeAPIClassicUseCases/NodeAPIAsynchronousTask > .git/info/sparse-checkout git remote add origin https://gitee.com/openharmony/applications_app_samples.git git pull origin master -```` \ No newline at end of file +``` diff --git a/code/DocsSample/ArkTS/NodeAPI/NodeAPIClassicUseCases/NodeAPILoadModule/README.md b/code/DocsSample/ArkTS/NodeAPI/NodeAPIClassicUseCases/NodeAPILoadModule/README.md index 55e0727daf77684511e51272ed38cb437b3693f2..3ce8d15d09bc92a06ad1795cee3269ddbb953efc 100755 --- a/code/DocsSample/ArkTS/NodeAPI/NodeAPIClassicUseCases/NodeAPILoadModule/README.md +++ b/code/DocsSample/ArkTS/NodeAPI/NodeAPIClassicUseCases/NodeAPILoadModule/README.md @@ -8,8 +8,8 @@ ### 效果预览 -| 首页 | 执行结果图 | -| ------------------------------------------------------------ | ------------------------------------------------------------ | +| 首页 | 执行结果图 | +| --------------------------------------------------------------------- | --------------------------------------------------------------------- | | | | ### 使用说明 @@ -41,7 +41,7 @@ entry/src/ ├── ohosTest │ ├── ets │ │ └── test - │ │ ├── Ability.test.ets + │ │ ├── Ability.test.ets │ │ ├── NodeApiLoadModule.test.ets // 自动化测试代码 │ │ └── List.test.ets ``` @@ -66,10 +66,10 @@ entry/src/ 如需单独下载本工程,执行如下命令: -```` +``` git init git config core.sparsecheckout true -echo code/DocsSample/ArkTs/NodeAPI/NodeApiClassicUseCases/NodeApiLoadModule > .git/info/sparse-checkout +echo code/DocsSample/ArkTS/NodeAPI/NodeAPIClassicUseCases/NodeAPILoadModule > .git/info/sparse-checkout git remote add origin https://gitee.com/openharmony/applications_app_samples.git git pull origin master -```` \ No newline at end of file +``` diff --git a/code/DocsSample/ArkTS/NodeAPI/NodeAPIClassicUseCases/NodeAPILoadModuleWithInfo/README.md b/code/DocsSample/ArkTS/NodeAPI/NodeAPIClassicUseCases/NodeAPILoadModuleWithInfo/README.md index 89c98d8f9cbdd90bfdb9f49ff36f464086b4cd7f..eb6376b8fb3d8377880cc7dd0fcbb5bf10af5cd2 100755 --- a/code/DocsSample/ArkTS/NodeAPI/NodeAPIClassicUseCases/NodeAPILoadModuleWithInfo/README.md +++ b/code/DocsSample/ArkTS/NodeAPI/NodeAPIClassicUseCases/NodeAPILoadModuleWithInfo/README.md @@ -2,16 +2,16 @@ ### 介绍 - Node-API中的napi_load_module_with_info接口的功能是进行模块的加载,当模块加载出来之后,可以使用函数napi_get_property获取模块导出的变量,也可以使用napi_get_named_property获取模块导出的函数,该函数可以在新创建的ArkTS基础运行时环境中使用。 +Node-API中的napi_load_module_with_info接口的功能是进行模块的加载,当模块加载出来之后,可以使用函数napi_get_property获取模块导出的变量,也可以使用napi_get_named_property获取模块导出的函数,该函数可以在新创建的ArkTS基础运行时环境中使用。 - 本工程展示了使用napi_load_module_with_info接口进行对不同内容的加载,代码详细描述可查如下链接。 +本工程展示了使用napi_load_module_with_info接口进行对不同内容的加载,代码详细描述可查如下链接。 - [使用Node-API接口进行模块加载](https://docs.openharmony.cn/pages/v5.0/zh-cn/application-dev/napi/use-napi-load-module-with-info.md) ### 效果预览 -| 首页图 | 执行结果图 | -| ------------------------------------------------------------ | ------------------------------------------------------------ | +| 首页图 | 执行结果图 | +| ----------------------------------------------------------------------------- | ----------------------------------------------------------------------------- | | | | ### 使用说明 @@ -49,7 +49,7 @@ entry/src/ ├── ohosTest │ ├── ets │ │ └── test - │ │ ├── Ability.test.ets + │ │ ├── Ability.test.ets │ │ ├── NodeApiLoadModuleWithInfo.test.ets // 自动化测试代码 │ │ └── List.test.ets har1/ // HAR加载HAR模块名 @@ -77,10 +77,10 @@ entry/src/ 如需单独下载本工程,执行如下命令: -```` +``` git init git config core.sparsecheckout true -echo code/DocsSample/ArkTs/NodeAPI/NodeApiClassicUseCases/NodeApiLoadModuleWithInfo > .git/info/sparse-checkout +echo code/DocsSample/ArkTS/NodeAPI/NodeAPIClassicUseCases/NodeAPILoadModuleWithInfo > .git/info/sparse-checkout git remote add origin https://gitee.com/openharmony/applications_app_samples.git git pull origin master -```` \ No newline at end of file +``` diff --git a/code/DocsSample/ArkTS/NodeAPI/NodeAPIUse/NodeAPIArray/README.md b/code/DocsSample/ArkTS/NodeAPI/NodeAPIUse/NodeAPIArray/README.md index 5d2b33db6a40235c0fa71fc3582144f82b7d5d2f..1068aaafcd405d1eb427968506647f076e4b0bd6 100755 --- a/code/DocsSample/ArkTS/NodeAPI/NodeAPIUse/NodeAPIArray/README.md +++ b/code/DocsSample/ArkTS/NodeAPI/NodeAPIUse/NodeAPIArray/README.md @@ -10,8 +10,8 @@ ### 效果预览 -| 首页 | 执行结果图 | -| ------------------------------------------------------------ | ------------------------------------------------------------ | +| 首页 | 执行结果图 | +| ---------------------------------------------------------------- | ---------------------------------------------------------------- | | | | ### 使用说明 @@ -41,7 +41,7 @@ entry/src/ ├── ohosTest │ ├── ets │ │ └── test - │ │ ├── Ability.test.ets + │ │ ├── Ability.test.ets │ │ ├── NodeAPIArray.test.ets // 自动化测试代码 │ │ └── List.test.ets ``` @@ -66,10 +66,10 @@ entry/src/ 如需单独下载本工程,执行如下命令: -```` +``` git init git config core.sparsecheckout true -echo code/DocsSample/ArkTs/NodeAPI/NodeApiUse/NodeAPIArray > .git/info/sparse-checkout +echo code/DocsSample/ArkTS/NodeAPI/NodeAPIUse/NodeAPIArray > .git/info/sparse-checkout git remote add origin https://gitee.com/openharmony/applications_app_samples.git git pull origin master -```` \ No newline at end of file +``` diff --git a/code/DocsSample/ArkTS/NodeAPI/NodeAPIUse/NodeAPIArraybuffer/README.md b/code/DocsSample/ArkTS/NodeAPI/NodeAPIUse/NodeAPIArraybuffer/README.md index b8e56d852b0678dbefd00cddcd5f8c8adbf3499f..9814d428116a6e14a11a8b55e70d1c7eafb7cda3 100755 --- a/code/DocsSample/ArkTS/NodeAPI/NodeAPIUse/NodeAPIArraybuffer/README.md +++ b/code/DocsSample/ArkTS/NodeAPI/NodeAPIUse/NodeAPIArraybuffer/README.md @@ -10,8 +10,8 @@ ArrayBuffer是ArkTS中的一种数据类型,用于表示通用的、固定长 ### 效果预览 -| 首页 | 执行效果图 | -| ------------------------------------------------------------ | ------------------------------------------------------------ | +| 首页 | 执行效果图 | +| ---------------------------------------------------------------------- | ---------------------------------------------------------------------- | | | | ### 使用说明 @@ -41,7 +41,7 @@ entry/src/ ├── ohosTest │ ├── ets │ │ └── test - │ │ ├── Ability.test.ets + │ │ ├── Ability.test.ets │ │ ├── NodeAPIArraybuffer.test.ets // 自动化测试代码 │ │ └── List.test.ets ``` @@ -66,10 +66,10 @@ entry/src/ 如需单独下载本工程,执行如下命令: -```` +``` git init git config core.sparsecheckout true -echo code/DocsSample/ArkTs/NodeAPI/NodeApiUse/NodeAPIArraybuffer > .git/info/sparse-checkout +echo code/DocsSample/ArkTS/NodeAPI/NodeAPIUse/NodeAPIArraybuffer > .git/info/sparse-checkout git remote add origin https://gitee.com/openharmony/applications_app_samples.git git pull origin master -```` \ No newline at end of file +``` diff --git a/code/DocsSample/ArkTS/NodeAPI/NodeAPIUse/NodeAPIBasicDataTypes/README.md b/code/DocsSample/ArkTS/NodeAPI/NodeAPIUse/NodeAPIBasicDataTypes/README.md index cfec2108aad7f7361d62a7a2478fa9b194bd15cd..380218646a6b1b6f380ac9b9eddcd5e2134b06bb 100755 --- a/code/DocsSample/ArkTS/NodeAPI/NodeAPIUse/NodeAPIBasicDataTypes/README.md +++ b/code/DocsSample/ArkTS/NodeAPI/NodeAPIUse/NodeAPIBasicDataTypes/README.md @@ -10,8 +10,8 @@ ArkTS的Number类型是一个双精度64位二进制格式IEEE 754值。只有 ### 效果预览 -| 首页 | 执行效果图 | -| ------------------------------------------------------------ | ------------------------------------------------------------ | +| 首页 | 执行效果图 | +| ------------------------------------------------------------------------- | ------------------------------------------------------------------------- | | | | ### 使用说明 @@ -41,7 +41,7 @@ entry/src/ ├── ohosTest │ ├── ets │ │ └── test - │ │ ├── Ability.test.ets + │ │ ├── Ability.test.ets │ │ ├── NodeAPIBasicDataTypes.test.ets // 自动化测试代码 │ │ └── List.test.ets ``` @@ -66,10 +66,10 @@ entry/src/ 如需单独下载本工程,执行如下命令: -```` +``` git init git config core.sparsecheckout true -echo code/DocsSample/ArkTs/NodeAPI/NodeApiUse/NodeAPIBasicDataTypes > .git/info/sparse-checkout +echo code/DocsSample/ArkTS/NodeAPI/NodeAPIUse/NodeAPIBasicDataTypes > .git/info/sparse-checkout git remote add origin https://gitee.com/openharmony/applications_app_samples.git git pull origin master -```` \ No newline at end of file +``` diff --git a/code/DocsSample/ArkTS/NodeAPI/NodeAPIUse/NodeAPIBigint/README.md b/code/DocsSample/ArkTS/NodeAPI/NodeAPIUse/NodeAPIBigint/README.md index 9d5ca289257ce088f34cdc5dce299275d63dca8b..93c4a1331df45c10b2d4ae5aaa04aa3b9c1c96ce 100755 --- a/code/DocsSample/ArkTS/NodeAPI/NodeAPIUse/NodeAPIBigint/README.md +++ b/code/DocsSample/ArkTS/NodeAPI/NodeAPIUse/NodeAPIBigint/README.md @@ -10,8 +10,8 @@ BigInt是ArkTS中用于表示任意精度整数的数据类型,它能够处理 ### 效果预览 -| 执行结果图 | | -| ------------------------------------------------------------ | ------------------------------------------------------------ | +| 执行结果图 | | +| ----------------------------------------------------------------- | ----------------------------------------------------------------- | | | | ### 使用说明 @@ -41,7 +41,7 @@ entry/src/ ├── ohosTest │ ├── ets │ │ └── test - │ │ ├── Ability.test.ets + │ │ ├── Ability.test.ets │ │ ├── NodeAPIBigint.test.ets // 自动化测试代码 │ │ └── List.test.ets ``` @@ -66,10 +66,10 @@ entry/src/ 如需单独下载本工程,执行如下命令: -```` +``` git init git config core.sparsecheckout true -echo code/DocsSample/ArkTs/NodeAPI/NodeApiUse/NodeAPIBigint > .git/info/sparse-checkout +echo code/DocsSample/ArkTS/NodeAPI/NodeAPIUse/NodeAPIBigint > .git/info/sparse-checkout git remote add origin https://gitee.com/openharmony/applications_app_samples.git git pull origin master -```` \ No newline at end of file +``` diff --git a/code/DocsSample/ArkTS/NodeAPI/NodeAPIUse/NodeAPIBuffer/README.md b/code/DocsSample/ArkTS/NodeAPI/NodeAPIUse/NodeAPIBuffer/README.md index 8e7882c890ab3321708a226737bf494c44ede7f6..f81d20f55d36045239a3f35f2b802d60d6d22abb 100755 --- a/code/DocsSample/ArkTS/NodeAPI/NodeAPIUse/NodeAPIBuffer/README.md +++ b/code/DocsSample/ArkTS/NodeAPI/NodeAPIUse/NodeAPIBuffer/README.md @@ -10,8 +10,8 @@ ### 效果预览 -| 首页 | 执行结果图 | -| ------------------------------------------------------------ | ------------------------------------------------------------ | +| 首页 | 执行结果图 | +| ----------------------------------------------------------------- | ----------------------------------------------------------------- | | | | ### 使用说明 @@ -41,7 +41,7 @@ entry/src/ ├── ohosTest │ ├── ets │ │ └── test - │ │ ├── Ability.test.ets + │ │ ├── Ability.test.ets │ │ ├── NodeAPIBuffer.test.ets // 自动化测试代码 │ │ └── List.test.ets ``` @@ -66,10 +66,10 @@ entry/src/ 如需单独下载本工程,执行如下命令: -```` +``` git init git config core.sparsecheckout true -echo code/DocsSample/ArkTs/NodeAPI/NodeApiUse/NodeAPIBuffer > .git/info/sparse-checkout +echo code/DocsSample/ArkTS/NodeAPI/NodeAPIUse/NodeAPIBuffer > .git/info/sparse-checkout git remote add origin https://gitee.com/openharmony/applications_app_samples.git git pull origin master -```` \ No newline at end of file +``` diff --git a/code/DocsSample/ArkTS/NodeAPI/NodeAPIUse/NodeAPIClass/README.md b/code/DocsSample/ArkTS/NodeAPI/NodeAPIUse/NodeAPIClass/README.md index 862d45ca29f3a9d5ac17ea48087b164d85da6db0..c03d3c502abb4c9fe14371cdb6a10ed1c644b512 100755 --- a/code/DocsSample/ArkTS/NodeAPI/NodeAPIUse/NodeAPIClass/README.md +++ b/code/DocsSample/ArkTS/NodeAPI/NodeAPIUse/NodeAPIClass/README.md @@ -8,8 +8,8 @@ ### 效果预览 -| 首页 | 执行结果图 | -| ------------------------------------------------------------ | ------------------------------------------------------------ | +| 首页 | 执行结果图 | +| ---------------------------------------------------------------- | ---------------------------------------------------------------- | | | | ### 使用说明 @@ -39,7 +39,7 @@ entry/src/ ├── ohosTest │ ├── ets │ │ └── test - │ │ ├── Ability.test.ets + │ │ ├── Ability.test.ets │ │ ├── NodeAPIClass.test.ets // 自动化测试代码 │ │ └── List.test.ets ``` @@ -64,10 +64,10 @@ entry/src/ 如需单独下载本工程,执行如下命令: -```` +``` git init git config core.sparsecheckout true -echo code/DocsSample/ArkTs/NodeAPI/NodeApiUse/NodeAPIClass > .git/info/sparse-checkout +echo code/DocsSample/ArkTS/NodeAPI/NodeAPIUse/NodeAPIClass > .git/info/sparse-checkout git remote add origin https://gitee.com/openharmony/applications_app_samples.git git pull origin master -```` \ No newline at end of file +``` diff --git a/code/DocsSample/ArkTS/NodeAPI/NodeAPIUse/NodeAPICleanuphook/README.md b/code/DocsSample/ArkTS/NodeAPI/NodeAPIUse/NodeAPICleanuphook/README.md index 82af9b29e419a5d58e55b210ebce864d40e5424c..705fd1aef5711938887b6026d6a63823dd46f1a0 100755 --- a/code/DocsSample/ArkTS/NodeAPI/NodeAPIUse/NodeAPICleanuphook/README.md +++ b/code/DocsSample/ArkTS/NodeAPI/NodeAPIUse/NodeAPICleanuphook/README.md @@ -10,8 +10,8 @@ ### 效果预览 -| 首页 | 执行结果图 | -| ------------------------------------------------------------ | ------------------------------------------------------------ | +| 首页 | 执行结果图 | +| ---------------------------------------------------------------------- | ---------------------------------------------------------------------- | | | | ### 使用说明 @@ -41,7 +41,7 @@ entry/src/ ├── ohosTest │ ├── ets │ │ └── test - │ │ ├── Ability.test.ets + │ │ ├── Ability.test.ets │ │ ├── NodeAPICleanuphook.test.ets // 自动化测试代码 │ │ └── List.test.ets ``` @@ -66,10 +66,10 @@ entry/src/ 如需单独下载本工程,执行如下命令: -```` +``` git init git config core.sparsecheckout true -echo code/DocsSample/ArkTs/NodeAPI/NodeApiUse/NodeAPICleanuphook > .git/info/sparse-checkout +echo code/DocsSample/ArkTS/NodeAPI/NodeAPIUse/NodeAPICleanuphook > .git/info/sparse-checkout git remote add origin https://gitee.com/openharmony/applications_app_samples.git git pull origin master -```` \ No newline at end of file +``` diff --git a/code/DocsSample/ArkTS/NodeAPI/NodeAPIUse/NodeAPICustomAsynchronousOperations/README.md b/code/DocsSample/ArkTS/NodeAPI/NodeAPIUse/NodeAPICustomAsynchronousOperations/README.md index 09e0b21ff903be0266b8731740aa3f3eeaaf9027..f13977161082894c5c352970613f3a1d0e549874 100755 --- a/code/DocsSample/ArkTS/NodeAPI/NodeAPIUse/NodeAPICustomAsynchronousOperations/README.md +++ b/code/DocsSample/ArkTS/NodeAPI/NodeAPIUse/NodeAPICustomAsynchronousOperations/README.md @@ -10,8 +10,8 @@ ### 效果预览 -| 首页 | 执行结果图 | -| ------------------------------------------------------------ | ------------------------------------------------------------ | +| 首页 | 执行结果图 | +| --------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------- | | | | ### 使用说明 @@ -41,7 +41,7 @@ entry/src/ ├── ohosTest │ ├── ets │ │ └── test - │ │ ├── Ability.test.ets + │ │ ├── Ability.test.ets │ │ ├── NodeApiCustomAsynchronousOperations.test.ets // 自动化测试代码 │ │ └── List.test.ets ``` @@ -66,10 +66,10 @@ entry/src/ 如需单独下载本工程,执行如下命令: -```` +``` git init git config core.sparsecheckout true -echo code/DocsSample/ArkTs/NodeAPI/NodeApiUse/NodeApiCustomAsynchronousOperations > .git/info/sparse-checkout +echo code/DocsSample/ArkTS/NodeAPI/NodeAPIUse/NodeAPICustomAsynchronousOperations > .git/info/sparse-checkout git remote add origin https://gitee.com/openharmony/applications_app_samples.git git pull origin master -```` \ No newline at end of file +``` diff --git a/code/DocsSample/ArkTS/NodeAPI/NodeAPIUse/NodeAPIDate/README.md b/code/DocsSample/ArkTS/NodeAPI/NodeAPIUse/NodeAPIDate/README.md index ee3554ee0f6e5ea152f2807bd19d388323130019..ef0aae6c758a887eafac7a18643b7b4e0ced83bd 100755 --- a/code/DocsSample/ArkTS/NodeAPI/NodeAPIUse/NodeAPIDate/README.md +++ b/code/DocsSample/ArkTS/NodeAPI/NodeAPIUse/NodeAPIDate/README.md @@ -8,8 +8,8 @@ Node-API中date相关接口用于处理ArkTS Date对象,并在Node-API模块 ### 效果预览 -| 首页 | 执行结果图 | -| ------------------------------------------------------------ | ------------------------------------------------------------ | +| 首页 | 执行结果图 | +| --------------------------------------------------------------- | --------------------------------------------------------------- | | | | ### 使用说明 @@ -39,7 +39,7 @@ entry/src/ ├── ohosTest │ ├── ets │ │ └── test - │ │ ├── Ability.test.ets + │ │ ├── Ability.test.ets │ │ ├── NodeAPIDate.test.ets // 自动化测试代码 │ │ └── List.test.ets ``` @@ -64,10 +64,10 @@ entry/src/ 如需单独下载本工程,执行如下命令: -```` +``` git init git config core.sparsecheckout true -echo code/DocsSample/ArkTs/NodeAPI/NodeApiUse/NodeAPIDate > .git/info/sparse-checkout +echo code/DocsSample/ArkTS/NodeAPI/NodeAPIUse/NodeAPIDate > .git/info/sparse-checkout git remote add origin https://gitee.com/openharmony/applications_app_samples.git git pull origin master -```` \ No newline at end of file +``` diff --git a/code/DocsSample/ArkTS/NodeAPI/NodeAPIUse/NodeAPIEnvironmentalLifeCycle/README.md b/code/DocsSample/ArkTS/NodeAPI/NodeAPIUse/NodeAPIEnvironmentalLifeCycle/README.md index 1fbd6522e665df98afc83e31cebfd3d26063c979..78940a7a11d21544f0e499a448930a997ac34e70 100755 --- a/code/DocsSample/ArkTS/NodeAPI/NodeAPIUse/NodeAPIEnvironmentalLifeCycle/README.md +++ b/code/DocsSample/ArkTS/NodeAPI/NodeAPIUse/NodeAPIEnvironmentalLifeCycle/README.md @@ -8,8 +8,8 @@ ### 效果预览 -| 首页 | 执行结果图 | -| :----------------------------------------------------------- | :----------------------------------------------------------- | +| 首页 | 执行结果图 | +| :-------------------------------------------------------------------------------- | :-------------------------------------------------------------------------------- | | | | ### 使用说明 @@ -39,7 +39,7 @@ entry/src/ ├── ohosTest │ ├── ets │ │ └── test - │ │ ├── Ability.test.ets + │ │ ├── Ability.test.ets │ │ ├── NodeAPIEnvironmentalLifeCycle.test.ets // 自动化测试代码 │ │ └── List.test.ets ``` @@ -64,10 +64,10 @@ entry/src/ 如需单独下载本工程,执行如下命令: -```` +``` git init git config core.sparsecheckout true -echo code/DocsSample/ArkTs/NodeAPI/NodeApiUse/NodeAPIEnvironmentalLifeCycle > .git/info/sparse-checkout +echo code/DocsSample/ArkTS/NodeAPI/NodeAPIUse/NodeAPIEnvironmentalLifeCycle > .git/info/sparse-checkout git remote add origin https://gitee.com/openharmony/applications_app_samples.git git pull origin master -```` \ No newline at end of file +``` diff --git a/code/DocsSample/ArkTS/NodeAPI/NodeAPIUse/NodeAPIError/README.md b/code/DocsSample/ArkTS/NodeAPI/NodeAPIUse/NodeAPIError/README.md index 9f99e9c3c4207b31ce1cd59943b19241f7493188..08fb7de50dff4a0845607aebcbc9b711a3617859 100755 --- a/code/DocsSample/ArkTS/NodeAPI/NodeAPIUse/NodeAPIError/README.md +++ b/code/DocsSample/ArkTS/NodeAPI/NodeAPIUse/NodeAPIError/README.md @@ -8,8 +8,8 @@ ### 效果预览 -| 首页 | 执行结果图 | -| ------------------------------------------------------------ | ------------------------------------------------------------ | +| 首页 | 执行结果图 | +| ---------------------------------------------------------------- | ---------------------------------------------------------------- | | | | ### 使用说明 @@ -39,7 +39,7 @@ entry/src/ ├── ohosTest │ ├── ets │ │ └── test - │ │ ├── Ability.test.ets + │ │ ├── Ability.test.ets │ │ ├── NodeAPIError.test.ets // 自动化测试代码 │ │ └── List.test.ets ``` @@ -64,10 +64,10 @@ entry/src/ 如需单独下载本工程,执行如下命令: -```` +``` git init git config core.sparsecheckout true -echo code/DocsSample/ArkTs/NodeAPI/NodeApiUse/NodeAPIError > .git/info/sparse-checkout +echo code/DocsSample/ArkTS/NodeAPI/NodeAPIUse/NodeAPIError > .git/info/sparse-checkout git remote add origin https://gitee.com/openharmony/applications_app_samples.git git pull origin master -```` \ No newline at end of file +``` diff --git a/code/DocsSample/ArkTS/NodeAPI/NodeAPIUse/NodeAPIExtendCapabilities/README.md b/code/DocsSample/ArkTS/NodeAPI/NodeAPIUse/NodeAPIExtendCapabilities/README.md index 96980a88823ccad55e7769ee8d027a122792cb37..4e49cbfda00365eed80caa4da77f7f9c78d5a734 100755 --- a/code/DocsSample/ArkTS/NodeAPI/NodeAPIUse/NodeAPIExtendCapabilities/README.md +++ b/code/DocsSample/ArkTS/NodeAPI/NodeAPIUse/NodeAPIExtendCapabilities/README.md @@ -8,8 +8,8 @@ ### 效果预览 -| 首页 | 执行结果图 | -| ------------------------------------------------------------ | ------------------------------------------------------------ | +| 首页 | 执行结果图 | +| ----------------------------------------------------------------------------- | ----------------------------------------------------------------------------- | | | | ### 使用说明 @@ -39,7 +39,7 @@ entry/src/ ├── ohosTest │ ├── ets │ │ └── test - │ │ ├── Ability.test.ets + │ │ ├── Ability.test.ets │ │ ├── NodeAPIExtendCapabilities.test.ets // 自动化测试代码 │ │ └── List.test.ets ``` @@ -64,10 +64,10 @@ entry/src/ 如需单独下载本工程,执行如下命令: -```` +``` git init git config core.sparsecheckout true -echo code/DocsSample/ArkTs/NodeAPI/NodeApiUse/NodeAPIExtendCapabilities > .git/info/sparse-checkout +echo code/DocsSample/ArkTS/NodeAPI/NodeAPIUse/NodeAPIExtendCapabilities > .git/info/sparse-checkout git remote add origin https://gitee.com/openharmony/applications_app_samples.git git pull origin master -```` \ No newline at end of file +``` diff --git a/code/DocsSample/ArkTS/NodeAPI/NodeAPIUse/NodeAPIFunction/README.md b/code/DocsSample/ArkTS/NodeAPI/NodeAPIUse/NodeAPIFunction/README.md index 2a7785e1568c279c30cf54a835ac345892758626..5c16420c4ea7a27e28fe08ce0267e98b1b971988 100755 --- a/code/DocsSample/ArkTS/NodeAPI/NodeAPIUse/NodeAPIFunction/README.md +++ b/code/DocsSample/ArkTS/NodeAPI/NodeAPIUse/NodeAPIFunction/README.md @@ -8,8 +8,8 @@ ### 效果预览 -| 首页 | 执行结果图 | -| ------------------------------------------------------------ | ------------------------------------------------------------ | +| 首页 | 执行结果图 | +| ------------------------------------------------------------------- | ------------------------------------------------------------------- | | | | ### 使用说明 @@ -39,7 +39,7 @@ entry/src/ ├── ohosTest │ ├── ets │ │ └── test - │ │ ├── Ability.test.ets + │ │ ├── Ability.test.ets │ │ ├── NodeAPIFunction.test.ets // 自动化测试代码 │ │ └── List.test.ets ``` @@ -64,10 +64,10 @@ entry/src/ 如需单独下载本工程,执行如下命令: -```` +``` git init git config core.sparsecheckout true -echo code/DocsSample/ArkTs/NodeAPI/NodeApiUse/NodeAPIFunction > .git/info/sparse-checkout +echo code/DocsSample/ArkTS/NodeAPI/NodeAPIUse/NodeAPIFunction > .git/info/sparse-checkout git remote add origin https://gitee.com/openharmony/applications_app_samples.git git pull origin master -```` \ No newline at end of file +``` diff --git a/code/DocsSample/ArkTS/NodeAPI/NodeAPIUse/NodeAPILifeCycle/README.md b/code/DocsSample/ArkTS/NodeAPI/NodeAPIUse/NodeAPILifeCycle/README.md index 3a95e5bfa439574c1809b75032b97605d7ace272..85611e5562ded6a08b06c4ae772de7bad9559bae 100755 --- a/code/DocsSample/ArkTS/NodeAPI/NodeAPIUse/NodeAPILifeCycle/README.md +++ b/code/DocsSample/ArkTS/NodeAPI/NodeAPIUse/NodeAPILifeCycle/README.md @@ -8,8 +8,8 @@ ### 效果预览 -| 首页 | 执行结果图 | -| ------------------------------------------------------------ | ------------------------------------------------------------ | +| 首页 | 执行结果图 | +| -------------------------------------------------------------------- | -------------------------------------------------------------------- | | | | ### 使用说明 @@ -39,7 +39,7 @@ entry/src/ ├── ohosTest │ ├── ets │ │ └── test - │ │ ├── Ability.test.ets + │ │ ├── Ability.test.ets │ │ ├── NodeAPILifeCycle.test.ets // 自动化测试代码 │ │ └── List.test.ets ``` @@ -64,10 +64,10 @@ entry/src/ 如需单独下载本工程,执行如下命令: -```` +``` git init git config core.sparsecheckout true -echo code/DocsSample/ArkTs/NodeAPI/NodeApiUse/NodeAPILifeCycle > .git/info/sparse-checkout +echo code/DocsSample/ArkTS/NodeAPI/NodeAPIUse/NodeAPILifeCycle > .git/info/sparse-checkout git remote add origin https://gitee.com/openharmony/applications_app_samples.git git pull origin master -```` \ No newline at end of file +``` diff --git a/code/DocsSample/ArkTS/NodeAPI/NodeAPIUse/NodeAPIObject/README.md b/code/DocsSample/ArkTS/NodeAPI/NodeAPIUse/NodeAPIObject/README.md index dcffc96cc1095bc06b1851c9fed04dd9a8621680..51650c53ed2156e40bc734922567eec0a6d62d74 100755 --- a/code/DocsSample/ArkTS/NodeAPI/NodeAPIUse/NodeAPIObject/README.md +++ b/code/DocsSample/ArkTS/NodeAPI/NodeAPIUse/NodeAPIObject/README.md @@ -8,8 +8,8 @@ ### 效果预览 -| 首页 | 执行结果图 | -| ------------------------------------------------------------ | ------------------------------------------------------------ | +| 首页 | 执行结果图 | +| ----------------------------------------------------------------- | ----------------------------------------------------------------- | | | | ### 使用说明 @@ -39,7 +39,7 @@ entry/src/ ├── ohosTest │ ├── ets │ │ └── test - │ │ ├── Ability.test.ets + │ │ ├── Ability.test.ets │ │ ├── NodeAPIObject.test.ets // 自动化测试代码 │ │ └── List.test.ets ``` @@ -64,10 +64,10 @@ entry/src/ 如需单独下载本工程,执行如下命令: -```` +``` git init git config core.sparsecheckout true -echo code/DocsSample/ArkTs/NodeAPI/NodeApiUse/NodeAPIObject > .git/info/sparse-checkout +echo code/DocsSample/ArkTS/NodeAPI/NodeAPIUse/NodeAPIObject > .git/info/sparse-checkout git remote add origin https://gitee.com/openharmony/applications_app_samples.git git pull origin master -```` \ No newline at end of file +``` diff --git a/code/DocsSample/ArkTS/NodeAPI/NodeAPIUse/NodeAPIPrimitive/README.md b/code/DocsSample/ArkTS/NodeAPI/NodeAPIUse/NodeAPIPrimitive/README.md index 86c2a03108a225d137a11cb22485e80aa9954dc6..896ef8cca54436470a55517d9718a511c54945ff 100755 --- a/code/DocsSample/ArkTS/NodeAPI/NodeAPIUse/NodeAPIPrimitive/README.md +++ b/code/DocsSample/ArkTS/NodeAPI/NodeAPIUse/NodeAPIPrimitive/README.md @@ -8,8 +8,8 @@ ### 效果预览 -| 首页 | 执行结果图 | -| ------------------------------------------------------------ | ------------------------------------------------------------ | +| 首页 | 执行结果图 | +| -------------------------------------------------------------------- | -------------------------------------------------------------------- | | | | ### 使用说明 @@ -39,7 +39,7 @@ entry/src/ ├── ohosTest │ ├── ets │ │ └── test - │ │ ├── Ability.test.ets + │ │ ├── Ability.test.ets │ │ ├── NodeAPIPrimitive.test.ets // 自动化测试代码 │ │ └── List.test.ets ``` @@ -64,10 +64,10 @@ entry/src/ 如需单独下载本工程,执行如下命令: -```` +``` git init git config core.sparsecheckout true -echo code/DocsSample/ArkTs/NodeAPI/NodeApiUse/NodeAPIPrimitive > .git/info/sparse-checkout +echo code/DocsSample/ArkTS/NodeAPI/NodeAPIUse/NodeAPIPrimitive > .git/info/sparse-checkout git remote add origin https://gitee.com/openharmony/applications_app_samples.git git pull origin master -```` \ No newline at end of file +``` diff --git a/code/DocsSample/ArkTS/NodeAPI/NodeAPIUse/NodeAPIPromise/README.md b/code/DocsSample/ArkTS/NodeAPI/NodeAPIUse/NodeAPIPromise/README.md index 39ecac32434378fca7d30516d4fb630b4f85e046..7892bb23314076bb828453bd119614afbe6ce3bc 100755 --- a/code/DocsSample/ArkTS/NodeAPI/NodeAPIUse/NodeAPIPromise/README.md +++ b/code/DocsSample/ArkTS/NodeAPI/NodeAPIUse/NodeAPIPromise/README.md @@ -8,8 +8,8 @@ ### 效果预览 -| 首页 | 执行结果图 | -| ------------------------------------------------------------ | ------------------------------------------------------------ | +| 首页 | 执行结果图 | +| ------------------------------------------------------------------ | ------------------------------------------------------------------ | | | | ### 使用说明 @@ -39,7 +39,7 @@ entry/src/ ├── ohosTest │ ├── ets │ │ └── test - │ │ ├── Ability.test.ets + │ │ ├── Ability.test.ets │ │ ├── NodeAPIPromise.test.ets // 自动化测试代码 │ │ └── List.test.ets ``` @@ -64,10 +64,10 @@ entry/src/ 如需单独下载本工程,执行如下命令: -```` +``` git init git config core.sparsecheckout true -echo code/DocsSample/ArkTs/NodeAPI/NodeApiUse/NodeAPIPromise > .git/info/sparse-checkout +echo code/DocsSample/ArkTS/NodeAPI/NodeAPIUse/NodeAPIPromise > .git/info/sparse-checkout git remote add origin https://gitee.com/openharmony/applications_app_samples.git git pull origin master -```` \ No newline at end of file +``` diff --git a/code/DocsSample/ArkTS/NodeAPI/NodeAPIUse/NodeAPIProperty/README.md b/code/DocsSample/ArkTS/NodeAPI/NodeAPIUse/NodeAPIProperty/README.md index 3e6e49a7e7667e1e7c27495b6a9c598f013c16f5..d021913126f5392f276d5d35cc71ca1dce31ccdb 100755 --- a/code/DocsSample/ArkTS/NodeAPI/NodeAPIUse/NodeAPIProperty/README.md +++ b/code/DocsSample/ArkTS/NodeAPI/NodeAPIUse/NodeAPIProperty/README.md @@ -8,8 +8,8 @@ ### 效果预览 -| 首页 | 执行结果图 | -| ------------------------------------------------------------ | ------------------------------------------------------------ | +| 首页 | 执行结果图 | +| ------------------------------------------------------------------- | ------------------------------------------------------------------- | | | | ### 使用说明 @@ -39,7 +39,7 @@ entry/src/ ├── ohosTest │ ├── ets │ │ └── test - │ │ ├── Ability.test.ets + │ │ ├── Ability.test.ets │ │ ├── NodeAPIProperty.test.ets // 自动化测试代码 │ │ └── List.test.ets ``` @@ -64,10 +64,10 @@ entry/src/ 如需单独下载本工程,执行如下命令: -```` +``` git init git config core.sparsecheckout true -echo code/DocsSample/ArkTs/NodeAPI/NodeApiUse/NodeAPIProperty > .git/info/sparse-checkout +echo code/DocsSample/ArkTS/NodeAPI/NodeAPIUse/NodeAPIProperty > .git/info/sparse-checkout git remote add origin https://gitee.com/openharmony/applications_app_samples.git git pull origin master -```` \ No newline at end of file +``` diff --git a/code/DocsSample/ArkTS/NodeAPI/NodeAPIUse/NodeAPIString/README.md b/code/DocsSample/ArkTS/NodeAPI/NodeAPIUse/NodeAPIString/README.md index 7b8fb028ebb02653d7741a41b5216b3a3158c6c1..a0caf279797036ade5d5c6b45f70ed335b180447 100755 --- a/code/DocsSample/ArkTS/NodeAPI/NodeAPIUse/NodeAPIString/README.md +++ b/code/DocsSample/ArkTS/NodeAPI/NodeAPIUse/NodeAPIString/README.md @@ -8,8 +8,8 @@ ### 效果预览 -| 首页 | 执行结果图 | -| ------------------------------------------------------------ | ------------------------------------------------------------ | +| 首页 | 执行结果图 | +| ----------------------------------------------------------------- | ----------------------------------------------------------------- | | | | ### 使用说明 @@ -39,7 +39,7 @@ entry/src/ ├── ohosTest │ ├── ets │ │ └── test - │ │ ├── Ability.test.ets + │ │ ├── Ability.test.ets │ │ ├── NodeApiString.test.ets // 自动化测试代码 │ │ └── List.test.ets ``` @@ -64,10 +64,10 @@ entry/src/ 如需单独下载本工程,执行如下命令: -```` +``` git init git config core.sparsecheckout true -echo code/DocsSample/ArkTs/NodeAPI/NodeApiUse/NodeApiString > .git/info/sparse-checkout +echo code/DocsSample/ArkTS/NodeAPI/NodeAPIUse/NodeAPIString > .git/info/sparse-checkout git remote add origin https://gitee.com/openharmony/applications_app_samples.git git pull origin master -```` \ No newline at end of file +```