This commit is contained in:
zpc 2025-08-18 15:37:30 +08:00
parent 15469c5164
commit 7e88d4620e
3 changed files with 5 additions and 1 deletions

View File

@ -13,12 +13,16 @@
<ItemGroup>
<Compile Remove="gift\**" />
<Compile Remove="wwwroot\2025\**" />
<Compile Remove="wwwroot\file\**" />
<Content Remove="gift\**" />
<Content Remove="wwwroot\2025\**" />
<Content Remove="wwwroot\file\**" />
<EmbeddedResource Remove="gift\**" />
<EmbeddedResource Remove="wwwroot\2025\**" />
<EmbeddedResource Remove="wwwroot\file\**" />
<None Remove="gift\**" />
<None Remove="wwwroot\2025\**" />
<None Remove="wwwroot\file\**" />
</ItemGroup>
<ItemGroup>

View File

@ -51,7 +51,7 @@
"sqlExecutionTime": 5, //Sql
"Upload": {
"uploadUrl": "http://localhost:8888", //访
"localSavePath": "", // wwwroot
"localSavePath": "file", // wwwroot
"maxSize": 15, // 15M
"notAllowedExt": [ ".bat", ".exe", ".jar", ".js" ],
"requestLimitSize": 50 //body

Binary file not shown.

After

Width:  |  Height:  |  Size: 110 KiB