From ab796e81ab4e3e9fa1a26f8217635eebec658b5e Mon Sep 17 00:00:00 2001 From: Weicao-CatilGrass <1992414357@qq.com> Date: Tue, 9 Jun 2026 06:34:55 +0800 Subject: Add full-todolist example project --- docs/example-pages/examples.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'docs/example-pages') diff --git a/docs/example-pages/examples.json b/docs/example-pages/examples.json index 9022066..02b63d1 100644 --- a/docs/example-pages/examples.json +++ b/docs/example-pages/examples.json @@ -291,5 +291,22 @@ "Cargo.toml", "src/main.rs" ] + }, + { + "id": "full-todolist", + "name": "Todo List", + "icon": "📝", + "category": "full", + "desc": "This is a complete example project that demonstrates how to develop a todo list application using Mingling\n", + "tags": [ + "todolist", + "CRUD" + ], + "files": [ + "src/main.rs", + "src/todolist.rs", + "src/help.rs", + "Cargo.toml" + ] } ] \ No newline at end of file -- cgit