From ab8b952ca9f4e65f0ea5c8d6855d0b0db19173ff Mon Sep 17 00:00:00 2001 From: LYQ_YES Date: Tue, 7 Oct 2025 18:30:05 +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: I7ad7bfcc037fa0720eda4943e13c2e339e9c5adc --- README.md | 2 +- README_zh.md | 2 +- kit/TelephonyKit/BUILD.gn | 2 ++ kit/TelephonyKit/index.cj | 2 ++ ohos/telephony/BUILD.gn | 2 ++ ohos/telephony/call/BUILD.gn | 2 ++ ohos/telephony/call/call.cj | 2 ++ ohos/telephony/call/number_format_options.cj | 2 ++ ohos/telephony/call/telephony_call_ffi.cj | 2 ++ ohos/telephony/telephony.cj | 2 ++ 10 files changed, 18 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3ca4f31..1fe7185 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# telephony_telephony_cangjie_wrapper +# telephony_telephony_cangjie_wrapper(beta feature) ## Introduction diff --git a/README_zh.md b/README_zh.md index 7435df3..5d61664 100644 --- a/README_zh.md +++ b/README_zh.md @@ -1,4 +1,4 @@ -# 电话服务仓颉封装 +# 电话服务仓颉封装(beta特性) ## 简介 diff --git a/kit/TelephonyKit/BUILD.gn b/kit/TelephonyKit/BUILD.gn index b6d236f..f1e37cd 100644 --- a/kit/TelephonyKit/BUILD.gn +++ b/kit/TelephonyKit/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/ohos.gni") import("//build/templates/cangjie/cjc.gni") diff --git a/kit/TelephonyKit/index.cj b/kit/TelephonyKit/index.cj index 8af2b12..325957f 100644 --- a/kit/TelephonyKit/index.cj +++ b/kit/TelephonyKit/index.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 kit.TelephonyKit public import ohos.telephony.call.* \ No newline at end of file diff --git a/ohos/telephony/BUILD.gn b/ohos/telephony/BUILD.gn index 9e8d182..056bb9e 100644 --- a/ohos/telephony/BUILD.gn +++ b/ohos/telephony/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.telephony") { diff --git a/ohos/telephony/call/BUILD.gn b/ohos/telephony/call/BUILD.gn index 598378d..ac9d783 100644 --- a/ohos/telephony/call/BUILD.gn +++ b/ohos/telephony/call/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.telephony.call") { diff --git a/ohos/telephony/call/call.cj b/ohos/telephony/call/call.cj index 3f60309..f112879 100644 --- a/ohos/telephony/call/call.cj +++ b/ohos/telephony/call/call.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.telephony.call import ohos.app.ability.ui_ability.* diff --git a/ohos/telephony/call/number_format_options.cj b/ohos/telephony/call/number_format_options.cj index 6270100..8ad1c9a 100644 --- a/ohos/telephony/call/number_format_options.cj +++ b/ohos/telephony/call/number_format_options.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.telephony.call import ohos.hilog.* diff --git a/ohos/telephony/call/telephony_call_ffi.cj b/ohos/telephony/call/telephony_call_ffi.cj index 4970517..86bbe6d 100644 --- a/ohos/telephony/call/telephony_call_ffi.cj +++ b/ohos/telephony/call/telephony_call_ffi.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.telephony.call foreign { diff --git a/ohos/telephony/telephony.cj b/ohos/telephony/telephony.cj index 84c57dc..9c3b474 100644 --- a/ohos/telephony/telephony.cj +++ b/ohos/telephony/telephony.cj @@ -13,4 +13,6 @@ * 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.telephony