aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-07-11 15:24:34 +0800
committer魏曹先生 <1992414357@qq.com>2026-07-11 15:24:34 +0800
commitbefdc9e609c14aa768a3ab299ae0c678201a8c65 (patch)
treee6c8164d141106be44d4195f8ecbf254f4865842
parent95815041fe2817b4b6bdba6b4f332c90320af7bb (diff)
docs: mark remove-r-print-macro tasks as complete
-rw-r--r--docs/dev/pages/issues/remove-r-print-macro.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/dev/pages/issues/remove-r-print-macro.md b/docs/dev/pages/issues/remove-r-print-macro.md
index 96f99ef..6e1faa0 100644
--- a/docs/dev/pages/issues/remove-r-print-macro.md
+++ b/docs/dev/pages/issues/remove-r-print-macro.md
@@ -88,10 +88,10 @@ As for rendering in logic functions like `#[chain]`, that should be handled by a
## 🕘 Progress
-- [ ] In Progress
- - [ ] Remove `r_println!` and `r_print!` macros
- - [ ] Modify `#[renderer]` and `#[help]` macros, remove implicit injection
- - [ ] Provide **no-return-value mode** and **RenderResult return value mode** for `#[renderer]` and `#[help]` macros
+- [x] In Progress
+ - [x] Remove `r_println!` and `r_print!` macros
+ - [x] Modify `#[renderer]` and `#[help]` macros, remove implicit injection
+ - [x] Provide **no-return-value mode** and **RenderResult return value mode** for `#[renderer]` and `#[help]` macros
- [ ] Add new simplified syntax
- [ ] Update documentation and test cases, ensure **all pass**
- [ ] Complete