123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263 |
- <?php
- return array
- (
-
- 'name' => 'Dever开发框架',
-
- 'desc' => '专注编程与开发的架构',
-
- 'copyright' => '© 2015-2020 dever.cc,Inc. Licensed under MIT license.',
-
- 'github' => 'https://github.com/dever-main',
-
- 'web' => 'http://www.dever.cc/',
-
-
-
- 'lang' => 'zh-cn',
-
- 'api' => false,
-
- 'version' => '1.0.0 Beta',
-
-
- 'html' => 'html',
-
-
-
-
-
-
-
- 'replace' => array
- (
- 'css' => '../css/',
- 'js' => '../js/',
- 'img' => array('../image/', '../img/'),
- 'images' => '../images/',
- 'lib' => '../lib/',
- 'public' => '../public/',
- 'font' => '../fonts/',
- ),
-
-
-
-
-
-
- 'url_encode_filter' => array('tag'),
-
- 'url_encode_method' => array('Dever::idtostr', 'Dever::strtoid'),
-
-
-
-
-
-
- );
|