1 Star 0 Fork 0

羲云科技/羲云帮助文档在线创作工具 php版

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
cfg.php 940 Bytes
一键复制 编辑 原始数据 按行查看 历史
羲云科技 提交于 2023-06-11 14:05 . 主文件
<?php
header("content-Type: text/html; charset=utf-8");
header("Cache-Control:no_cache");
ob_start();
date_default_timezone_set("Asia/Shanghai");
//ini_set('error_reporting','E_ALL & ~E_NOTICE & ~E_WARNING');
include(__DIR__.'/db.php');//数据库
include(__DIR__.'/config.php');
include(__DIR__.'/lan.php');
$cfg['time']=date('ym');//程序更新,取固定值即可
$cfg['img_size']=['240','480','750','1080'];
$cfg['server_path']=__DIR__;
//支付回单接收地址
if($cfg['img_domain']){
foreach($cfg['img_domain'] as $v){
$cfg['img_server'][]='https://'.$v.'/'.($cfg['path']?$cfg['path'].'/':'').$cfg['img_path'].'/';//图片地址
}}
$cfg['lan']=['zh'=>'简体中文','en'=>'English'];
$cfg['dft_lan']='zh';
$cfg['nav']=[
'帮助中心'=>['url'=>'./','select'=>'','target'=>'_blank'],
'编辑器'=>['url'=>'./editor.php','select'=>'','target'=>''],
'首页'=>['url'=>'https://www.xicloud.top','select'=>'','target'=>'']
];
?>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/xiyunnet/xi-help-creator.git
git@gitee.com:xiyunnet/xi-help-creator.git
xiyunnet
xi-help-creator
羲云帮助文档在线创作工具 php版
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385