website/application/admin/lang/zh-cn/config.php

10 lines
152 B
PHP
Raw Permalink Normal View History

2025-05-09 01:14:04 +08:00
<?php
return [
'name' => '变量名称',
'intro' => '描述',
'group' => '分组',
'type' => '类型',
'value' => '变量值'
];