mirror of
https://github.com/lkddi/Xboard.git
synced 2026-04-14 11:20:53 +08:00
fix: add missing i18n fields in admin and fix Surge template issue
This commit is contained in:
@@ -218,7 +218,7 @@ class ConfigController extends Controller
|
||||
)
|
||||
),
|
||||
'subscribe_template_surge' => (string) $this->getTemplateContent(
|
||||
$this->getRuleFile(Stash::CUSTOM_TEMPLATE_FILE, Stash::DEFAULT_TEMPLATE_FILE)
|
||||
$this->getRuleFile(Surge::CUSTOM_TEMPLATE_FILE, Surge::DEFAULT_TEMPLATE_FILE)
|
||||
),
|
||||
'subscribe_template_surfboard' => (string) $this->getTemplateContent(
|
||||
$this->getRuleFile(Surfboard::CUSTOM_TEMPLATE_FILE, Surfboard::DEFAULT_TEMPLATE_FILE)
|
||||
|
||||
Reference in New Issue
Block a user