Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions LICENSE.NetInfoChecker_HTML
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Copyright(C)2025 Yumeyo

This copy has been allowed to distribute and modify for Ne0W0r1d
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,12 @@ Rana Toolkit 项目[传送门请前往](#rana-toolkit-传送门)<br>

- [X] UI基础布局(Anno)<br>
- [X] 日志实现(Rana-Re)<br>
- [ ] 多网卡信息输出实现(Rana-Re)<br>
- [ ] 多 API 选择实现(Rana-Re)<br>
- [ ] 路由跳点检测、WOL功能实现(Beta)<br>
- [ ] NAT 检测、多出口功能实现(Beta)<br>
- [ ] 设备信息实现(Beta)<br>
- [X] 多网卡信息输出实现(Rana-Re)<br>
- [ ] 设置和多 API 可选实现(Rana-Re)
- [ ] 大陆和海外线同时信息获取(Alice/Saki-Beta)<br>
- [ ] 路由跳点检测、WOL功能实现(Alice/Saki-Beta)<br>
- [ ] NAT 检测、DNS 检测实现(Alice/Saki-Beta)<br>
- [ ] 设备信息实现(Stable)<br>
- [ ] 全新UI(NXT-Stable)<br>
- [ ] i18n 支持(NXT-Stable)<br>

Expand Down
21 changes: 5 additions & 16 deletions src/Resource/checker-web.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>网络综合查询器多出口在线版</title>
<link rel="icon" href="https://pic1.imgdb.cn/item/69147ed43203f7be00f94ce6.png" type="image/png">
<title>网络综合查询器多出口 For CipherTools</title>
<link rel="icon" href="https://cipher.ne0w0r1d.top/images/fav.png" type="image/png">
<style>
:root {
--theme-color: #8e8cd8;
Expand Down Expand Up @@ -340,16 +340,12 @@
</div>
<header>
<div style="display:flex;align-items:center;gap:12px;">
<img src="https://pic1.imgdb.cn/item/69147ed43203f7be00f94ce6.png" alt="logo" />
<img src="https://cipher.ne0w0r1d.top/images/fav.png" alt="logo" />
<h2 class="two-line-title">
<span class="line1">多出口测试·在线版</span>
<span class="line2">网络综合查询器 · NetInfoChecker by Yumeyo</span>
<span class="line1">多出口测试 - CipherTools 版</span>
<span class="line2">网络综合查询器 · NetInfoChecker by Yumeyo & CipherTools By Ne0W0r1d新界</span>
</h2>
</div>
<div class="header-links">
<a href="http://yumeyo.ysepan.com/" target="_blank">永硕E盘</a>
<a href="https://github.com/youhunluanma/NetInfoChecker" target="_blank">GitHub</a>
</div>
</header>

<div class="main-wrapper">
Expand All @@ -370,13 +366,6 @@ <h2 class="two-line-title">
</div>
</div>

<!-- 模块3:友情链接 + 图片框 -->
<div class="links-image-wrapper" style="margin:16px;">
<div class="image-box">
<img src="https://pic1.imgdb.cn/item/6914a28f3203f7be00f9a6c9.jpg" alt="背景图"/>
</div>
</div>

<script>
// 系统时间更新函数
function updateSystemTime() {
Expand Down
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#include "version.h" // 统一输出版本号

// 版本号
QString AK_VERSION = "CIPHER.rana.alpha_release.20251229"; //主程序版本号
QString AK_VERSION = "CIPHER.rana.alpha_snapshot.20251229"; //主程序版本号
QString BUILDDATE="20251229";
QString AKT_VERSION = "RANATOOLKIT.astra.prototype"; //该程序版本号请根据 Ne0W0r1d/Rana_Toolkit 进行编写,目前 Prototype 是因为工具箱并没有实现

Expand Down