Conversation
…rm support - Add tauri-plugin-autostart dependency and integrate with app initialization - Implement backend commands to get and set autostart status - Add autostart toggle UI in settings page with i18n support for en-US and zh-CN - Extend GitHub Actions release workflow to build for Ubuntu and Windows platforms - Add Ubuntu system dependencies for Tauri builds - Refactor tracker service by removing unused TrackingState struct - Minor code improvements: use contains() for array checks and safer C string handling
- Add "Open File Location" button in Settings > Data > Database section using @tauri-apps/plugin-opener revealItemInDir - Add `make run` Makefile target: build, kill old instance, launch app - Add i18n keys for openLocation (en-US / zh-CN) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
The file was mistakenly created by `pnpm config set --location=project`. Move onlyBuiltDependencies to package.json pnpm field instead. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
tauri-plugin-autostart,设置页面添加开关,支持 macOS LaunchAgentmake runtarget: 构建 → kill 旧进程 → 启动新实例,一条命令快速测试contains()调用、使用c""字面量Changed files (15 files, +215/-36)
commands.rs,lib.rs,Cargo.toml,Cargo.lockSettingsPage.tsx,tauri-api.ts, i18n (en/zh)release.ymlMakefileactive_window.rs,state_monitor.rs,tracker.rscapabilities/default.json,pnpm-workspace.yamlTest plan
make lint零警告(tsc + cargo clippy)make run构建成功并启动应用🤖 Generated with Claude Code