|
| 1 | +<!-- -*- conding: utf-8 -*- --> |
| 2 | +<!DOCTYPE html> |
| 3 | +<html lang="zh-CN"> |
| 4 | +<head> |
| 5 | + <meta charset="UTF-8"> |
| 6 | + <meta http-equiv="X-UA-Compatible" content="IE=edge"> |
| 7 | + <meta name="renderer" content="webkit"> |
| 8 | + <meta name="force-rendering" content="webkit"> |
| 9 | + <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 10 | + <meta name="author" content="红蓝灯"> |
| 11 | + <meta name="keywords" content="红蓝灯, RBL, NeoBasicQQBot, NBQQB"> |
| 12 | + <meta http-equiv="Content-Language" content="zh-CN"> |
| 13 | + <meta name="robots" content="all"> |
| 14 | + <meta name="description" content="NBQQB,也许是最基础、最奇怪的QQ机器人框架了?基于Python"> |
| 15 | + <meta property="og:title" content="NBQQB - 红蓝灯的秘密基地"> |
| 16 | + <meta property="og:description" content="NBQQB,也许是最基础、最奇怪的QQ机器人框架了?基于Python"> |
| 17 | + <title>NBQQB - 红蓝灯的秘密基地</title> |
| 18 | + <script src="../include/prism.js"></script> |
| 19 | + <script src="../include/script.js"></script> |
| 20 | + <link href="../include/prism.css" rel="stylesheet"> |
| 21 | + <link href="../include/style.css" rel="stylesheet"> |
| 22 | + <link href="../include/logo.ico" rel="icon"> |
| 23 | +</head> |
| 24 | +<body class="line-numbers"> |
| 25 | + <nav id="topnav"> |
| 26 | + <div class="nav-inner"> |
| 27 | + <a href="../index.html">首页</a> |
| 28 | + <a href="../download.html">下载</a> |
| 29 | + <a href="../project.html">项目</a> |
| 30 | + <a href="../column.html">专栏</a> |
| 31 | + <a href="../articles.html">文章</a> |
| 32 | + <a href="../about.html">关于</a> |
| 33 | + <a href="https://github.com/CN-RBL" target="_blank">我的GitHub</a> |
| 34 | + <a href="https://space.bilibili.com/3546389388724715" target="_blank">我的B站</a> |
| 35 | + </div> |
| 36 | + </nav> |
| 37 | + <div id="nav-spacer" aria-hidden="true"></div> |
| 38 | + <div id="main"> |
| 39 | + <h1 class="english">NeoBasicQQBot</h1> |
| 40 | + <hr> |
| 41 | + <p class="chinese fc">也许是最基础、最奇怪的QQ机器人框架了?基于Python</p> |
| 42 | + <h2 class="chinese">简介</h2> |
| 43 | + <p class="chinese">在26.2.21,蛋疼的我突发奇想,借助Deepseek,搞出来(还没搞完)了这个框架,主要是利用win32api+pyautogui+...,实现了一个用<strong>最基本、最原始</strong>的方式控制QQ的机器人框架。</p> |
| 44 | + <h2 class="chinese">声明</h2> |
| 45 | + <p class="chinese">这个项目的代码质量非常差,超级藕合,甚至可以说是<del title="我怎么会把垃圾端上来用呢?">垃圾</del>,不太建议任何人使用它来开发QQ机器人(如果你想开发QQ机器人,建议使用其他等成熟的框架),我只是为了<del title="闭嘴!">好玩</del>才写了这个项目了,所以请<del title="何意味?我类型注解都写了">不要在意它的代码质量?</del></p> |
| 46 | + </div> |
| 47 | + <div id="copyright"> |
| 48 | + <p class="chinese">© 2026 红蓝灯 保留所有权利才怪</p> |
| 49 | + <p class="english">© 2026 RBL All rights reserved? Hardly.</p> |
| 50 | + <p class="english">Best view at 1528x740</p> |
| 51 | + </div> |
| 52 | +</body> |
| 53 | +</html> |
0 commit comments