api v3 update #1

Merged
whoami merged 7 commits from v3-dev into main 2024-08-04 19:38:21 +08:00
Showing only changes of commit 5e191b43a3 - Show all commits

View File

@ -87,4 +87,4 @@ name=sqrtools.Name()
name.reusable=True
```
Reusable 模式允许你重复使用一个 `Name` 变量,但名字加载锁仍然存在,非法操作会被自动阻止。
Reusable 模式允许你重复使用一个 `Name` 变量,但名字加载锁仍然存在,非法操作会被自动阻止。在你对变量载入新的字符串后,名字加载锁会重置。