From b1d571fd730efe257423ee1fcd00ff4121e24ebd Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Fri, 23 Jan 2026 04:10:00 +0800 Subject: Add local actions modules and ProcessActionError enum - Add local_actions module with account_manage and current_sheet submodules - Add ProcessActionError enum with authorization and registration variants - Add missing import for MemberId in error module --- actions/src/local_actions/current_sheet/exit_sheet.rs | 0 actions/src/local_actions/current_sheet/use_sheet.rs | 0 2 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 actions/src/local_actions/current_sheet/exit_sheet.rs create mode 100644 actions/src/local_actions/current_sheet/use_sheet.rs (limited to 'actions/src/local_actions/current_sheet') diff --git a/actions/src/local_actions/current_sheet/exit_sheet.rs b/actions/src/local_actions/current_sheet/exit_sheet.rs new file mode 100644 index 0000000..e69de29 diff --git a/actions/src/local_actions/current_sheet/use_sheet.rs b/actions/src/local_actions/current_sheet/use_sheet.rs new file mode 100644 index 0000000..e69de29 -- cgit