From 94bf6ddff4dc7babcced11e5b87250eb0666f31e Mon Sep 17 00:00:00 2001 From: LYQ_YES Date: Tue, 7 Oct 2025 18:25:53 +0800 Subject: [PATCH] =?UTF-8?q?beta=E7=89=B9=E6=80=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: LYQ_YES Change-Id: Ie28db9287ea80e43652e2c659b7e08057679f2a3 --- README.md | 2 +- README_zh.md | 2 +- ohos/system_date_time/BUILD.gn | 2 ++ ohos/system_date_time/cj_date_time_common.cj | 2 ++ ohos/system_date_time/cj_date_time_error.cj | 2 ++ ohos/system_date_time/system_date_time.cj | 2 ++ 6 files changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index af46487..f479a3b 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Time Zone Cangjie Wrapper +# Time Zone Cangjie Wrapper(beta feature) ## Introduction diff --git a/README_zh.md b/README_zh.md index 0444665..2017361 100644 --- a/README_zh.md +++ b/README_zh.md @@ -1,4 +1,4 @@ -# 时间时区仓颉封装 +# 时间时区仓颉封装(beta特性) ## 简介 diff --git a/ohos/system_date_time/BUILD.gn b/ohos/system_date_time/BUILD.gn index 9f08326..4e122be 100644 --- a/ohos/system_date_time/BUILD.gn +++ b/ohos/system_date_time/BUILD.gn @@ -11,6 +11,8 @@ # See the License for the specific language governing permissions and # limitations under the License. +# The Cangjie API is in Beta. For details on its capabilities and limitations, please refer to the README file. + import("//build/templates/cangjie/cjc.gni") ohos_cangjie_shared_library("ohos.system_date_time") { diff --git a/ohos/system_date_time/cj_date_time_common.cj b/ohos/system_date_time/cj_date_time_common.cj index a44b770..a608ad1 100644 --- a/ohos/system_date_time/cj_date_time_common.cj +++ b/ohos/system_date_time/cj_date_time_common.cj @@ -13,6 +13,8 @@ * limitations under the License. */ +// The Cangjie API is in Beta. For details on its capabilities and limitations, please refer to the README file. + package ohos.system_date_time import ohos.labels.APILevel diff --git a/ohos/system_date_time/cj_date_time_error.cj b/ohos/system_date_time/cj_date_time_error.cj index 25c5f73..43ea076 100644 --- a/ohos/system_date_time/cj_date_time_error.cj +++ b/ohos/system_date_time/cj_date_time_error.cj @@ -13,6 +13,8 @@ * limitations under the License. */ +// The Cangjie API is in Beta. For details on its capabilities and limitations, please refer to the README file. + package ohos.system_date_time import ohos.business_exception.{ BusinessException, getUniversalErrorMsg } diff --git a/ohos/system_date_time/system_date_time.cj b/ohos/system_date_time/system_date_time.cj index 3074ce3..be85539 100644 --- a/ohos/system_date_time/system_date_time.cj +++ b/ohos/system_date_time/system_date_time.cj @@ -13,6 +13,8 @@ * limitations under the License. */ +// The Cangjie API is in Beta. For details on its capabilities and limitations, please refer to the README file. + package ohos.system_date_time import ohos.ffi.{ RetCode, RetDataCString, RetDataI64 }