Files
muse/pnpm-lock.yaml
abearxiong 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

134 KiB