全栈小学生 02c1436e28 addon
2023-05-20 18:29:35 +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' => '消息内容'
],
],
];