docs&Lua input()

This commit is contained in:
2026-02-04 15:32:13 +08:00
parent 33afd6f2b5
commit 33510365f4
30 changed files with 24243 additions and 30 deletions

View 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