From cf4df50c71235bfa6ee73776c556ee1f95ce6356 Mon Sep 17 00:00:00 2001
From: Administrator <admin@example.com>
Date: 星期一, 15 七月 2024 16:59:55 +0800
Subject: [PATCH] 独苗定义强化

---
 test/test.py |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/test/test.py b/test/test.py
index 4266f44..3ce43b8 100644
--- a/test/test.py
+++ b/test/test.py
@@ -18,6 +18,9 @@
 
 
 if __name__ == "__main__":
+    block_codes = {"000333"}
+    print(block_codes | {"000222"})
+
     print(TradeBlockBuyModeManager().can_buy_unique_block(), bin(TradeBlockBuyModeManager().get_mode()))
     print(TradeBlockBuyModeManager().add_unique_block())
     print(TradeBlockBuyModeManager().can_buy_unique_block(), bin(TradeBlockBuyModeManager().get_mode()))

--
Gitblit v1.8.0