Initial project files: BESCMS full source

This commit is contained in:
bes
2026-08-13 23:37:46 +08:00
parent fa6cddb540
commit 2e26f85723
2166 changed files with 396625 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
<?php
// 此文件是安装授权文件,每次下载安装包会自动生成,请勿修改
return [
'type' => 'VIP-LICENSE',
'oem' => '445',
'name' => '北斯云',
'cms' => 'BESCMS',
'url' => 'https://www.besyun.com',
'domain' => 'https://www.besyun.com',
'cloud' => 'https://www.besyun.com',
'service' => 'https://www.besyun.com',
'license' => '375C71349B295FBE2DCDCA9206F20A1703',
];
+7
View File
@@ -0,0 +1,7 @@
<?php
/**
* 菜单配置
*/
return [];
+11
View File
@@ -0,0 +1,11 @@
<?php
return [
'id' => '16',
'name' => 'BESCMS',
'version' => '4.7.3',
'updatetime' => '2026-07-29 21:34:03',
'downtime' => '2026-08-08 00:54:28',
];
File diff suppressed because one or more lines are too long