From 7d72793d5573e90796f32275f878d41a5c3fb17c Mon Sep 17 00:00:00 2001 From: biao <> Date: Fri, 5 Jul 2024 17:14:40 +0800 Subject: [PATCH] 绘本背景图添加 --- .vscode/settings.json | 3 +++ assets/images/read_background.png | Bin 0 -> 491146 bytes 2 files changed, 3 insertions(+), 0 deletions(-) create mode 100644 .vscode/settings.json create mode 100644 assets/images/read_background.png diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..8a15cae --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "dart.flutterSdkPath": ".fvm/versions/3.19.2" +} \ No newline at end of file diff --git a/assets/images/read_background.png b/assets/images/read_background.png new file mode 100644 index 0000000..05e66c4 Binary files /dev/null and b/assets/images/read_background.png differ -- libgit2 0.22.2