feat(project): init

This commit is contained in:
2026-02-03 18:05:47 +08:00
commit f37a119eff
188 changed files with 29246 additions and 0 deletions

File diff suppressed because one or more lines are too long

Binary file not shown.

BIN
public/loginbg.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 MiB

BIN
public/tran.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 299 KiB

View File

@@ -0,0 +1,10 @@
importScripts("/wasm/ffmpeg-core.js")
const originalCreateFFmpegCore = self.createFFmpegCore
self.createFFmpegCore = (moduleOverrides) =>
originalCreateFFmpegCore({
...moduleOverrides,
INITIAL_MEMORY: 268435456,
ALLOW_MEMORY_GROWTH: 1,
})

File diff suppressed because one or more lines are too long

Binary file not shown.