begin of thinksaas 3.68

Signed-off-by: kevin <kevin@lmve.net>
This commit is contained in:
2023-06-22 13:33:25 +08:00
commit 963ec1b2ea
2746 changed files with 331806 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
{php include pubTemplate("header_admin")}
<div class="midder">
{template menu}
<div class="alert alert-info">
<p>1、出于对数据库安全的考虑,ThinkSAAS将不直接通过后台对数据库进行任何的操作。</p>
<p>2、ThinkSAAS推荐你使用 <strong>免费的mysql管理工具</strong> 来管理你的数据库。
<a class="btn btn-sm btn-success" target="_blank" href="https://www.thinksaas.cn/article/show/3/">点击去查看下载</a>
</p>
</div>
</div>
{php include pubTemplate("footer_admin")}