feat: AI套图分层方案 + Gemini集成 - 4种图案类型处理 + 正片叠底 + 宽高比 + 模型选择

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-02-07 16:59:56 +08:00
parent 12395d8eca
commit dae906aba7
277 changed files with 15009 additions and 19922 deletions

11
psmark/test3.py Normal file
View File

@@ -0,0 +1,11 @@
import json
# 读取 JSON 文件
file_path = 'C:\\Users\\Administrator\\Desktop\\example.json'
with open(file_path, 'r') as file:
data = json.load(file)
# 处理数据
print("name:", data["name"])
print("resolution:", data["resolution"])
print("matchCount:", data["matchCount"])