脱敏运行配置和旧文档

This commit is contained in:
yml
2026-05-25 22:27:11 +08:00
parent 38c6323649
commit b1979eea94
32 changed files with 105 additions and 2938 deletions
@@ -113,14 +113,14 @@ test('resolveOpen91QueryState returns success only when every task is ready', ()
test('buildOpen91CardItem mirrors claim link into jumpLink and leaves password empty', () => {
assert.deepEqual(
buildOpen91CardItem({
claimUrl: 'https://221329.cc.cd/#/claim/abc123xyz',
claimUrl: 'https://example.com/#/claim/abc123xyz',
expireTime: '2026-05-05 12:00:00',
}),
{
cardNo: 'https://221329.cc.cd/#/claim/abc123xyz',
cardNo: 'https://example.com/#/claim/abc123xyz',
cardPwd: '',
expireTime: '2026-05-05 12:00:00',
jumpLink: 'https://221329.cc.cd/#/claim/abc123xyz',
jumpLink: 'https://example.com/#/claim/abc123xyz',
},
)
})