gfps: 添加认证测试和FAQ 20260505
All checks were successful
Sync To /home/ubuntu/gfps / sync (push) Successful in 2s

Change-Id: I71e676b997159a141ca07d16f82a73b45f4b2410
This commit is contained in:
danni_dong
2026-05-05 19:24:08 +08:00
parent 2ed168dcf8
commit bdbb2527e6
1943 changed files with 10585 additions and 434 deletions

6
test_match.py Normal file
View File

@@ -0,0 +1,6 @@
import sys
loc = "file:///C:/b1330068943497508f1faa4108fa1f75\r\n"
src = "b1330068943497508f1faa4108fa1f75"
print("Ends with:", loc.endswith(src))
print("Ends with stripped:", loc.strip().endswith(src))