初始化项目:添加后端代码、ThinkPHP框架、前端资源

This commit is contained in:
amb
2026-09-03 12:42:39 +08:00
commit 482bece22e
3726 changed files with 416708 additions and 0 deletions
+40
View File
@@ -0,0 +1,40 @@
<?php
return [
[
'name' => 'username',
'title' => '短信宝账号',
'type' => 'string',
'content' => [],
'value' => 'mutouwl',
'rule' => 'required',
'msg' => '',
'tip' => '',
'ok' => '',
'extend' => '',
],
[
'name' => 'password',
'title' => '短信宝密码',
'type' => 'string',
'content' => [],
'value' => '033bdc5cfae64341adfb9fb53cce9da7',
'rule' => 'required',
'msg' => '',
'tip' => '',
'ok' => '',
'extend' => '',
],
[
'name' => 'sign',
'title' => '短信签名',
'type' => 'string',
'content' => [],
'value' => '【员工量化论坛】',
'rule' => 'required',
'msg' => '',
'tip' => '例如【短信宝】',
'ok' => '',
'extend' => '',
],
];