refactor: 优化小红书标签输入逻辑 (#71)

* refactor: 优化小红书标签输入逻辑

- 调整 inputTag 函数以减少延迟时间
- 增加标签联想下拉框的等待时间
- 更新 MustInput 和 MustKeyActions 方法的调用顺序
- 添加错误处理和日志记录以增强稳定性

* update headless_browser version

* downgrade fetchup version

* update publish
This commit is contained in:
zy
2025-09-14 21:47:55 +08:00
committed by GitHub
parent e4745d28d4
commit 90169ec894
3 changed files with 25 additions and 8 deletions

2
go.mod
View File

@@ -9,7 +9,7 @@ require (
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.9.3
github.com/stretchr/testify v1.10.0
github.com/xpzouying/headless_browser v0.1.0
github.com/xpzouying/headless_browser v0.2.0
)
require (