mirror of
https://github.com/MatsuriDayo/nekoray.git
synced 2025-12-17 12:34:37 +03:00
refactor custom json
This commit is contained in:
@@ -24,10 +24,14 @@ namespace NekoRay::fmt {
|
||||
class AbstractBean : public JsonStore {
|
||||
public:
|
||||
int version;
|
||||
|
||||
QString name = "";
|
||||
QString serverAddress = "127.0.0.1";
|
||||
int serverPort = 1080;
|
||||
|
||||
QString custom_config = "";
|
||||
QString custom_outbound = "";
|
||||
|
||||
explicit AbstractBean(int version);
|
||||
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user