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
This commit is contained in:
@@ -6,7 +6,8 @@
|
||||
"settings": "设置",
|
||||
"add": "添加",
|
||||
"group": "组",
|
||||
"node": "节点"
|
||||
"node": "节点",
|
||||
"debug": "调试"
|
||||
},
|
||||
"spary": {
|
||||
"functionStatus": {
|
||||
|
||||
Reference in New Issue
Block a user