Revert "fix: 补齐 MaDao 接码回归实现"

This reverts commit a1341ce9a4.
This commit is contained in:
QLHazyCoder
2026-05-29 12:22:26 +08:00
parent a1341ce9a4
commit d2b915e65b
7 changed files with 39 additions and 521 deletions
@@ -88,7 +88,6 @@ test('sidepanel html exposes phone verification toggle and multi-provider SMS ro
assert.match(html, /id="select-phone-sms-provider"/);
assert.match(html, /\.\.\/phone-sms\/providers\/hero-sms\.js/);
assert.match(html, /\.\.\/phone-sms\/providers\/five-sim\.js/);
assert.match(html, /\.\.\/phone-sms\/providers\/nexsms\.js/);
assert.match(html, /\.\.\/phone-sms\/providers\/madao\.js/);
assert.match(html, /\.\.\/phone-sms\/providers\/registry\.js/);
assert.match(html, /<option value="hero-sms">HeroSMS<\/option>/);