mirror of
https://github.com/MatsuriDayo/nekoray.git
synced 2025-12-17 20:44:38 +03:00
refactor custom json
This commit is contained in:
@@ -11,6 +11,8 @@ namespace NekoRay::fmt {
|
||||
_add(new configItem("name", &name, itemType::string));
|
||||
_add(new configItem("addr", &serverAddress, itemType::string));
|
||||
_add(new configItem("port", &serverPort, itemType::integer));
|
||||
_add(new configItem("c_cfg", &custom_config, itemType::string));
|
||||
_add(new configItem("c_out", &custom_outbound, itemType::string));
|
||||
}
|
||||
|
||||
QString AbstractBean::ToNekorayShareLink(const QString &type) {
|
||||
|
||||
Reference in New Issue
Block a user