8 Commits

Author SHA1 Message Date
Xinrea
1c40acca63 feat: clip manage (#127)
* feat: ignore pre-release on version check

* feat: new clip-manage page

* chore: rename custom scrollbar class
2025-06-22 00:32:39 +08:00
Xinrea
cbeae9b40d fix: handlers in tauri mode 2025-04-30 02:30:52 +08:00
Xinrea
67f1b04b67 feat: douyin support 2025-03-12 19:39:32 +08:00
Xinrea
6d06491ddc fix(recorder): manually construct clip instead of using ffmpeg (close #25)
Too many segments will make ffmpeg command spawn with long argument, which might
be exceeded the limit.
Now we manually copy and write segments into one file to generate a clip.
FFMPEG is still remained but not used for now, in the future clip encoding might
need this.

Signed-off-by: Xinrea <xinreas@outlook.com>
2024-11-22 22:12:32 +08:00
Xinrea
8a2533c182 fix: missing live_index when releasing 2024-10-19 13:50:14 +08:00
Xinrea
330fa14c8c chore: change dev port 2024-08-29 15:43:12 +08:00
Xinrea
4d9ae8a272 fix windows path & update doc 2023-04-08 17:42:00 +08:00
Xinrea
de7ce9a65a init 2023-04-08 15:33:41 +08:00