first commit
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
<?php
|
||||
/**
|
||||
* The file was created by Assimon.
|
||||
*
|
||||
* @author assimon<ashang@utf8.hk>
|
||||
* @copyright assimon<ashang@utf8.hk>
|
||||
* @link http://utf8.hk/
|
||||
*/
|
||||
|
||||
return [
|
||||
'dujiaoka_version' => '2.0.6',
|
||||
// 模板集合
|
||||
'templates' => [
|
||||
'unicorn' => '官方[unicorn-独角兽]',
|
||||
'luna' => 'Luna[Julyssn]',
|
||||
'hyper' => 'hyper[Bimoe]'
|
||||
],
|
||||
// 语言
|
||||
'language' => [
|
||||
'zh_CN' => '简体中文',
|
||||
'zh_TW' => '繁体中文',
|
||||
],
|
||||
];
|
||||
Reference in New Issue
Block a user