feat: restore bottle channel and Zero-Sense shuttle routes

This commit is contained in:
冰朔 2026-09-08 13:15:00 +08:00
commit 1696a4079c
53 changed files with 1212 additions and 70 deletions

View file

@ -6,7 +6,7 @@ class ChannelContextTests(unittest.TestCase):
value = load_channels()
self.assertIsNone(value['selected_channel'])
self.assertFalse(value['authority_granted'])
self.assertEqual(len(value['channels']), 4)
self.assertEqual(len(value['channels']), 5)
def test_every_explicit_private_channel_resolves(self):
for id in ['ICE-CH-HB001', 'ICE-CH-LB001', 'ICE-CH-ZC001', 'ICE-CH-DK001']: