mirror of
https://github.com/MatsuriDayo/nekoray.git
synced 2025-12-18 04:54:38 +03:00
feat: resolve profile domain
This commit is contained in:
@@ -27,8 +27,14 @@ namespace NekoRay::fmt {
|
||||
|
||||
explicit AbstractBean(int version);
|
||||
|
||||
//
|
||||
|
||||
QString ToNekorayShareLink(const QString &type);
|
||||
|
||||
void ResolveDomainToIP(const std::function<void()> &onFinished);
|
||||
|
||||
//
|
||||
|
||||
[[nodiscard]] virtual QString DisplayAddress();
|
||||
|
||||
[[nodiscard]] virtual QString DisplayName();
|
||||
@@ -37,6 +43,8 @@ namespace NekoRay::fmt {
|
||||
|
||||
virtual QString DisplayTypeAndName();
|
||||
|
||||
//
|
||||
|
||||
virtual bool NeedExternal() { return false; };
|
||||
|
||||
virtual CoreObjOutboundBuildResult BuildCoreObj() { return {}; };
|
||||
|
||||
Reference in New Issue
Block a user