save code

This commit is contained in:
xsl
2026-01-13 08:12:46 +08:00
parent 496d56f9c6
commit 52c9da08ed
10 changed files with 25 additions and 4 deletions
+2
View File
@@ -154,6 +154,8 @@ int main() {
init_arg.g = 0;
init_arg.b = 0;
init_arg.radius = 240;
init_arg.offset_x = 100;
init_arg.offset_y = -100;
string json_str = json(init_arg).dump();