mirror of
https://github.com/C4illin/ConvertX.git
synced 2026-09-24 15:00:28 +08:00
update description
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# ConvertX
|
||||
|
||||
A self-hosted online file converter. Supports 708 different formats.
|
||||
A self-hosted online file converter. Supports 808 different formats.
|
||||
## Features
|
||||
|
||||
- Convert files to different formats
|
||||
@@ -15,7 +15,9 @@ A self-hosted online file converter. Supports 708 different formats.
|
||||
| Sharp | Images (fast) | 7 | 6 |
|
||||
| Pandoc | Documents | 43 | 65 |
|
||||
| GraphicsMagick | Images | 166 | 133 |
|
||||
| FFmpeg | Video | 461 | 170 |
|
||||
| FFmpeg | Video | ~473 | ~280 |
|
||||
|
||||
<!-- many ffmpeg fileformats are duplicates -->
|
||||
|
||||
## Deployment
|
||||
|
||||
|
||||
+1
-1
@@ -831,7 +831,7 @@ const app = new Elysia()
|
||||
return Bun.file(filePath);
|
||||
},
|
||||
)
|
||||
.get("/converters", async ({ params, jwt, redirect, cookie: { auth } }) => {
|
||||
.get("/converters", async ({ jwt, redirect, cookie: { auth } }) => {
|
||||
if (!auth?.value) {
|
||||
return redirect("/login");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user