Files
yiqiu cbd6250967
All checks were successful
continuous-integration/drone/push Build is passing
修改插件
2025-11-21 00:01:45 +08:00

14 lines
441 B
PHP
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?php
return [
# 刷新时间,默认3分钟
//'refresh_time' => 3,
'refresh_time' => [// 在后台插件配置表单中的键名 ,会是config[text]
'title' => '刷新时间', // 表单的label标题
'type' => 'text', // 表单的类型text,password,textarea,checkbox,radio,select等
'value' => 3, // 表单的默认值
'tip' => '', //表单的帮助提示
],
];