chore: 重写初始提交(清空历史,整理后全量提交)
This commit is contained in:
@@ -0,0 +1,62 @@
|
||||
<?php
|
||||
// +----------------------------------------------------------------------
|
||||
// | YwxApp [ WE CAN DO IT JUST THINK ]
|
||||
// +----------------------------------------------------------------------
|
||||
// | Copyright (c) 2026-2036 http://ywxapp.cn All rights reserved.
|
||||
// +----------------------------------------------------------------------
|
||||
// | Author: ywxapp<admin@ywxapp.cn>
|
||||
// +----------------------------------------------------------------------
|
||||
return [
|
||||
'imageActionName' => 'image',
|
||||
'imageFieldName' => 'file',
|
||||
'imageMaxSize' => 10485760,
|
||||
'imageAllowFiles' => ['.jpg', '.png', '.jpeg'],
|
||||
'imageCompressEnable' => true,
|
||||
'imageCompressBorder' => 5000,
|
||||
'imageInsertAlign' => 'none',
|
||||
'imageUrlPrefix' => '',
|
||||
'scrawlActionName' => 'crawl',
|
||||
'scrawlFieldName' => 'file',
|
||||
'scrawlMaxSize' => 10485760,
|
||||
'scrawlUrlPrefix' => '',
|
||||
'scrawlInsertAlign' => 'none',
|
||||
'snapscreenActionName' => 'snap',
|
||||
'snapscreenUrlPrefix' => '',
|
||||
'snapscreenInsertAlign' => 'none',
|
||||
'catcherActionName' => 'catch',
|
||||
'catcherFieldName' => 'source',
|
||||
'catcherLocalDomain' => ['127.0.0.1', 'localhost'],
|
||||
'catcherUrlPrefix' => '',
|
||||
'catcherMaxSize' => 10485760,
|
||||
'catcherAllowFiles' => ['.jpg', '.png', '.jpeg'],
|
||||
'videoActionName' => 'video',
|
||||
'videoFieldName' => 'file',
|
||||
'videoUrlPrefix' => '',
|
||||
'videoMaxSize' => 104857600,
|
||||
'videoAllowFiles' => ['.mp4'],
|
||||
|
||||
"audioActionName" => "audio",
|
||||
"audioFieldName" => "file",
|
||||
"audioUrlPrefix" => "",
|
||||
"audioMaxSize" => 104857600,
|
||||
"audioAllowFiles" => [
|
||||
".mp3",
|
||||
],
|
||||
|
||||
'fileActionName' => 'file',
|
||||
'fileFieldName' => 'file',
|
||||
'fileUrlPrefix' => '',
|
||||
'fileMaxSize' => 104857600,
|
||||
'fileAllowFiles' => ['.zip', '.pdf', '.doc'],
|
||||
'imageManagerActionName' => 'listImage',
|
||||
'imageManagerListSize' => 20,
|
||||
'imageManagerUrlPrefix' => '',
|
||||
'imageManagerInsertAlign' => 'none',
|
||||
'imageManagerAllowFiles' => ['.jpg', '.png', '.jpeg'],
|
||||
'fileManagerActionName' => 'listFile',
|
||||
'fileManagerUrlPrefix' => '',
|
||||
'fileManagerListSize' => 20,
|
||||
'fileManagerAllowFiles' => ['.zip', '.pdf', '.doc'],
|
||||
'formulaConfig' => ['imageUrlTemplate' => 'https://r.latexeasy.com/image.svg?{}'],
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user