improve docs

This commit is contained in:
lixianjing 2024-03-14 17:27:52 +08:00
parent 1ea3512a42
commit c0b0719ab7
2 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,8 @@
# 最新动态
2024/03/14
* 补充调试信息(感谢兆坤提供补丁)
* 完善doc (感谢兆坤提供补丁)
2024/03/12
* 完善函数 tk\_buffer\_set\_value/tk\_buffer\_get\_value

View File

@ -627,7 +627,7 @@ if(!value_is_null(a)) {
widget_destroy(a)
} else {
print('not found foobar');
}s
}
```
```js