增加其他3种特殊平台模式就,处理下表单下拉组件输入框不绑定选项值识别故障问题

This commit is contained in:
2026-08-04 15:49:45 +08:00
parent bc8ef50bd1
commit c9fb0c5644
9 changed files with 5218 additions and 10 deletions
+1
View File
@@ -127,6 +127,7 @@ src/
- `delay` 函数接收延时等级参数,统一管理延时时长:
- `delay("low")` — 低延时(微等待,如点击后极短暂停)
- `delay("mid")` — 中延时(等待 DOM 更新、弹出层渲染等)
- `delay("midH")` — 中延时偏高(稍微加长版等待 DOM 更新、弹出层渲染等)
- `delay("high")` — 高延时(等待接口返回、搜索结果、动画完成等)
- `delay("max")` — 特殊超长延时(谨慎使用)
- 具体毫秒数只在 `src/utils/delay.ts` 中统一设置,调用方只使用等级名称