trojan grpc link fixed - some en lang edited

upgrade
text to v0.7.0
i18nv2 to v2.2.1
sqlite3 to v1.14.16
toml to v1.2.1

downgrade
sessions to v0.0.4
This commit is contained in:
MHSanaei
2023-02-11 23:52:24 +03:30
parent 439949a964
commit 56e8203a34
8 changed files with 129 additions and 92 deletions
+2 -2
View File
@@ -47,7 +47,7 @@
:stroke-color="status.swap.color"
:percent="status.swap.percent"></a-progress>
<div>
swap: [[ sizeFormat(status.swap.current) ]] / [[ sizeFormat(status.swap.total) ]]
Swap: [[ sizeFormat(status.swap.current) ]] / [[ sizeFormat(status.swap.total) ]]
</div>
</a-col>
<a-col :span="12" style="text-align: center">
@@ -99,7 +99,7 @@
</a-col>
<a-col :sm="24" :md="12">
<a-card hoverable>
tcp / udp {{ i18n "pages.index.connectionCount" }}: [[ status.tcpCount ]] / [[ status.udpCount ]]
TCP / UDP {{ i18n "pages.index.connectionCount" }}: [[ status.tcpCount ]] / [[ status.udpCount ]]
<a-tooltip>
<template slot="title">
{{ i18n "pages.index.connectionCountDesc" }}