- Imported the ConfigurationSchema class to define core type configurations - Added CoreTypes constant support for xray and v2fly configuration modes - Replaced parameter inputs in addNode.vue with node type selectors - Created the nodeConfigurator.vue component to handle configuration structure - Added Zod mode validation support for xray and v2fly configurations - Updated the README document to explain the project build and development startup steps - Added MCP HTTP service support tool list and state control interface - Imported the Rocket.rs dependency and configured the background service runtime environment
14 lines
132 B
Markdown
14 lines
132 B
Markdown
# Spary
|
|
|
|
Proxy software launcher
|
|
|
|
## Build
|
|
|
|
### Generate icons
|
|
|
|
```shell
|
|
yarn tauri icon src/assets/logo.svg
|
|
```
|
|
|
|
### Start For Dev
|