From 7b2240cb53e528477e687a5a585fa591939eebb5 Mon Sep 17 00:00:00 2001 From: zkhssb Date: Tue, 29 Aug 2023 07:52:26 +0800 Subject: [PATCH] =?UTF-8?q?update:=20=E6=9B=B4=E6=96=B0README.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 13 ++++++++++--- README_EN.md | 12 +++++++++--- 2 files changed, 19 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index a200183..ef43bd5 100644 --- a/README.md +++ b/README.md @@ -33,11 +33,9 @@ NectarRCON ## 能力 - 连接单个服务器 - - 分组服务器 (将命令广播到组内的所有服务器) - - 多语言支持(目前内部支持中文和英文,支持自定义其他语言) - +- 支持解析SRV服务器地址 - 内置两种主题(这不算能力吧喂!!!) ## 后续想法 @@ -45,6 +43,7 @@ NectarRCON 没错!!! 我们的项目正在蒸蒸日上(bushi) - 其他Rcon协议支持 (最优先) +- 日志部分重构 - 自动更新支持 (有想法) - 自动脚本执行 (有想法但暂无需求) - 基于Rcon的插件 (有需求但懒) @@ -53,6 +52,13 @@ NectarRCON 学习 WPF 时突发奇想做的一个工具,代码可能不太美观(各种乱七八糟,一锅乱炖的写法) +## 项目依赖 + +| 名字 | 地址 | +| ------------------------- | ------------------------------- | +| RconClient | http://dnsclient.michaco.net/ | +| WPF-UI (作者已废弃的版本) | https://github.com/lepoco/wpfui | + ## 部分截图
@@ -72,4 +78,5 @@ NectarRCON 连接成功/Command page ![](https://s2.loli.net/2023/01/03/Lw5eNtvPJCUYdT6.png) +
\ No newline at end of file diff --git a/README_EN.md b/README_EN.md index 0058eb7..01f920a 100644 --- a/README_EN.md +++ b/README_EN.md @@ -30,11 +30,9 @@ NectarRCON ## Capabilities - Connect to a single server - - Group servers (broadcast commands to all servers in the group) - - Multi-language support (currently supports Chinese and English, with support for customizing other languages) - +- Support for SRV server addresses - Two built-in themes ## Future Plans @@ -42,6 +40,7 @@ NectarRCON Yes!!! Our project is thriving (Haha) - Support for other Rcon protocols (top priority) +- Reconstruction of the log section - Automatic update support (ideas in mind) - Automatic script execution (ideas in mind but no current demand) - Rcon-based plugins (demand exists but I'm lazy) @@ -50,6 +49,13 @@ NectarRCON A tool I came up with while learning WPF. The code may not be aesthetically pleasing (a mishmash of various things, written in a haphazard manner) +## Project Dependencies + +| Name | Address | +| --------------------------- | ------------------------------- | +| RconClient | http://dnsclient.michaco.net/ | +| WPF-UI (Deprecated Version) | https://github.com/lepoco/wpfui | + ## Screenshots