Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
2026-04-23 17:30:48 +08:00
parent 4857cb6e45
commit 6313905356
8 changed files with 313 additions and 108 deletions

View File

@@ -26,6 +26,14 @@ def yunnan_dlbm(dlbm):
return "0102"
elif dlbm.startswith("0103"):
return "0103"
elif dlbm.startswith("0201"):
return "0201"
elif dlbm.startswith("0202"):
return "0202"
elif dlbm.startswith("0203"):
return "0203"
elif dlbm.startswith("0204"):
return "0204"
else:
return dlbm[:2]
"""