gamebackend/config/game/template.php

22 lines
870 B
PHP
Raw Permalink Normal View History

<?php
// +----------------------------------------------------------------------
// | 作者:修缘 联系QQ278896498 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',
]
];