-
-
Notifications
You must be signed in to change notification settings - Fork 298
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat,将原有的“验证文本”改为“断言文本”,允许指定比较方式为等于,不等于,包含,不包含四种模式,满足更丰富的应用场景 #250
feat,将原有的“验证文本”改为“断言文本”,允许指定比较方式为等于,不等于,包含,不包含四种模式,满足更丰富的应用场景 #250
Conversation
src/components/StepUpdate.vue
Outdated
@@ -1027,6 +1035,10 @@ const iOSOptions = ref([ | |||
value: 'getPocoText', | |||
label: '验证文本', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这个验证文本应该去掉
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
嗯,这里梳理的时候漏掉这个了
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
还有部分需要调整
1.去掉getPocoText 2.两处冗余的判断,复用到一个组件中
已经修改完成,辛苦review下。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
暂时看没问题了,你可以多跑测试一下,可以检查下content和text字段对应的对不对,主要怕影响了旧数据
Checklist
Description
Agent端已提交的pr,同步的web端UI变更