You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 4, 2025. It is now read-only.
Tag the interfaces, and then you can filter the interfaces based on the tags.
给接口打标签,然后可以根据标签筛选接口
Basic example(pr的用例)
If the proposal involves a new or changed API, include a basic code example. Omit this section if it's not applicable.
Motivation(提出这个pr目的)
Different iterations involve different interfaces, and currently, the server side verbally informs the front-end or client which interfaces are involved in this version, and then they have to search for them one by one.
If there were a tagging feature, the front-end could quickly find the interfaces involved in this iteration.
Summary(关于这个pr的描述)
Tag the interfaces, and then you can filter the interfaces based on the tags.
给接口打标签,然后可以根据标签筛选接口
Basic example(pr的用例)
If the proposal involves a new or changed API, include a basic code example. Omit this section if it's not applicable.
Motivation(提出这个pr目的)
Different iterations involve different interfaces, and currently, the server side verbally informs the front-end or client which interfaces are involved in this version, and then they have to search for them one by one.
If there were a tagging feature, the front-end could quickly find the interfaces involved in this iteration.
不同的迭代会涉及到不同的接口,现在都是服务端在口头告诉前端或者客户端,这个版本涉及到哪些接口,然后再一个个找
要是有个标签功能,前端就可以快速找到本次迭代涉及到的接口了