unit icon indicating copy to clipboard operation
unit copied to clipboard

Make variable query only support synchronous operation.

Open hongzhidao opened this issue 10 months ago • 12 comments

Initially, variable query was designed to accomodate both synchronous and asynchronous operations. However, upon consideration of actual requirements, we recognized that asynchronous support was not needed. This refactoring is intended to simplify the usage of variable queries and prepare for the subsequent feature of variable updating.

hongzhidao avatar Mar 28 '24 06:03 hongzhidao