diff --git a/README_zh.md b/README_zh.md index 93679724a..f9b139e27 100755 --- a/README_zh.md +++ b/README_zh.md @@ -53,6 +53,7 @@ - [`DDMQuery`:结果集与谓词(eTS)(API8)](data/DDMQuery) - [`DistributedRdb`:分布式关系型数据库(eTS)(API8)](data/DistributedRdb) - [`Preferences`:首选项(eTS)(API9)](data/Preferences) + - [`DistributedNote`:分布式备忘录(eTS)(API9)](data/DistributedNote) - device - [`DeviceManager`:设备管理(eTS)(API8)](device/DeviceManager) - [`Sensor`:传感器(eTS)(API8)](device/Sensor) @@ -72,11 +73,13 @@ - DFX - [`JsDotTest`:测试打点(JS)(API8)](DFX/JsDotTest) - [`FaultLogger`:故障日志获取(eTS)(API8)](DFX/FaultLogger) + - [`Logger`:日志打印(eTS)(API9)](DFX/Logger) - Telephony - [`Call`:拨打电话(eTS)(API8)](Telephony/Call) - [`Message`:短信服务(eTS)(API8)](Telephony/Message) - [`RadioTech`:网络搜索(eTS)(API8)](Telephony/RadioTech) - [`SimManager`:SIM卡管理(eTS)(API8)](Telephony/SimManager) + - [`MobileNetwork`:蜂窝数据(eTS)(API9)](Telephony/MobileNetwork) - thread - [`JsWorker`:启动一个worker(JS)(API8)](thread/JsWorker) - CompleteApps diff --git a/changelog.md b/changelog.md index 8e5b298ad..d44dd94fe 100644 --- a/changelog.md +++ b/changelog.md @@ -13,4 +13,8 @@ 4.[`International`:国际化(eTS)(API8)](common/International) 5.[`Lottie`:Lottie(eTS)(API8)](ETSUI/Lottie) 6.[`FlipClock`: FlipClock(eTS)(API8)](CompleteApps/FlipClock) -7.[`JsAnimator`: JsAnimator(Js)(API8)](UI/JsAnimator) \ No newline at end of file +7.[`JsAnimator`: JsAnimator(Js)(API8)](UI/JsAnimator) +# 5月28日-6月6日新增sample +1.[`DistributedNote`:分布式备忘录(eTS)(API9)](data/DistributedNote) +2.[`Logger`:日志打印(eTS)(API9)](DFX/Logger) +3.[`MobileNetwork`:蜂窝数据(eTS)(API9)](Telephony/MobileNetwork) \ No newline at end of file diff --git a/代码检视checklist.xlsx b/代码检视checklist.xlsx new file mode 100644 index 000000000..08699b7cf Binary files /dev/null and b/代码检视checklist.xlsx differ