2026-02-04 15:32:13 +08:00
|
|
|
|
---
|
|
|
|
|
|
home: true
|
|
|
|
|
|
title: 主页
|
|
|
|
|
|
# heroImage: https://vuejs.press/images/hero.png
|
|
|
|
|
|
actions:
|
|
|
|
|
|
- text: 开始配置
|
|
|
|
|
|
link: /get-started.html
|
|
|
|
|
|
type: primary
|
|
|
|
|
|
- text: Lua 文档
|
|
|
|
|
|
link: /lua.html
|
|
|
|
|
|
type: secondary
|
2026-02-05 22:00:33 +08:00
|
|
|
|
- text: 命令列表
|
|
|
|
|
|
link: /commands.html
|
|
|
|
|
|
type: secondary
|
2026-02-04 15:32:13 +08:00
|
|
|
|
|
|
|
|
|
|
# - text: Introduction
|
|
|
|
|
|
# link: https://vuejs.press/guide/introduction.html
|
|
|
|
|
|
# type: secondary
|
|
|
|
|
|
|
|
|
|
|
|
features:
|
|
|
|
|
|
- title: 安全用户系统
|
|
|
|
|
|
details: 用户系统是直接绑定在内核下的,通过 SHA-256 密码哈希算法对用户密码进行加密存储,确保用户密码的安全性。
|
|
|
|
|
|
- title: Lua 脚本支持
|
|
|
|
|
|
details: CMLeonOS支持 Lua 脚本,用户可以通过 Lua 脚本实现自定义功能。
|
|
|
|
|
|
- title: 网络
|
|
|
|
|
|
details: CMLeonOS支持 TCP/IP 协议栈,用户可以通过网络连接到其他设备。
|
|
|
|
|
|
- title: FTP 服务器
|
|
|
|
|
|
details: CMLeonOS支持 FTP 服务器,用户可以通过 FTP 协议上传下载文件。
|
|
|
|
|
|
- title: 内置编辑器
|
|
|
|
|
|
details: CMLeonOS支持内置编辑器,用户可以直接在CMLeonOS中编辑文件。
|
|
|
|
|
|
- title: 硬盘存储
|
|
|
|
|
|
details: CMLeonOS支持硬盘存储,用户可以将文件持久存储在硬盘中。
|
2026-02-05 22:00:33 +08:00
|
|
|
|
- title: 命令别名
|
|
|
|
|
|
details: CMLeonOS支持命令别名功能,用户可以创建自定义命令快捷方式。
|
2026-02-04 15:32:13 +08:00
|
|
|
|
|
|
|
|
|
|
# footer: MIT Licensed | Copyright © 2018-present VuePress Community
|