Commit Graph

3 Commits

Author SHA1 Message Date
e4f67f0f76 feat(core): Added core startup and debugging features
- Introduced the tauri-plugin-os, tauri-plugin-shell, and tauri-plugin-process plugins
- Added the coreStart function to execute shell commands to start the core
- Added the coreLog page and MainConsole component for debugging output
- Introduced vue-web-terminal to implement a terminal interface
- Removed the old Exe and Group modules and related code
2025-10-24 09:36:10 +08:00
462f70f35d feat(core): Implements core configuration file generation functionality
- Adds the bootArgs.ts utility module for generating and deleting configuration files
- Integrates configuration file generation and cleanup logic into spary.vue
- Integrates the tauri-plugin-fs plugin to support file system operations
- Adds a Linux system proxy configuration script
2025-10-21 15:37:04 +08:00
2b8f09b4b2 feat(i18n): Implement internationalization support for your application
- Integrate the vue-i18n plugin and configure multilingual support
- Add English and Chinese translation files
2025-10-15 15:07:47 +08:00