This commit is contained in:
Your Name
2026-09-03 16:03:41 +08:00
parent b4c11881b4
commit 928f72ec3d
25 changed files with 1926 additions and 394 deletions
@@ -62,5 +62,9 @@ assert.match(previewTemplate('{customer_name}-{employee_name}-{add_time}', '小
assert.equal(Array.from(previewTemplate('王'.repeat(30), '小陈', 20)).length, 20)
assert.match(formSource, /不会写入企微获客链接详情中的“欢迎语\/客户标签”配置/)
assert.match(formSource, /客户添加回调中立即发送渠道欢迎语并添加标签/)
assert.match(formSource, /disabledSections\?: AutomationSection\[\]/)
assert.match(formSource, /backupExcludedMemberIds\?: number\[\]/)
assert.match(pageSource, /result\?\.automation_saved !== true/)
assert.match(pageSource, /仅勾选的项目会覆盖到所选方案/)
assert.match(pageSource, /batchSharedPrimaryMemberIds/)
console.log('WECOM_PROMOTION_AUTOMATION_UI_OK')