mirror of
https://github.com/Leonmmcoset/CMLeonOS.git
synced 2026-03-03 15:30:27 +00:00
docs&Lua input()
This commit is contained in:
31
docs/cmleonos/docs/README.md
Normal file
31
docs/cmleonos/docs/README.md
Normal file
@@ -0,0 +1,31 @@
|
||||
---
|
||||
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
|
||||
|
||||
# - 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支持硬盘存储,用户可以将文件持久存储在硬盘中。
|
||||
|
||||
# footer: MIT Licensed | Copyright © 2018-present VuePress Community
|
||||
Reference in New Issue
Block a user