mirror of
https://github.com/Qv2ray/Qv2ray.git
synced 2025-05-20 10:50:23 +08:00
update: updated builtin protocol plugin name
This commit is contained in:
parent
665b7a0a80
commit
f1ae4ef49b
@ -1 +1 @@
|
|||||||
5925
|
5926
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include "QvGUIPluginInterface.hpp"
|
|
||||||
#include "QvPluginInterface.hpp"
|
#include "QvPluginInterface.hpp"
|
||||||
|
|
||||||
#include <QObject>
|
#include <QObject>
|
||||||
@ -20,7 +19,7 @@ class InternalProtocolSupportPlugin
|
|||||||
// Basic metainfo of this plugin
|
// Basic metainfo of this plugin
|
||||||
const QvPluginMetadata GetMetadata() const override
|
const QvPluginMetadata GetMetadata() const override
|
||||||
{
|
{
|
||||||
return { "Built-in Protocol Support", //
|
return { "Builtin Protocol Support", //
|
||||||
"Qv2ray Core Workgroup", //
|
"Qv2ray Core Workgroup", //
|
||||||
"qvplugin_builtin_protocol", //
|
"qvplugin_builtin_protocol", //
|
||||||
"Enable built-in VMess, VLESS, SOCKS, HTTP, Shadowsocks, Dokodemo-door support", //
|
"Enable built-in VMess, VLESS, SOCKS, HTTP, Shadowsocks, Dokodemo-door support", //
|
||||||
|
Loading…
Reference in New Issue
Block a user