feat: custom API name

This commit is contained in:
Gabe
2025-07-01 10:54:30 +08:00
parent 24d904b32c
commit 30129abef3
6 changed files with 112 additions and 11 deletions

View File

@@ -72,7 +72,7 @@ function runtimeListener(translator) {
default:
return { error: `message action is unavailable: ${action}` };
}
return { data: translator.rule };
return { rule: translator.rule, setting: translator.setting };
});
}