📝 [docs]: 修改开源协议

This commit is contained in:
snowykami 2024-09-01 15:45:03 +08:00
parent 06aa919d9b
commit 49a9617f08
3 changed files with 18 additions and 17 deletions

View File

@ -21,41 +21,41 @@ hero:
alt: Liteyuki Logo alt: Liteyuki Logo
features: features:
- title: Supports Multiple Frameworks - title: Ecological Diversity
icon: 🛠️ icon: 🛠️
details: Based on the liteyuki framework, compatible with nonebot, melobot, etc., with good ecological support details: Based on the liteyuki framework, compatible with any Python bot framework and application
link: ./dev/api/api link: ./dev/api/api
- title: Plugin Management - title: Pluggable
icon: 🧩 icon: 🧩
details: Use package manager for convenient management of plugins and resource packs details: Use package manager for convenient management of plugins and resource packs
link: ./store/plugin link: ./store/plugin
- title: Theme Support - title: Customizable
icon: 🎨 icon: 🎨
details: Fully customize the appearance using resource packs details: Fully customize the appearance using resource packs
link: ./store/resource link: ./store/resource
- title: Internationalization - title: Localization
icon: 🌐 icon: 🌐
details: Support for multiple languages through resource packs details: Support for multiple languages through resource packs
link: https://baike.baidu.com/item/i18n/6771940 link: https://baike.baidu.com/item/i18n/6771940
- title: Easy to Use - title: Easy to use
icon: ⚙️ icon: ⚙️
details: No complicated pre-process, ready to use out of the box details: No complicated pre-process, ready to use out of the box
link: ./deploy/config link: ./deploy/config
- title: Ultra-high Performance - title: High Performance
icon: 🏎️ icon: 🚀
details: 500 plugins, starts within 2 seconds details: 500 plugins, starts within 2 seconds
- title: Rolling Updates - title: Rolling Updates
icon: ☁️ icon: ☁️
details: Keep your robot up to date with the latest commits details: Keep your robot up to date with the latest commits
- title: Open Source Project - title: Open Source
icon: 💻 icon: 📄
details: The project follows the LSO LICENSE and is open to contributions details: The project follows the LSO LICENSE and is open to contributions
link: https://github.com/LiteyukiStudio/LiteyukiStudioOpensourceLICENSE link: https://github.com/LiteyukiStudio/LiteyukiStudioOpensourceLICENSE
--- ---

View File

@ -4,7 +4,7 @@ layout: home
hero: hero:
name: "轻雪机器人" name: "轻雪机器人"
text: "文档" text: "文档"
tagline: "一个综合性的机器人应用及管理框架" tagline: "一个综合性的聊天机器人应用及管理框架"
actions: actions:
- theme: brand - theme: brand
text: 🚀 快速开始 text: 🚀 快速开始
@ -21,9 +21,9 @@ hero:
alt: Liteyuki Logo alt: Liteyuki Logo
features: features:
- title: 支持多种框架 - title: 生态良好
icon: 🛠️ icon: 🛠️
details: 基于轻雪框架,兼容nonebotmelobot等拥有良好的生态支持 details: 基于轻雪框架,原生支持任意Python Bot框架和应用程序
link: ./dev/api/api link: ./dev/api/api
- title: 插件管理 - title: 插件管理
@ -31,7 +31,7 @@ features:
details: 使用包管理器,便捷管理插件及资源包 details: 使用包管理器,便捷管理插件及资源包
link: ./store/plugin link: ./store/plugin
- title: 主题支持 - title: 自由定制
icon: 🎨 icon: 🎨
details: 使用资源包对外观进行完全自定义 details: 使用资源包对外观进行完全自定义
link: ./store/resource link: ./store/resource
@ -47,15 +47,15 @@ features:
link: ./deploy/config link: ./deploy/config
- title: 超高性能 - title: 超高性能
icon: 🏎️ icon: 🚀
details: 500个插件2s内启动 details: 500个插件2内启动
- title: 滚动更新 - title: 滚动更新
icon: ☁️ icon: ☁️
details: 让你的机器人保持最新提交 details: 让你的机器人保持最新提交
- title: 开源项目 - title: 开源项目
icon: 💻 icon: 📄
details: 项目遵循LSO LICENCE开源欢迎各位的贡献 details: 项目遵循LSO LICENCE开源欢迎各位的贡献
link: https://github.com/LiteyukiStudio/LiteyukiStudioOpensourceLICENSE link: https://github.com/LiteyukiStudio/LiteyukiStudioOpensourceLICENSE
--- ---

View File

@ -4,6 +4,7 @@ title: liteyuki API
order: 100 order: 100
--- ---
此模块为liteyuki的框架整体 此模块为liteyuki的框架整体
This module is the overall framework of liteyuki. This module is the overall framework of liteyuki.
""" """
from liteyuki.bot import ( from liteyuki.bot import (