From e777afc433842594ab4eb51b78cc8eba3806d377 Mon Sep 17 00:00:00 2001 From: tone <3341154833@qq.com> Date: Tue, 10 Jun 2025 21:37:36 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E9=82=AE=E4=BB=B6=E7=B3=BB?= =?UTF-8?q?=E7=BB=9Fpage?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tone-page-web/app/console/(with-menu)/mail/inbox/page.tsx | 7 +++++++ tone-page-web/app/console/(with-menu)/mail/manage/page.tsx | 7 +++++++ tone-page-web/app/console/(with-menu)/mail/send/page.tsx | 7 +++++++ tone-page-web/app/console/(with-menu)/mail/sent/page.tsx | 7 +++++++ tone-page-web/app/console/(with-menu)/vserver/page.tsx | 5 ++++- tone-page-web/app/console/(with-menu)/vspace/page.tsx | 7 ++++++- 6 files changed, 38 insertions(+), 2 deletions(-) create mode 100644 tone-page-web/app/console/(with-menu)/mail/inbox/page.tsx create mode 100644 tone-page-web/app/console/(with-menu)/mail/manage/page.tsx create mode 100644 tone-page-web/app/console/(with-menu)/mail/send/page.tsx create mode 100644 tone-page-web/app/console/(with-menu)/mail/sent/page.tsx diff --git a/tone-page-web/app/console/(with-menu)/mail/inbox/page.tsx b/tone-page-web/app/console/(with-menu)/mail/inbox/page.tsx new file mode 100644 index 0000000..589e90e --- /dev/null +++ b/tone-page-web/app/console/(with-menu)/mail/inbox/page.tsx @@ -0,0 +1,7 @@ +export default function MailInbox() { + return ( +
+ 收件箱,开发中... +
+ ) +} \ No newline at end of file diff --git a/tone-page-web/app/console/(with-menu)/mail/manage/page.tsx b/tone-page-web/app/console/(with-menu)/mail/manage/page.tsx new file mode 100644 index 0000000..45fcd5f --- /dev/null +++ b/tone-page-web/app/console/(with-menu)/mail/manage/page.tsx @@ -0,0 +1,7 @@ +export default function MailManage() { + return ( +
+ 邮件管理,开发中... +
+ ) +} \ No newline at end of file diff --git a/tone-page-web/app/console/(with-menu)/mail/send/page.tsx b/tone-page-web/app/console/(with-menu)/mail/send/page.tsx new file mode 100644 index 0000000..9f7aba3 --- /dev/null +++ b/tone-page-web/app/console/(with-menu)/mail/send/page.tsx @@ -0,0 +1,7 @@ +export default function MailSend() { + return ( +
+ 发送邮件,开发中... +
+ ) +} \ No newline at end of file diff --git a/tone-page-web/app/console/(with-menu)/mail/sent/page.tsx b/tone-page-web/app/console/(with-menu)/mail/sent/page.tsx new file mode 100644 index 0000000..d3f4ed4 --- /dev/null +++ b/tone-page-web/app/console/(with-menu)/mail/sent/page.tsx @@ -0,0 +1,7 @@ +export default function MailSent() { + return ( +
+ 已发送邮件,开发中... +
+ ) +} \ No newline at end of file diff --git a/tone-page-web/app/console/(with-menu)/vserver/page.tsx b/tone-page-web/app/console/(with-menu)/vserver/page.tsx index c3ab1cc..68371ff 100644 --- a/tone-page-web/app/console/(with-menu)/vserver/page.tsx +++ b/tone-page-web/app/console/(with-menu)/vserver/page.tsx @@ -1,5 +1,8 @@ export default function Page() { return ( -
vserver
+
+
虚拟主机开发中,预计下一版本上线功能:
+
  • 创建、管理(开关机、删除)
  • +
    ) } \ No newline at end of file diff --git a/tone-page-web/app/console/(with-menu)/vspace/page.tsx b/tone-page-web/app/console/(with-menu)/vspace/page.tsx index 07c8007..1adf9d2 100644 --- a/tone-page-web/app/console/(with-menu)/vspace/page.tsx +++ b/tone-page-web/app/console/(with-menu)/vspace/page.tsx @@ -1,5 +1,10 @@ export default function Page() { return ( -
    vspace
    +
    +
    虚拟云空间开发中,预计下一版本上线功能:
    +
  • 网站创建、管理(文件管理、暂停、删除)
  • +
  • 域名解析
  • +
  • 免费域名分发
  • +
    ) } \ No newline at end of file