Ariver
2026-05-17 be028ca034f5bfd84c9a18d63121b20e9965fff9
refs
author Ariver <shanghai3168@gmail.com>
Sunday, May 17, 2026 22:26 +0800
committer Ariver <shanghai3168@gmail.com>
Sunday, May 17, 2026 22:26 +0800
commitbe028ca034f5bfd84c9a18d63121b20e9965fff9
tree 8988a76b38a841a4164cb53bec874711c4b763ab tree | zip | gz
parent
chore: establish voicesnap local baseline
111 files added
changed files
.gitignore diff | view | raw | blame | history
CHANGELOG.md diff | view | raw | blame | history
LICENSE diff | view | raw | blame | history
README.md diff | view | raw | blame | history
TODO.md diff | view | raw | blame | history
VoiceSnapGo/Taskfile.yml diff | view | raw | blame | history
VoiceSnapGo/app.go diff | view | raw | blame | history
VoiceSnapGo/build/Taskfile.yml diff | view | raw | blame | history
VoiceSnapGo/build/config.yml diff | view | raw | blame | history
VoiceSnapGo/build/darwin/Info.plist diff | view | raw | blame | history
VoiceSnapGo/build/darwin/Taskfile.yml diff | view | raw | blame | history
VoiceSnapGo/build/darwin/VoiceSnap-approved.icns diff | view | raw | blame | history
VoiceSnapGo/build/darwin/VoiceSnap-macos26-mic.icns diff | view | raw | blame | history
VoiceSnapGo/build/darwin/VoiceSnap-original.icns diff | view | raw | blame | history
VoiceSnapGo/build/darwin/VoiceSnap-refined-mic.icns diff | view | raw | blame | history
VoiceSnapGo/build/darwin/app_icon.png diff | view | raw | blame | history
VoiceSnapGo/build/darwin/app_icon_source.png diff | view | raw | blame | history
VoiceSnapGo/build/darwin/approved_app_icon.png diff | view | raw | blame | history
VoiceSnapGo/build/darwin/entitlements.plist diff | view | raw | blame | history
VoiceSnapGo/build/darwin/icon.icns diff | view | raw | blame | history
VoiceSnapGo/build/darwin/macos26_mic_app_icon.png diff | view | raw | blame | history
VoiceSnapGo/build/darwin/original_app_icon.png diff | view | raw | blame | history
VoiceSnapGo/build/darwin/refined_mic_app_icon.png diff | view | raw | blame | history
VoiceSnapGo/build/darwin/tray_icon.png diff | view | raw | blame | history
VoiceSnapGo/build/linux/voicesnap.desktop diff | view | raw | blame | history
VoiceSnapGo/build/windows/Taskfile.yml diff | view | raw | blame | history
VoiceSnapGo/build/windows/icon.ico diff | view | raw | blame | history
VoiceSnapGo/build/windows/wails.exe.manifest diff | view | raw | blame | history
VoiceSnapGo/embed.go diff | view | raw | blame | history
VoiceSnapGo/frontend/index.html diff | view | raw | blame | history
VoiceSnapGo/frontend/instructions.md diff | view | raw | blame | history
VoiceSnapGo/frontend/package-lock.json diff | view | raw | blame | history
VoiceSnapGo/frontend/package.json diff | view | raw | blame | history
VoiceSnapGo/frontend/src/App.svelte diff | view | raw | blame | history
VoiceSnapGo/frontend/src/components/indicator/FloatingIndicator.svelte diff | view | raw | blame | history
VoiceSnapGo/frontend/src/components/onboarding/OnboardingView.svelte diff | view | raw | blame | history
VoiceSnapGo/frontend/src/components/settings/AboutPage.svelte diff | view | raw | blame | history
VoiceSnapGo/frontend/src/components/settings/GeneralPage.svelte diff | view | raw | blame | history
VoiceSnapGo/frontend/src/components/settings/HistoryPage.svelte diff | view | raw | blame | history
VoiceSnapGo/frontend/src/components/settings/HotkeysPage.svelte diff | view | raw | blame | history
VoiceSnapGo/frontend/src/components/settings/SettingsWindow.svelte diff | view | raw | blame | history
VoiceSnapGo/frontend/src/components/settings/UserDictPage.svelte diff | view | raw | blame | history
VoiceSnapGo/frontend/src/components/shared/ToggleSwitch.svelte diff | view | raw | blame | history
VoiceSnapGo/frontend/src/components/update/UpdateDialog.svelte diff | view | raw | blame | history
VoiceSnapGo/frontend/src/lib/i18n/en.json diff | view | raw | blame | history
VoiceSnapGo/frontend/src/lib/i18n/index.ts diff | view | raw | blame | history
VoiceSnapGo/frontend/src/lib/i18n/zh.json diff | view | raw | blame | history
VoiceSnapGo/frontend/src/lib/stores/app.ts diff | view | raw | blame | history
VoiceSnapGo/frontend/src/lib/stores/config.ts diff | view | raw | blame | history
VoiceSnapGo/frontend/src/lib/stores/indicator.ts diff | view | raw | blame | history
VoiceSnapGo/frontend/src/lib/stores/update.ts diff | view | raw | blame | history
VoiceSnapGo/frontend/src/main.ts diff | view | raw | blame | history
VoiceSnapGo/frontend/src/styles/global.css diff | view | raw | blame | history
VoiceSnapGo/frontend/svelte.config.js diff | view | raw | blame | history
VoiceSnapGo/frontend/tsconfig.json diff | view | raw | blame | history
VoiceSnapGo/frontend/vite.config.ts diff | view | raw | blame | history
VoiceSnapGo/go.mod diff | view | raw | blame | history
VoiceSnapGo/go.sum diff | view | raw | blame | history
VoiceSnapGo/instructions.md diff | view | raw | blame | history
VoiceSnapGo/internal/audio/recorder.go diff | view | raw | blame | history
VoiceSnapGo/internal/config/config.go diff | view | raw | blame | history
VoiceSnapGo/internal/dock/dock.go diff | view | raw | blame | history
VoiceSnapGo/internal/dock/dock_darwin.go diff | view | raw | blame | history
VoiceSnapGo/internal/dock/dock_other.go diff | view | raw | blame | history
VoiceSnapGo/internal/engine/engine.go diff | view | raw | blame | history
VoiceSnapGo/internal/engine/engine_darwin.go diff | view | raw | blame | history
VoiceSnapGo/internal/engine/engine_linux.go diff | view | raw | blame | history
VoiceSnapGo/internal/engine/engine_windows.go diff | view | raw | blame | history
VoiceSnapGo/internal/history/history.go diff | view | raw | blame | history
VoiceSnapGo/internal/hotkey/hotkey.go diff | view | raw | blame | history
VoiceSnapGo/internal/hotkey/hotkey_darwin.go diff | view | raw | blame | history
VoiceSnapGo/internal/hotkey/hotkey_linux.go diff | view | raw | blame | history
VoiceSnapGo/internal/hotkey/hotkey_windows.go diff | view | raw | blame | history
VoiceSnapGo/internal/input/paste.go diff | view | raw | blame | history
VoiceSnapGo/internal/input/paste_darwin.go diff | view | raw | blame | history
VoiceSnapGo/internal/input/paste_linux.go diff | view | raw | blame | history
VoiceSnapGo/internal/input/paste_windows.go diff | view | raw | blame | history
VoiceSnapGo/internal/logger/logger.go diff | view | raw | blame | history
VoiceSnapGo/internal/model/downloader.go diff | view | raw | blame | history
VoiceSnapGo/internal/overlay/overlay.go diff | view | raw | blame | history
VoiceSnapGo/internal/overlay/overlay_darwin.go diff | view | raw | blame | history
VoiceSnapGo/internal/overlay/overlay_other.go diff | view | raw | blame | history
VoiceSnapGo/internal/overlay/overlay_windows.go diff | view | raw | blame | history
VoiceSnapGo/internal/paths/paths.go diff | view | raw | blame | history
VoiceSnapGo/internal/singleinstance/singleinstance.go diff | view | raw | blame | history
VoiceSnapGo/internal/singleinstance/singleinstance_unix.go diff | view | raw | blame | history
VoiceSnapGo/internal/singleinstance/singleinstance_windows.go diff | view | raw | blame | history
VoiceSnapGo/internal/sound/sound_other.go diff | view | raw | blame | history
VoiceSnapGo/internal/sound/sound_windows.go diff | view | raw | blame | history
VoiceSnapGo/internal/startup/startup.go diff | view | raw | blame | history
VoiceSnapGo/internal/startup/startup_darwin.go diff | view | raw | blame | history
VoiceSnapGo/internal/startup/startup_linux.go diff | view | raw | blame | history
VoiceSnapGo/internal/startup/startup_windows.go diff | view | raw | blame | history
VoiceSnapGo/internal/textproc/textproc.go diff | view | raw | blame | history
VoiceSnapGo/internal/updater/updater.go diff | view | raw | blame | history
VoiceSnapGo/internal/userdict/userdict.go diff | view | raw | blame | history
VoiceSnapGo/locale_other.go diff | view | raw | blame | history
VoiceSnapGo/locale_windows.go diff | view | raw | blame | history
VoiceSnapGo/main.go diff | view | raw | blame | history
VoiceSnapGo/scripts/build-release-macos.sh diff | view | raw | blame | history
VoiceSnapGo/services/app_service.go diff | view | raw | blame | history
VoiceSnapGo/services/audio_service.go diff | view | raw | blame | history
VoiceSnapGo/services/config_service.go diff | view | raw | blame | history
VoiceSnapGo/services/engine_service.go diff | view | raw | blame | history
VoiceSnapGo/services/history_service.go diff | view | raw | blame | history
VoiceSnapGo/services/hotkey_service.go diff | view | raw | blame | history
VoiceSnapGo/services/updater_service.go diff | view | raw | blame | history
VoiceSnapGo/services/userdict_service.go diff | view | raw | blame | history
VoiceSnapGo/voicesnap.rc diff | view | raw | blame | history
VoiceSnapGo/wails.json diff | view | raw | blame | history
screenshot.png diff | view | raw | blame | history