Skip to content

Commit 71ee3f7

Browse files
committed
update,一些内容
1 parent 30c935a commit 71ee3f7

File tree

4 files changed

+44
-8
lines changed

4 files changed

+44
-8
lines changed

docs/.vitepress/config.mts

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,7 @@ export default defineConfig({
3737
{ text: '🔑 基本设置', link: '/settings/basic' },
3838
{ text: '🔒 高级设置', link: '/settings/advanced' },
3939
{ text: '🔌 插件管理', link: '/settings/plugins' },
40-
{ text: '🔗 URL协议', link: '/settings/url' },
41-
{ text: '🩹 软件保活', link: '/settings/keep_alive' }
40+
{ text: '🔗 URL协议', link: '/settings/url' }
4241
]
4342
},
4443
{ text: '🆘 支持与资源',
@@ -79,8 +78,7 @@ export default defineConfig({
7978
{ text: '🔑 基本设置', link: '/settings/basic' },
8079
{ text: '🔒 高级设置', link: '/settings/advanced' },
8180
{ text: '🔌 插件管理', link: '/settings/plugins' },
82-
{ text: '🔗 URL协议', link: '/settings/url' },
83-
{ text: '🩹 软件保活', link: '/settings/keep_alive' }
81+
{ text: '🔗 URL协议', link: '/settings/url' }
8482
]
8583
},
8684
{ text: '🆘 支持与资源',

docs/download.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,14 @@
22
layout: home
33
---
44

5+
::: warning 系统兼容性提示
6+
> **⚠️ 重要提示:自本版本起,SecRandom 已停止对 Windows 7 和 x86 系统的官方支持。为获得最佳使用体验,我们强烈建议使用 Windows 10 x64 或更高版本系统。**
7+
>
8+
> **对于仍需在 Windows 7 系统上使用本工具的用户,可通过手动调整依赖库版本后自行打包的方式适配该系统环境,从而继续使用本工具。**
9+
>
10+
> **对于仍需在 x86 系统上使用本工具的用户,我们建议使用 Python 3.8 进行打包,以确保最佳的兼容性和稳定性。**
11+
>
12+
> **如需自行打包,请使用仓库根目录下的 requirements-windows-win7_x64_x86.txt 文件,其中包含了适用于这些系统的依赖库版本信息。**
13+
:::
14+
515
<Download />

docs/guide/start.md

Lines changed: 22 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,11 @@
3232
-**官方发布** - 经过完整测试的稳定版本
3333
-**自动更新** - 内置版本检测功能
3434
-**安全验证** - 提供SHA256校验值
35-
-**多版本** - 支持x86/x64架构
3635

3736
**操作步骤:**
3837
1. 访问 [GitHub Releases](https://github.com/SECTL/SecRandom/releases)
3938
2. 选择最新版本(如 `v1.1.3.0-beta`
40-
3. 下载对应架构的文件:
41-
- `x64` - 64位系统推荐
42-
- `x86` - 32位系统专用
39+
3. 下载文件
4340

4441
#### 🌟 **方案2:GitHub仓库(源码)**
4542
-**最新代码** - 获取最新功能和修复
@@ -61,6 +58,27 @@ git clone https://github.com/SECTL/SecRandom.git
6158

6259
**访问链接:** [123云盘下载](https://www.123684.com/s/9529jv-U4Fxh)
6360

61+
#### 📦 **方案4:Cloudreve分流**
62+
63+
<div align="center">
64+
65+
| 特性 | 详情 |
66+
|:----:|:----|
67+
| **🌐 服务类型** | 第三方分流服务 |
68+
| **🚀 下载速度** | 稳定快速 |
69+
| **👨‍💻 提供者** | [Lotus](https://github.com/SummerLotus520/) |
70+
| **📝 描述** | Lotus大佬提供的分流服务 |
71+
72+
</div>
73+
74+
<div align="center">
75+
76+
**访问链接:** [Cloudreve分流](https://cloudreve.lotus520.com)
77+
78+
> 💡 **提示**:此分流服务由社区贡献者Lotus提供,感谢他的支持!
79+
80+
</div>
81+
6482
---
6583

6684
## 🔐 文件安全验证

docs/overview.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@
55
> **在公平与随机的交汇处,SecRandom 矗立如灯塔**
66
> 专为课堂、团队、活动等场景精心设计的抽取神器,让每一次选择都公平透明。
77
8+
::: warning 系统兼容性提示
9+
> **⚠️ 重要提示:自 v1.2.4.9 版本起,SecRandom 已停止对 Windows 7 和 x86 系统的官方支持。为获得最佳使用体验,我们强烈建议使用 Windows 10 x64 或更高版本系统。**
10+
>
11+
> **对于仍需在 Windows 7 系统上使用本工具的用户,可通过手动调整依赖库版本后自行打包的方式适配该系统环境,从而继续使用本工具。**
12+
>
13+
> **对于仍需在 x86 系统上使用本工具的用户,我们建议使用 Python 3.8 进行打包,以确保最佳的兼容性和稳定性。**
14+
>
15+
> **如需自行打包,请使用仓库根目录下的 requirements-windows-win7_x64_x86.txt 文件,其中包含了适用于这些系统的依赖库版本信息。**
16+
:::
17+
818
# 快速开始
919

1020
## 🎯 它是什么?

0 commit comments

Comments
 (0)