FileSqlServerSync/Tool/webtool
ZhaoLei fa64f0c6d5 fix&feat: c# 上传文件存在最大限制。消息优化和更改,现在减少用户使用时的担心,它更加人性化
```csharp
// 使用默认的Kestrel  服务器部署,将默认限制最大文件的上传,使用这个取消限制
 [DisableRequestSizeLimit]
 [HttpPost("/UploadFile")]
 public async Task<IActionResult> UploadFile(IFormFile file)
 {

```
2024-10-29 18:08:34 +08:00
..
.vscode chore: 1. 修改目录 2. readme设计图 2024-10-12 21:57:20 +08:00
public feat: 添加了前端工具 2024-10-12 22:01:48 +08:00
src fix&feat: c# 上传文件存在最大限制。消息优化和更改,现在减少用户使用时的担心,它更加人性化 2024-10-29 18:08:34 +08:00
index.html feat: 添加了前端工具 2024-10-12 22:01:48 +08:00
package.json CI/CD: modify workflow 2024-10-13 11:56:54 +08:00
README.md chore: 1. 修改目录 2. readme设计图 2024-10-12 21:57:20 +08:00
vite.config.js feat: 加了一些websocket的功能 2024-10-12 22:01:48 +08:00

Vue 3 + Vite

This template should help get you started developing with Vue 3 in Vite. The template uses Vue 3 <script setup> SFCs, check out the script setup docs to learn more.