mirror of
https://gitee.com/niucloud-team/niucloud-admin.git
synced 2026-01-01 02:48:09 +00:00
13 lines
282 B
PHP
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' => '消息内容'
|
|
],
|
|
],
|
|
|
|
]; |