feat: add configurable ticket_must_wait_reply setting

This commit is contained in:
xboard
2026-03-11 07:31:09 +08:00
parent 2d538c15de
commit 8bb4682e98
4 changed files with 4 additions and 2 deletions
@@ -116,6 +116,7 @@ class ConfigController extends Controller
'tos_url' => admin_setting('tos_url'),
'currency' => admin_setting('currency', 'CNY'),
'currency_symbol' => admin_setting('currency_symbol', '¥'),
'ticket_must_wait_reply' => (bool) admin_setting('ticket_must_wait_reply', 0),
],
'subscribe' => [
'plan_change_enable' => (bool) admin_setting('plan_change_enable', 1),