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/example-async-support/page.toml | 2 +- examples/example-help/page.toml | 2 +- examples/full-todolist/page.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'examples') diff --git a/examples/example-async-support/page.toml b/examples/example-async-support/page.toml index a54ff04..e193a2b 100644 --- a/examples/example-async-support/page.toml +++ b/examples/example-async-support/page.toml @@ -6,5 +6,5 @@ category = "runtime" desc = """ Example Async Runtime Support """ -tags = ["async", "tokio"] +tags = ["async", "await", "#[chain]"] files = ["src/main.rs", "Cargo.toml"] diff --git a/examples/example-help/page.toml b/examples/example-help/page.toml index 38e3632..aa74e6e 100644 --- a/examples/example-help/page.toml +++ b/examples/example-help/page.toml @@ -6,5 +6,5 @@ category = "ux" desc = """ Example Help """ -tags = ["#[helper]"] +tags = ["#[help]"] files = ["src/main.rs", "Cargo.toml"] 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