feat(settings): add payment config guide link in payment settings header

This commit is contained in:
erio
2026-04-11 20:46:47 +08:00
parent 24f95767b4
commit 64cee0b633
3 changed files with 10 additions and 2 deletions

View File

@@ -4444,6 +4444,7 @@ export default {
payment: {
title: 'Payment Settings',
description: 'Configure payment system options',
configGuide: 'Configuration Guide',
enabled: 'Enable Payment',
enabledHint: 'Enable or disable the payment system',
enabledPaymentTypes: 'Enabled Providers',

View File

@@ -4608,6 +4608,7 @@ export default {
payment: {
title: '支付设置',
description: '配置支付系统选项',
configGuide: '支付配置指南',
enabled: '启用支付',
enabledHint: '启用或禁用支付系统',
enabledPaymentTypes: '启用的服务商',