Commit Graph

3 Commits

Author SHA1 Message Date
0441745075 refactor: remove unused base64 conversion function and update voice number generation 2026-03-12 03:13:13 +08:00
9b6dc45e90 refactor: streamline voice module and remove unused code
- Removed the `file` property from the `Speak` type in `speak.ts`.
- Simplified exports in `index.ts` by removing unused functions.
- Deleted the `relatime.ts` file as it was no longer needed.
- Cleaned up `settingStore.ts` by removing Volcengine configuration properties and related methods.
- Updated `voiceStore.ts` to use Flowme API for voice management and removed unnecessary methods.
- Changed the main export in `page.tsx` to point to the new App component.
- Introduced new `asr-api.ts` and `flowme-api.ts` modules for handling API interactions.
- Added `ConfirmDeleteModal.tsx` for confirming voice deletions.
- Created `resourceStore.ts` for managing resource uploads.
2026-03-12 03:09:45 +08:00
704303be13 init 2026-03-11 22:31:37 +08:00