删除了不相关的其他项目文件及部分介绍

This commit is contained in:
fm453 2025-04-12 00:35:55 +08:00
parent 7e5ab2e3f0
commit a69894effd
28 changed files with 210 additions and 183 deletions

View File

@ -6,10 +6,11 @@
台网页版、桌面应用版、APP/轻应用版等。 台网页版、桌面应用版、APP/轻应用版等。
#### 软件架构 #### 软件架构
开发及建议运行环境: 开发及建议运行环境:
--PHP版本:7.x或8.0 - PHP版本:7.x或8.0
--数据库mysql 5.6; - 数据库mysql 5.6;
开发工具:
- phpstorm
#### 使用说明 #### 使用说明

View File

@ -1,13 +1,14 @@
<?php <?php
/** /**
* @Author: fm453 * @Author: 嗨噜客(三亚)<fm453>
* @Date: 2018-11-22 10:19:29 * @Date: 2025-04-10 23:19:11
* @Last Modified by: fm453 * @FilePath: addons-ctms/config/citys.php
* @Last Modified time: 2019-10-24 17:20:02 * @Description:
* @Email: fm453@lukegzs.com * @Email: 393213759@qq.com
* Copyright (c) 2025 by www.hiluker.cn, All Rights Reserved.
*/ */
$citys=[]; $citys=[];
$i=0; $i=0;

View File

