DiverseYouthNightSchool/application/manystore/lang/zh-cn/config.php

10 lines
152 B
PHP
Raw Normal View History

2024-11-04 15:00:20 +08:00
<?php
return [
'name' => '变量名称',
'intro' => '描述',
'group' => '分组',
'type' => '类型',
'value' => '变量值'
];