Initial project upload

This commit is contained in:
Kim.KANGHEE
2026-05-05 17:14:11 +09:00
commit 122b73d254
282 changed files with 72135 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
# GUID 수집 프로파일 정의
profiles:
default:
description: "기본 GUID 수집"
slot_priority: [38, 39, 37, 36, 32, 33, 34, 35, 31, 40]
output_format: "combined" # combined 또는 individual
custom_priority:
description: "사용자 정의 슬롯 우선순위"
slot_priority: [] # 런타임에 환경변수 GUID_SLOT_PRIORITY에서 읽음
output_format: "combined"