mirror of
https://github.com/dreamhunter2333/cloudflare_temp_email.git
synced 2026-09-05 23:47:50 +08:00
feat: support runtime frontend configuration (#1135)
This commit is contained in:
@@ -140,6 +140,7 @@ function sidebarGuide(): DefaultTheme.SidebarItem[] {
|
||||
collapsed: false,
|
||||
items: [
|
||||
{ text: 'Worker Variables', link: 'worker-vars' },
|
||||
{ text: 'Frontend Variables', link: 'frontend-vars' },
|
||||
{ text: 'Configure Email Sending', link: 'config-send-mail' },
|
||||
]
|
||||
},
|
||||
|
||||
@@ -140,6 +140,7 @@ function sidebarGuide(): DefaultTheme.SidebarItem[] {
|
||||
collapsed: false,
|
||||
items: [
|
||||
{ text: 'Worker 变量说明', link: 'worker-vars' },
|
||||
{ text: '前端变量说明', link: 'frontend-vars' },
|
||||
{ text: '配置发送邮件', link: 'config-send-mail' },
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user