22 lines
870 B
PHP
22 lines
870 B
PHP
<?php
|
||
// +----------------------------------------------------------------------
|
||
// | 作者:修缘 联系QQ:278896498 QQ群:1054861244
|
||
// | 声明:未经作者许可,禁止倒卖等商业运营,违者必究
|
||
// | 另接php业务,网站制作、代理后台、gm后台、支付对接等
|
||
// +----------------------------------------------------------------------
|
||
// | 创建时间: 2022/1/7 0:07
|
||
// +----------------------------------------------------------------------
|
||
|
||
return [
|
||
|
||
//模版内标签替换
|
||
'tpl_replace_string' => [
|
||
'__GAME_STATIC__' => '/static/game',
|
||
'__GAME_JS__' => '/static/game/js',
|
||
'__GAME_CSS__' => '/static/game/css',
|
||
'__GAME_FONTS__' => '/static/game/fonts',
|
||
'__GAME_IMAGES__' => '/static/game/images',
|
||
'__GAME_PLUGINS__' => '/static/game/plugins',
|
||
]
|
||
|
||
]; |