@ -1,11 +1,12 @@
<?php <?php
/**
# @Author: 嗨噜客(三亚) <fm453> * @Author: 嗨噜客(三亚)<fm453>
# @Date: 2022-05-15T21:33:17+08:00 * @Date: 2025-04-10 23:19:15
# @Email: fm453@lukegzs.com * @FilePath: addons-ctms/config/db-local.php
# @Last modified by: fm453 * @Description:
# @Last modified time: 2024-06-29T16:38:03+08:00 * @Email: 393213759@qq.com
# @Copyright: www.hiluker.cn * Copyright (c) 2025 by www.hiluker.cn, All Rights Reserved.
*/
$config = [ $config = [
'components' => [ 'components' => [

View File

@ -1,11 +1,12 @@
<?php <?php
/**
# @Author: 嗨噜客(三亚) <fm453> * @Author: 嗨噜客(三亚)<fm453>
# @Date: 2022-05-16T20:41:55+08:00 * @Date: 2025-04-10 23:19:11
# @Email: fm453@lukegzs.com * @FilePath: addons-ctms/config/db.php
# @Last modified by: fm453 * @Description:
# @Last modified time: 2022-05-16T20:41:58+08:00 * @Email: 393213759@qq.com
# @Copyright: www.hiluker.cn * Copyright (c) 2025 by www.hiluker.cn, All Rights Reserved.
*/
$config = [ $config = [
'components' => [ 'components' => [

View File

@ -1,4 +1,12 @@
<?php <?php
/**
* @Author: 嗨噜客(三亚)<fm453>
* @Date: 2025-04-10 23:19:11
* @FilePath: addons-ctms/config/params-area.php
* @Description:
* @Email: 393213759@qq.com
* Copyright (c) 2025 by www.hiluker.cn, All Rights Reserved.
*/
$areas=[]; $areas=[];
$areas['110000'] = "北京"; $areas['110000'] = "北京";

View File

@ -1,12 +1,13 @@
<?php <?php
/** /**
* @Author: fm453 * @Author: 嗨噜客(三亚)<fm453>
* @Date: 2019-09-21 19:51:07 * @Date: 2025-04-10 23:19:11
* @Last Modified by: fm453 * @FilePath: addons-ctms/config/params-car.php
* @Last Modified time: 2019-09-21 19:57:07 * @Description:
* @Email: fm453@lukegzs.com * @Email: 393213759@qq.com
* Copyright (c) 2025 by www.hiluker.cn, All Rights Reserved.
*/ */
$areas=[]; $areas=[];
$areas['110000'] = ""; $areas['110000'] = "";
$areas['120000'] = ""; $areas['120000'] = "";

View File

@ -1,10 +1,11 @@
<?php <?php
/** /**
* @Author: fm453 * @Author: 嗨噜客(三亚)<fm453>
* @Date: 2019-09-21 19:57:54 * @Date: 2025-04-10 23:19:11
* @Last Modified by: fm453 * @FilePath: addons-ctms/config/params-letter.php
* @Last Modified time: 2019-09-21 20:00:18 * @Description:
* @Email: fm453@lukegzs.com * @Email: 393213759@qq.com
* Copyright (c) 2025 by www.hiluker.cn, All Rights Reserved.
*/ */
return ['letters'=>['A','B','C','D','E','F','G','H','I','J','K','L','M','N','O','P','Q','R','S','T','U','V','W','X','Y','Z']]; return ['letters'=>['A','B','C','D','E','F','G','H','I','J','K','L','M','N','O','P','Q','R','S','T','U','V','W','X','Y','Z']];

View File

@ -1,10 +1,12 @@
<?php <?php
/**
# @Author: 嗨噜客科技(www.hiluker.cn) <Fm453> * @Author: 嗨噜客(三亚)<fm453>
# @Date: 1970-01-01T08:00:00+08:00 * @Date: 2025-04-10 23:19:11
# @Email: fm453@hiluker.com * @FilePath: addons-ctms/config/params-local.php
# @Last modified by: fm453 * @Description:
# @Last modified time: 2024-07-09T17:20:38+08:00 * @Email: 393213759@qq.com
* Copyright (c) 2025 by www.hiluker.cn, All Rights Reserved.
*/
return [ return [
'adminEmail' => 'fm453@lukegzs.com', //管理员邮箱 'adminEmail' => 'fm453@lukegzs.com', //管理员邮箱

View File

@ -1,10 +1,12 @@
<?php <?php
/**
# @Author: 嗨噜客科技(www.hiluker.cn) <Fm453> * @Author: 嗨噜客(三亚)<fm453>
# @Date: 1970-01-01T08:00:00+08:00 * @Date: 2025-04-10 23:19:11
# @Email: fm453@hiluker.com * @FilePath: addons-ctms/config/params.php
# @Last modified by: fm453 * @Description:
# @Last modified time: 2024-07-09T16:46:20+08:00 * @Email: 393213759@qq.com
* Copyright (c) 2025 by www.hiluker.cn, All Rights Reserved.
*/
return [ return [
'adminEmail' => 'fm453@lukegzs.com', //管理员邮箱 'adminEmail' => 'fm453@lukegzs.com', //管理员邮箱

View File

@ -1,12 +0,0 @@
<?php
# @Author: 嗨噜客(三亚) <fm453>
# @Date: 2024-07-09T16:39:24+08:00
# @Email: 393213759@qq.com
# @Last modified by: fm453
# @Last modified time: 2024-07-09T17:21:18+08:00
# @Copyright: www.hiluker.cn
return [
'local_version' => '2.202407.001', //已弃用
];

View File

@ -1,10 +1,11 @@
<?php <?php
/**
# @Author: 嗨噜客(三亚) <fm453> * @Author: 嗨噜客(三亚)<fm453>
# @Date: 2022-05-15T22:35:59+08:00 * @Date: 2025-04-10 23:19:11
# @Email: fm453@lukegzs.com * @FilePath: addons-ctms/index.php
# @Last modified by: fm453 * @Description:
# @Last modified time: 2024-07-01T14:45:53+08:00 * @Email: 393213759@qq.com
# @Copyright: www.hiluker.cn * Copyright (c) 2025 by www.hiluker.cn, All Rights Reserved.
*/
Yii::setAlias('@addons', __DIR__); Yii::setAlias('@addons', __DIR__);

View File

@ -1,11 +1,12 @@
<?php <?php
/**
# @Author: 嗨噜客(三亚) <fm453> * @Author: 嗨噜客(三亚)<fm453>
# @Date: 2022-05-09T18:12:47+08:00 * @Date: 2025-04-10 23:19:11
# @Email: fm453@lukegzs.com * @FilePath: addons-ctms/models/AcAlbumPics.php
# @Last modified by: fm453 * @Description:
# @Last modified time: 2022-05-09T18:13:08+08:00 * @Email: 393213759@qq.com
# @Copyright: www.hiluker.cn * Copyright (c) 2025 by www.hiluker.cn, All Rights Reserved.
*/
namespace addons\models; namespace addons\models;

View File

@ -1,11 +1,12 @@
<?php <?php
/**
# @Author: 嗨噜客(三亚) <fm453> * @Author: 嗨噜客(三亚)<fm453>
# @Date: 2022-05-09T18:13:29+08:00 * @Date: 2025-04-10 23:19:11
# @Email: fm453@lukegzs.com * @FilePath: addons-ctms/models/AcAlbumVersion.php
# @Last modified by: fm453 * @Description:
# @Last modified time: 2022-05-09T18:13:29+08:00 * @Email: 393213759@qq.com
# @Copyright: www.hiluker.cn * Copyright (c) 2025 by www.hiluker.cn, All Rights Reserved.
*/
namespace addons\models; namespace addons\models;

View File

@ -1,11 +1,12 @@
<?php <?php
/**
# @Author: 嗨噜客(三亚) <fm453> * @Author: 嗨噜客(三亚)<fm453>
# @Date: 2022-05-09T18:13:20+08:00 * @Date: 2025-04-10 23:19:11
# @Email: fm453@lukegzs.com * @FilePath: addons-ctms/models/AcAlbums.php
# @Last modified by: fm453 * @Description:
# @Last modified time: 2022-05-09T18:13:20+08:00 * @Email: 393213759@qq.com
# @Copyright: www.hiluker.cn * Copyright (c) 2025 by www.hiluker.cn, All Rights Reserved.
*/
namespace addons\models; namespace addons\models;

View File

@ -1,11 +1,12 @@
<?php <?php
/**
# @Author: 嗨噜客(三亚) <fm453> * @Author: 嗨噜客(三亚)<fm453>
# @Date: 2022-05-13T22:20:43+08:00 * @Date: 2025-04-10 23:19:12
# @Email: fm453@lukegzs.com * @FilePath: cors.php
# @Last modified by: fm453 * @Description:
# @Last modified time: 2024-07-01T14:41:31+08:00 * @Email: 393213759@qq.com
# @Copyright: www.hiluker.cn * Copyright (c) 2025 by www.hiluker.cn, All Rights Reserved.
*/
//通用的header跨域配置函数允许各应用事先自行编写更适合的方法 //通用的header跨域配置函数允许各应用事先自行编写更适合的方法
if (!function_exists('setheader')) { if (!function_exists('setheader')) {

View File

@ -1,11 +1,12 @@
<?php <?php
/**
# @Author: 嗨噜客(三亚) <fm453> * @Author: 嗨噜客(三亚)<fm453>
# @Date: 2022-05-13T22:15:56+08:00 * @Date: 2025-04-10 23:19:12
# @Email: fm453@lukegzs.com * @FilePath: ctms-api.php
# @Last modified by: fm453 * @Description:
# @Last modified time: 2022-05-15T21:28:58+08:00 * @Email: 393213759@qq.com
# @Copyright: www.hiluker.cn * Copyright (c) 2025 by www.hiluker.cn, All Rights Reserved.
*/
defined('YII_DEBUG') or define('YII_DEBUG', false); defined('YII_DEBUG') or define('YII_DEBUG', false);
defined('YII_ENV') or define('YII_ENV', 'prod'); defined('YII_ENV') or define('YII_ENV', 'prod');

View File

@ -1,10 +1,12 @@
<?php <?php
/**
# @Author: fm453 * @Author: 嗨噜客(三亚)<fm453>
# @Date: 1970-01-01T08:00:00+08:00 * @Date: 2025-04-10 23:19:13
# @Email: fm43@hiluker.com * @FilePath: ctms-api/config/main.php
# @Last modified by: fm453 * @Description:
# @Last modified time: 2024-08-09T08:21:21+08:00 * @Email: 393213759@qq.com
* Copyright (c) 2025 by www.hiluker.cn, All Rights Reserved.
*/
$params = array_merge( $params = array_merge(
require(__DIR__ . '/../../common/config/params.php'), require(__DIR__ . '/../../common/config/params.php'),
@ -13,7 +15,6 @@ $params = array_merge(
require(__DIR__ . '/../../addons-'.HI_APP.'/config/params-letter.php'), require(__DIR__ . '/../../addons-'.HI_APP.'/config/params-letter.php'),
require(__DIR__ . '/../../addons-'.HI_APP.'/config/params-area.php'), require(__DIR__ . '/../../addons-'.HI_APP.'/config/params-area.php'),
require(__DIR__ . '/../../addons-'.HI_APP.'/config/params.php'), require(__DIR__ . '/../../addons-'.HI_APP.'/config/params.php'),
// require(__DIR__ . '/../../addons-'.HI_APP.'/config/version.php'),
require(__DIR__ . '/params.php') require(__DIR__ . '/params.php')
); );

View File

@ -1,11 +1,12 @@
<?php <?php
/**
# @Author: 嗨噜客(三亚) <fm453> * @Author: 嗨噜客(三亚)<fm453>
# @Date: 2022-05-13T22:16:34+08:00 * @Date: 2025-04-10 23:19:12
# @Email: fm453@lukegzs.com * @FilePath: ctms-api_test.php
# @Last modified by: fm453 * @Description:
# @Last modified time: 2022-05-15T22:13:37+08:00 * @Email: 393213759@qq.com
# @Copyright: www.hiluker.cn * Copyright (c) 2025 by www.hiluker.cn, All Rights Reserved.
*/
defined('YII_DEBUG') or define('YII_DEBUG', true); defined('YII_DEBUG') or define('YII_DEBUG', true);
defined('YII_ENV') or define('YII_ENV', 'dev'); defined('YII_ENV') or define('YII_ENV', 'dev');

View File

@ -1,11 +1,12 @@
<?php <?php
/**
# @Author: 嗨噜客(三亚) <fm453> * @Author: 嗨噜客(三亚)<fm453>
# @Date: 2022-05-15T20:27:10+08:00 * @Date: 2025-04-10 23:19:12
# @Email: fm453@lukegzs.com * @FilePath: ctms-h5.php
# @Last modified by: fm453 * @Description:
# @Last modified time: 2022-05-16T20:55:43+08:00 * @Email: 393213759@qq.com
# @Copyright: www.hiluker.cn * Copyright (c) 2025 by www.hiluker.cn, All Rights Reserved.
*/
define('HI_APP', 'ctms'); //给子项目设置的统一短标识 define('HI_APP', 'ctms'); //给子项目设置的统一短标识
define('YII_APP', '/ctms-h5'); define('YII_APP', '/ctms-h5');

View File

@ -1,11 +1,12 @@
<?php <?php
/**
# @Author: 嗨噜客(三亚) <fm453> * @Author: 嗨噜客(三亚)<fm453>
# @Date: 2022-05-15T20:27:02+08:00 * @Date: 2025-04-10 23:19:12
# @Email: fm453@lukegzs.com * @FilePath: ctms-h5_test.php
# @Last modified by: fm453 * @Description:
# @Last modified time: 2022-05-15T20:27:02+08:00 * @Email: 393213759@qq.com
# @Copyright: www.hiluker.cn * Copyright (c) 2025 by www.hiluker.cn, All Rights Reserved.
*/
define('HI_APP', 'ctms'); //给子项目设置的统一短标识 define('HI_APP', 'ctms'); //给子项目设置的统一短标识
define('YII_APP', '/ctms-h5'); define('YII_APP', '/ctms-h5');

View File

@ -1,11 +1,12 @@
<?php <?php
/**
# @Author: 嗨噜客(三亚) <fm453> * @Author: 嗨噜客(三亚)<fm453>
# @Date: 2022-05-15T20:27:39+08:00 * @Date: 2025-04-10 23:19:12
# @Email: fm453@lukegzs.com * @FilePath: ctms-home.php
# @Last modified by: fm453 * @Description:
# @Last modified time: 2022-05-15T21:28:12+08:00 * @Email: 393213759@qq.com
# @Copyright: www.hiluker.cn * Copyright (c) 2025 by www.hiluker.cn, All Rights Reserved.
*/
defined('YII_DEBUG') or define('YII_DEBUG', false); defined('YII_DEBUG') or define('YII_DEBUG', false);
defined('YII_ENV') or define('YII_ENV', 'prod'); defined('YII_ENV') or define('YII_ENV', 'prod');

View File

@ -1,11 +1,12 @@
<?php <?php
/**
# @Author: 嗨噜客(三亚) <fm453> * @Author: 嗨噜客(三亚)<fm453>
# @Date: 2022-05-15T20:27:21+08:00 * @Date: 2025-04-10 23:19:12
# @Email: fm453@lukegzs.com * @FilePath: ctms-home_test.php
# @Last modified by: fm453 * @Description:
# @Last modified time: 2022-05-15T21:28:27+08:00 * @Email: 393213759@qq.com
# @Copyright: www.hiluker.cn * Copyright (c) 2025 by www.hiluker.cn, All Rights Reserved.
*/
defined('YII_DEBUG') or define('YII_DEBUG', true); defined('YII_DEBUG') or define('YII_DEBUG', true);
defined('YII_ENV') or define('YII_ENV', 'dev'); defined('YII_ENV') or define('YII_ENV', 'dev');

View File

@ -1,11 +1,12 @@
<?php <?php
/**
# @Author: 嗨噜客(三亚) <fm453> * @Author: 嗨噜客(三亚)<fm453>
# @Date: 2022-05-15T20:27:52+08:00 * @Date: 2025-04-10 23:19:12
# @Email: fm453@lukegzs.com * @FilePath: ctms.php
# @Last modified by: fm453 * @Description:
# @Last modified time: 2022-05-15T21:28:02+08:00 * @Email: 393213759@qq.com
# @Copyright: www.hiluker.cn * Copyright (c) 2025 by www.hiluker.cn, All Rights Reserved.
*/
defined('YII_DEBUG') or define('YII_DEBUG', false); defined('YII_DEBUG') or define('YII_DEBUG', false);
defined('YII_ENV') or define('YII_ENV', 'prod'); defined('YII_ENV') or define('YII_ENV', 'prod');

View File

@ -1,11 +1,12 @@
<?php <?php
/**
# @Author: 嗨噜客(三亚) <fm453> * @Author: 嗨噜客(三亚)<fm453>
# @Date: 2022-05-14T11:36:04+08:00 * @Date: 2025-04-10 23:19:12
# @Email: fm453@lukegzs.com * @FilePath: ctms_test.php
# @Last modified by: fm453 * @Description:
# @Last modified time: 2022-05-15T21:29:17+08:00 * @Email: 393213759@qq.com
# @Copyright: www.hiluker.cn * Copyright (c) 2025 by www.hiluker.cn, All Rights Reserved.
*/
defined('YII_DEBUG') or define('YII_DEBUG', true); defined('YII_DEBUG') or define('YII_DEBUG', true);
defined('YII_ENV') or define('YII_ENV', 'dev'); defined('YII_ENV') or define('YII_ENV', 'dev');

View File

@ -1,16 +1,18 @@
<?php <?php
/**
# @Author: 嗨噜客(三亚) <fm453> * @Author: 嗨噜客(三亚)<fm453>
# @Date: 2022-05-13T22:20:43+08:00 * @Date: 2025-04-10 23:19:12
# @Email: fm453@lukegzs.com * @FilePath: domain.php
# @Last modified by: fm453 * @Description:
# @Last modified time: 2022-07-18T22:03:55+08:00 * @Email: 393213759@qq.com
# @Copyright: www.hiluker.cn * Copyright (c) 2025 by www.hiluker.cn, All Rights Reserved.
*/
//域名与文件的对应 //域名与文件的对应
$_COM = 'hiluker.cn'; $_COM = 'hiluker.cn';
$_COM = 'localhost'; $_COM = 'localhost';
$_DOMAINS = []; $_DOMAINS = [];
$_DOMAINS[$_COM] = 'hiluker'; $_DOMAINS[$_COM] = 'hiluker';
$_DOMAINS['www.'.$_COM] = 'hiluker'; $_DOMAINS['www.'.$_COM] = 'hiluker';

View File

@ -1,11 +1,12 @@
<?php <?php
/**
# @Author: 嗨噜客(三亚) <fm453> * @Author: 嗨噜客(三亚)<fm453>
# @Date: 2022-05-09T18:18:19+08:00 * @Date: 2025-04-10 23:19:12
# @Email: fm453@lukegzs.com * @FilePath: index.php
# @Last modified by: fm453 * @Description:
# @Last modified time: 2022-07-18T22:02:44+08:00 * @Email: 393213759@qq.com
# @Copyright: www.hiluker.cn * Copyright (c) 2025 by www.hiluker.cn, All Rights Reserved.
*/
//逻辑:通过当前域名关联对应的入口文件。 //逻辑:通过当前域名关联对应的入口文件。
//判断来路域名 //判断来路域名

View File

@ -1,8 +1,11 @@
<?php <?php
/**
* @Author: 嗨噜客(三亚)<fm453>
* @Date: 2025-04-10 23:19:13
* @FilePath: version.php
* @Description:
* @Email: 393213759@qq.com
* Copyright (c) 2025 by www.hiluker.cn, All Rights Reserved.
*/
# @Author: fm453 defined('HI_VERSION') or define('HI_VERSION', '20250501.001');
# @Date: 2021-12-31T04:42:24+08:00
# @Last modified by: fm453
# @Last modified time: 2024-07-09T15:25:42+08:00
defined('HI_VERSION') or define('HI_VERSION', '20240708.001');

View File

@ -1,12 +1,13 @@
<?php <?php
/** /**
* @Author: fm453 * @Author: 嗨噜客(三亚)<fm453>
* @Date: 2019-06-18 15:23:41 * @Date: 2025-04-10 23:19:13
* @Last Modified by: fm453 * @FilePath: 禁止访问.php
* @Last Modified time: 2021-09-08 12:22:33 * @Description:
* @Email: fm453@lukegzs.com * @Email: 393213759@qq.com
* Copyright (c) 2025 by www.hiluker.cn, All Rights Reserved.
*/ */
?> ?>
<!doctype html> <!doctype html>
<html> <html>