From f56e9cbc68cfe7aceb21aa1501e2573f9aabdd42 Mon Sep 17 00:00:00 2001 From: whoami Date: Sat, 13 Apr 2024 17:23:06 +0800 Subject: [PATCH] commit --- docs.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs.md b/docs.md index 6ad47e2..6b18826 100644 --- a/docs.md +++ b/docs.md @@ -2,7 +2,7 @@ sqrtools 的接口调用指南。 -当前版本:**24m03a** +当前 API 版本:**1** ------ @@ -11,10 +11,12 @@ sqrtools 的接口调用指南。 [sqrtools 网页](https://sqrt2802.github.io/sqrtools/)提供的的 pyc 文件可以作为 python 库文件使用。把它和你的代码放在同一个文件夹(也可以是 `sys.path` 中的任意目录)中,并直接在你的代码中导入即可: ```python -import sqrtools-24m03a-py39 as sqrtools +import sqrtoolsfile as sqrtools #导入 sqrtoolsfile.pyc 文件 my_awesome_name=sqrtools.Name() #创建一个新的空白名字 ``` +你可以通过 `sqrtools.SQRTOOLS_API_VERSION` 来查看接口版本。本篇文档适用的版本号已在开始处声明,你需要寻找一个与你的 sqrtools 适配的文档。 + sqrtools 的主要功能是名为 `Name` 的 python 类。 #### Name 类型属性