aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-06-15 01:28:29 +0800
committer魏曹先生 <1992414357@qq.com>2026-06-15 01:28:29 +0800
commita85a79b8365591fb600918b43eb4d3618a3cc3d4 (patch)
tree968de1054d8734a262df324570247f2d5b6b5fa2 /examples
parentd43e6cf64a7162b5316df371bd105bc8960c4607 (diff)
Update example tags and fix tag typo
Diffstat (limited to 'examples')
-rw-r--r--examples/example-async-support/page.toml2
-rw-r--r--examples/example-help/page.toml2
-rw-r--r--examples/full-todolist/page.toml2
3 files changed, 3 insertions, 3 deletions
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"]