全栈小学生 9b55b17b54 1
2023-05-31 11:20:09 +08:00

13 lines
282 B
PHP

<?php
return [
'hello_world_test' => [
'key' => 'hello_world_test',
'app_type' => 'site',
'name' => 'hello world消息',
'title' => 'hello world演示插件消息',
'variable' =>[
'name' => '消息内容'
],
],
];