1 Star 1 Fork 0

battlerry/YstSms

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
config.php 778 Bytes
一键复制 编辑 原始数据 按行查看 历史
李杰 提交于 2022-09-15 11:32 . 添加剩余条数展示
<?php
// +----------------------------------------------------------------------
// | 飞牛框架基础版
// +----------------------------------------------------------------------
// | Copyright (c) 2019-2022 中犇科技 All rights reserved.
// +----------------------------------------------------------------------
/**
* 插件配置信息
*/
return [
['type' => 'radio', 'name' => 'status', 'title' => '启用短信', 'tips' => '短信插件只能开启一个', 'extra' => ['1' => '开启', '0' => '关闭'], 'value'=>1],
['type' => 'text', 'name' => 'username', 'title' => '用户名'],
['type' => 'text', 'name' => 'password', 'title' => '密码'],
['type' => 'text', 'name' => 'balance', 'title' => '剩余条数', 'value'=>0, 'attr'=>'readonly']
];
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/battlerry/YstSms.git
[email protected]:battlerry/YstSms.git
battlerry
YstSms
YstSms
master

搜索帮助