feat: thêm tính năng tải frame, presets, background từ cloud

This commit is contained in:
2026-07-07 07:57:02 +07:00
parent 9af4498897
commit cdb9e450b5
12 changed files with 1004 additions and 103 deletions
+26
View File
@@ -0,0 +1,26 @@
{
"frames": [
{
"id": "frame_vintage_cloud",
"name": "Vintage Gold (Cloud)",
"url": "http://10.0.2.2:8080/assets/frames/instaxframe.png",
"version": 1
}
],
"backgrounds": [
{
"id": "bg_neon_cloud",
"name": "Neon Pink (Cloud)",
"url": "http://10.0.2.2:8080/assets/backgrounds/background-01.png",
"version": 1
}
],
"presets": [
{
"id": "preset_fuji_cloud",
"name": "Fuji Retro (Cloud)",
"url": "http://10.0.2.2:8080/fuji_retro.json",
"version": 1
}
]
}