From a85a79b8365591fb600918b43eb4d3618a3cc3d4 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Mon, 15 Jun 2026 01:28:29 +0800 Subject: Update example tags and fix tag typo --- examples/full-todolist/page.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/full-todolist') diff --git a/examples/full-todolist/page.toml b/examples/full-todolist/page.toml index 9bdc7f1..002fbef 100644 --- a/examples/full-todolist/page.toml +++ b/examples/full-todolist/page.toml @@ -6,5 +6,5 @@ category = "full" desc = """ This is a complete example project that demonstrates how to develop a todo list application using Mingling """ -tags = ["todolist", "CRUD"] +tags = ["todolist", "CRUD", "cliché example"] files = ["src/main.rs", "src/todolist.rs", "src/help.rs", "Cargo.toml"] -- cgit