mirror of
https://github.com/MatsuriDayo/nekoray.git
synced 2025-12-18 04:54:38 +03:00
update
This commit is contained in:
@@ -31,5 +31,5 @@ popd
|
||||
|
||||
#### Go: nekobox_core ####
|
||||
pushd go/cmd/nekobox_core
|
||||
go build -v -o $DEST -trimpath -ldflags "-w -s -X neko/pkg/neko_common.Version_neko=$version_standalone" -tags "with_gvisor,with_quic,with_wireguard,with_v2ray_api"
|
||||
go build -v -o $DEST -trimpath -ldflags "-w -s -X neko/pkg/neko_common.Version_neko=$version_standalone" -tags "with_gvisor,with_quic,with_wireguard,with_v2ray_api,with_ech,with_utls"
|
||||
popd
|
||||
|
||||
@@ -591,6 +591,10 @@
|
||||
<source>Please pick a core.</source>
|
||||
<translation>请选择一个核心。</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Outbound JSON, please read the documentation.</source>
|
||||
<translation>填写出站 JSON 对象,详细请看文档。</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>EditNaive</name>
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>400</width>
|
||||
<height>476</height>
|
||||
<height>400</height>
|
||||
</rect>
|
||||
</property>
|
||||
<property name="windowTitle">
|
||||
@@ -26,7 +26,7 @@
|
||||
<property name="minimumSize">
|
||||
<size>
|
||||
<width>0</width>
|
||||
<height>400</height>
|
||||
<height>300</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="contextMenuPolicy">
|
||||
|
||||
@@ -63,7 +63,7 @@ void EditCustom::onStart(QSharedPointer<NekoRay::ProxyEntity> _ent) {
|
||||
// custom internal
|
||||
if (preset_core == "internal") {
|
||||
ui->core->hide();
|
||||
ui->core_l->hide();
|
||||
ui->core_l->setText(tr("Outbound JSON, please read the documentation."));
|
||||
ui->command->hide();
|
||||
ui->command_l->hide();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user