From 439549a27fc831aa5bfe3c336b2aae6e7c1c085b Mon Sep 17 00:00:00 2001 From: xRain Date: Fri, 21 Aug 2026 08:46:24 +0800 Subject: [PATCH] =?UTF-8?q?docs:README=20=E6=9B=B4=E6=96=B0=E4=B8=BA?= =?UTF-8?q?=E5=90=88=E5=B9=B6=E5=90=8E=E7=9A=84=E6=A0=B9=E5=8C=85=E7=BB=93?= =?UTF-8?q?=E6=9E=84=20simcu::otp?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dbc3377..415175b 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ 代码中引用: ```cangjie -import simcu::otp.core.* +import simcu::otp.* ``` ## 快速开始 @@ -82,7 +82,7 @@ let encoded = Base32.encode(raw) // 往返后还原 "N6C5HNT2F633" ## API 参考 -包结构:`simcu::otp.core` +包结构:全部类型位于根包 `simcu::otp`(单一命名空间,无子包) | 类型 | 说明 | |------|------|