From 36eb7c0d67cdec212d7fa4c129ee1fb3be4b1282 Mon Sep 17 00:00:00 2001 From: 简律纯 Date: Fri, 28 Apr 2023 04:02:37 +0800 Subject: 🎈更新简介 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 71 +++++++++++++++++++++++++++++++++++++--------------------- pyproject.toml | 4 ++-- 2 files changed, 47 insertions(+), 28 deletions(-) diff --git a/README.md b/README.md index b96b3b2..4e4c7a0 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ -

hydroroll'

+

HydroRoll'水系

@@ -22,49 +22,68 @@ -Turbo is a next-generation toolchain for frontend development, written in Rust. It consists of 3 major parts: +水系是一个基于深度学习框架iamai的跨平台骰系,尽管只是作为iamai的插件示例,但它仍然有自己的创新之处与标准遵循: -- [**Turbopack:**](https://turbo.build/pack) an incremental bundler (the successor to Webpack) -- [**Turborepo:**](https://turbo.build/repo) an incremental build system -- The Turbo engine: a low-level incremental computation and memoization engine +- **语法高度严谨且自由**: 命令语法贴切实际,输入灵活方便。 -## Getting Started +- **概念继承但焕然一新**: 因为开发者混迹的骰系群以及使用过的骰系很多,因此继承学习了相当一部分各个骰系做的比较好的地方,同时也引入了诸多类似(规则模块、世界主、模型模块)等概念。 -Visit https://turbo.build to get started with Turbopack and Turborepo. +## 🎁 Getting -## Contributing +1. 安装库 -See [CONTRIBUTING.md](./CONTRIBUTING.md) for more information. +在命令行输入。 -## Community +``` shell +pip install HydroRoll +``` -The Turbo community can be found on [GitHub Discussions](https://github.com/vercel/turbo/discussions), where you can ask questions, voice ideas, and share your projects. +2. 创建机器人实例 -To chat with other community members, you can join the [Turbo Discord](https://turbo.build/discord). +``` shell +mkdir mybot && cd mybot && mkdir plugins +echo.> config.toml && echo.> main.py :: 创建空的配置文件和python运行脚本 +``` -Our [Code of Conduct](https://github.com/vercel/turbo/blob/main/CODE_OF_CONDUCT.md) applies to all Turbo community channels. +在 `main.py` 导入 `Bot` 类, 创建一个 `bot` 实例并开启热加载, 最后通过 `run` 方法启动水系骰娘。 -## Who is using Turbo? +``` python +from hydroroll import Bot -Turbo is used by the world's leading companies. Check out the [Turbo Showcase](https://turbo.build/showcase) to learn more. +bot = Bot(hot_reload=True) -## Updates +if __name__ == "__main__": + bot.run() +``` -Follow [@turborepo](https://twitter.com/turborepo) on Twitter and for project updates. +3. 使用合适的适配器, 合理修改你的 `config.toml` 配置文件, 等待连接! -## Authors +## 💕 Contributing -**Turborepo** +欢迎阅读 [CONTRIBUTING.md](./CONTRIBUTING.md) -- Jared Palmer ([@jaredpalmer](https://twitter.com/jaredpalmer)) +## 🙋‍ Community -**Turbopack and the Turbo engine** +HydroRoll 水系 的论坛在 [GitHub Discussions](https://github.com/retrofor/HydroRoll/discussions), 你可以在这里提出任何问题, 分享任何想法。 -- Tobias Koppers ([@wSokra](https://twitter.com/wSokra)) -- Maia Teegarden ([@padmaia](https://twitter.com/padmaia)) +目前你可以加入 [![](https://img.shields.io/badge/-QQ群126211793-002FA7?style=flat-square&logo=TencentQQ&logoColor=white)]() 和社区里的其它用户交流, 同时也能在里面体验到最新开发的水系骰子(krypton)。 -## Security +我们的 [行为准则(Code of Conduct)](https://github.com/retrofor/HydroRoll/blob/main/CODE_OF_CONDUCT.md) 适用于 HydroRoll'水系 社区内的所有交流渠道。 -If you believe you have found a security vulnerability in Turbo, we encourage you to responsibly disclose this and not open a public issue. We will investigate all legitimate reports. Email `security@vercel.com` to disclose any security vulnerabilities. +## ✨ Updates -https://vercel.com/security \ No newline at end of file +1. 使用 `pip` 更新 + +``` shell +pip install --upgrade hyrdroroll +``` + +## 👨‍🚀 Contributors + + + + + +## 📄 License + +[GPL 3.0](https://github.com/HsiangNianian/OlivaBiliLive/blob/main/LICENSE) © 2023-PRESENT [简律纯](https://github.com/HsiangNianian) \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index f020d47..e6b75dd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,9 +1,9 @@ [tool.poetry] name = "hydroroll" -version = "0.1.1" +version = "0.1.2" description = "bot framework." authors = ["简律纯 "] -license = "MIT" +license = "AGPL3.0" readme = "README.md" homepage = "https://hydroroll.retrofor.space/" repository = "https://github.com/retrofor/hydroroll" -- cgit v1.2.3-70-g09d2