mirror of
https://github.com/dreamhunter2333/cloudflare_temp_email.git
synced 2026-06-28 19:02:03 +08:00
feat: update doc (#142)
This commit is contained in:
19
README.md
19
README.md
@@ -8,21 +8,10 @@
|
||||
|
||||
## [在线演示](https://mail.awsl.uk/)
|
||||
|
||||
[Backend](https://temp-email-api.awsl.uk/)
|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||
|
||||
[Frontend](https://mail.awsl.uk/)
|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||
| | |
|
||||
| ------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
||||
| [Backend](https://temp-email-api.awsl.uk/) |       |
|
||||
| [Frontend](https://mail.awsl.uk/) |       |
|
||||
|
||||
<picture>
|
||||
<source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=dreamhunter2333/cloudflare_temp_email&type=Date&theme=dark" />
|
||||
|
||||
@@ -119,6 +119,13 @@ function sidebarGuide(): DefaultTheme.SidebarItem[] {
|
||||
{ text: '配置发送邮件', link: 'config-send-mail' },
|
||||
]
|
||||
},
|
||||
{
|
||||
text: '通过 Github Actions 部署',
|
||||
collapsed: false,
|
||||
items: [
|
||||
{ text: '开发中', link: 'github-action' },
|
||||
]
|
||||
},
|
||||
{
|
||||
text: '功能简介',
|
||||
collapsed: false,
|
||||
|
||||
@@ -2,30 +2,7 @@
|
||||
|
||||
[Status Link](https://uptime.aks.awsl.icu/status/temp-email)
|
||||
|
||||
## [Backend](https://temp-email-api.awsl.uk/)
|
||||
|
||||

|
||||
|
||||

|
||||
|
||||

|
||||
|
||||

|
||||
|
||||

|
||||
|
||||

|
||||
|
||||
## [Frontend](https://mail.awsl.uk/)
|
||||
|
||||

|
||||
|
||||

|
||||
|
||||

|
||||
|
||||

|
||||
|
||||

|
||||
|
||||

|
||||
| Service | Status |
|
||||
| ------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
||||
| [Backend](https://temp-email-api.awsl.uk/) |       |
|
||||
| [Frontend](https://mail.awsl.uk/) |       |
|
||||
|
||||
5
vitepress-docs/docs/zh/guide/github-action.md
Normal file
5
vitepress-docs/docs/zh/guide/github-action.md
Normal file
@@ -0,0 +1,5 @@
|
||||
# 通过 Github Actions 部署
|
||||
|
||||
::: warning
|
||||
开发中...
|
||||
:::
|
||||
Reference in New Issue
Block a user