Skip to content

Commit c5c5a59

Browse files
committed
chore: rebrand LLTwoBot to LLBot and expand release artifacts
1 parent 76ad976 commit c5c5a59

9 files changed

Lines changed: 76 additions & 235 deletions

File tree

.github/workflows/publish.yml

Lines changed: 62 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -30,26 +30,77 @@ jobs:
3030
3131
- name: Compress dist
3232
run: |
33-
mkdir llonebot-win-x64
33+
3434
sudo apt install zip -y
3535
cd ./dist/
36-
mv 使用说明.txt ../llonebot-win-x64/
37-
zip -r ../LLOneBot.zip ./*
36+
37+
zip -r ../LLBot.zip ./*
3838
39-
- name: Compress for Windows
39+
- name: Compress for Windows Cli
4040
run: |
41-
cd llonebot-win-x64
42-
mv ../dist/更新日志.txt ./
43-
mv ../dist ./llonebot
41+
mkdir llbot-cli-win-x64
42+
cd llbot-cli-win-x64
43+
cp ../dist/使用说明.txt ./
44+
cp ../dist/更新日志.txt ./
45+
cp ../dist ./llonebot
4446
wget https://github.com/linyuchen/PMHQ/releases/latest/download/pmhq-win-x64.zip
4547
unzip pmhq-win-x64.zip
4648
rm pmhq-win-x64.zip
47-
mv pmhq-win-x64.exe llonebot.exe
49+
mv pmhq-win-x64.exe llbot.exe
4850
wget https://github.com/LLOneBot/exe/releases/latest/download/node.exe -O llonebot/node.exe
49-
zip -r ../LLOneBot-win-x64.zip ./*
51+
# zip -r ../LLOneBot-win-x64.zip ./*
5052
wget https://github.com/LLOneBot/exe/releases/latest/download/ffmpeg.exe -O llonebot/ffmpeg.exe
5153
wget https://github.com/LLOneBot/exe/releases/latest/download/ffprobe.exe -O llonebot/ffprobe.exe
52-
zip -r ../LLOneBot-win-x64-ffmpeg.zip ./*
54+
zip -r ../LLBot-cli-win-x64.zip ./*
55+
56+
- name: Compress for Windows Desktop
57+
run: |
58+
mkdir llbot-desktop-win-x64
59+
mkdir -p bin/llonebot
60+
cd llbot-desktop-win-x64
61+
cp ../dist/使用说明.txt ./
62+
cp ../dist/更新日志.txt ./
63+
cp ../dist ./bin/llonebot
64+
wget https://github.com/LLOneBot/Lucky-Lillia-Desktop/releases/latest/download/lucky-lillia-desktop-win-x64.zip
65+
unzip lucky-lillia-desktop-win-x64.zip
66+
rm lucky-lillia-desktop-win-x64.zip
67+
mv lucky-lillia-desktop.exe llbot.exe
68+
zip -r ../LLBot-Desktop-win-x64.zip ./*
69+
70+
- name: Compress for Linux CLI x64
71+
run: |
72+
mkdir llbot-cli-linux-x64
73+
cd llbot-cli-linux-x64
74+
cp ../dist/使用说明.txt ./
75+
cp ../dist/更新日志.txt ./
76+
cp ../dist ./llbot
77+
wget https://github.com/linyuchen/PMHQ/releases/latest/download/pmhq-linux-x64.zip
78+
unzip pmhq-linux-x64.zip
79+
rm pmhq-linux-x64.zip
80+
mv pmhq-linux-x64 llbot
81+
wget https://github.com/LLOneBot/exe/releases/latest/download/node-linux-x64 -O llbot/node
82+
cp ../script/start-linux.sh ./start.sh
83+
zip -r ../LLBot-CLI-linux-x64.zip ./*
84+
85+
- name: Compress for Linux CLI arm64
86+
run: |
87+
mkdir llbot-cli-linux-arm64
88+
cd llbot-cli-linux-arm64
89+
cp ../dist/使用说明.txt ./
90+
cp ../dist/更新日志.txt ./
91+
cp ../dist ./llbot
92+
wget https://github.com/linyuchen/PMHQ/releases/latest/download/pmhq-linux-arm64.zip
93+
unzip pmhq-linux-arm64.zip
94+
rm pmhq-linux-arm64.zip
95+
mv pmhq-linux-arm64 llbot
96+
wget https://github.com/LLOneBot/exe/releases/latest/download/node-linux-arm64 -O llbot/node
97+
cp ../script/start-linux.sh ./start.sh
98+
zip -r ../LLBot-CLI-linux-arm64.zip ./*
99+
100+
- name: Compress for Docker
101+
run: |
102+
wget https://raw.githubusercontent.com/linyuchen/PMHQ/refs/heads/main/docker/install-llob.sh -O LLBot-Docker.sh
103+
53104
54105
- name: Extract version from tag
55106
id: get-version
@@ -72,7 +123,7 @@ jobs:
72123
- name: Release
73124
uses: ncipollo/release-action@v1
74125
with:
75-
artifacts: 'LLOneBot.zip, LLOneBot-win-x64.zip, LLOneBot-win-x64-ffmpeg.zip'
126+
artifacts: 'LLBot.zip, LLBot-Desktop-win-x64.zip, LLBot-CLI-linux-x64.zip, LLBot-CLI-linux-arm64.zip, LLBot-Docker.sh'
76127
draft: true
77128
token: ${{ secrets.RELEASE_TOKEN }}
78129
name: LLOneBot v${{ steps.get-version.outputs.VERSION }}

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
# LLTwoBot
1+
# LLBot
22
![Node.js Version](https://img.shields.io/badge/node-%3E=22.x-brightgreen)
33

44
<div align="center">
55
<img src="./logo.jpg" width="200" alt="Logo" />
6-
<p><strong>Lucky Lillia Two Bot</strong></p>
6+
<p><strong>Lucky Lillia Bot</strong></p>
77
<p>OneBot 11 and Satori Server</p>
88
</div>
99

doc/使用说明.txt

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,4 @@
1-
注意:请使用原版 QQ,不要安装任何插件,否则依然有掉线风险!如果安装过 LiteloaderQQNT 请删除干净 QQ 安装目录!
2-
31
官网 https://llonebot.com
42
GitHub: https://github.com/LLOneBot/LLOneBot
53
QQ Group: https://qm.qq.com/q/NsbdKiQ3eg
64

7-
使用方法:
8-
9-
双击 llonebot.exe 后会启动 QQ,登录 QQ 后
10-
点击配置按钮会打开 webui,可进行配置
11-

script/start-linux.sh

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
SCRIPT_DIR="$(cd "$(dirname "$0")" && pwd)"
2+
3+
chmod u+x $SCRIPT_DIR/llbot/node
4+
$SCRIPT_DIR/llbot/node $SCRIPT_DIR/llbot/llonebot.js &
5+
6+
chmod +x $SCRIPT_DIR/llbot
7+
xvfb-run $SCRIPT_DIR/llbot

src/webui/FE/App.tsx

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -169,11 +169,7 @@ function App() {
169169
{/*{activeTab === 'about' && '关于'}*/}
170170
</h2>
171171
<p className="text-white/80">
172-
{activeTab === 'dashboard' && '欢迎使用 LLTwoBot'}
173-
{/*{activeTab === 'onebot' && '配置 OneBot 11 协议相关设置'}*/}
174-
{/*{activeTab === 'satori' && '配置 Satori 协议相关设置'}*/}
175-
{/*{activeTab === 'other' && '配置全局设置和其他选项'}*/}
176-
{/*{activeTab === 'about' && '关于 LLTwoBot 项目'}*/}
172+
{activeTab === 'dashboard' && '欢迎使用 Lucky Lillia Bot'}
177173
</p>
178174
</div>
179175

@@ -403,7 +399,7 @@ function App() {
403399
<div className="w-20 h-20 rounded-3xl overflow-hidden mx-auto mb-6 shadow-lg">
404400
<img src="/logo.jpg" alt="Logo" className="w-full h-full object-cover" />
405401
</div>
406-
<h1 className="text-3xl font-bold text-gray-800 mb-2">Lucky Lillia TwoBot</h1>
402+
<h1 className="text-3xl font-bold text-gray-800 mb-2">Lucky Lillia Bot</h1>
407403
<p className="text-gray-600 mb-6">使你的 QQNT 支持 OneBot 11 协议 和 Satori 协议进行 QQ 机器人开发</p>
408404
<div className="flex items-center justify-center gap-4">
409405
<a
@@ -490,7 +486,7 @@ function App() {
490486
</div>
491487
<div>
492488
<div className="text-sm font-medium text-gray-800">版本信息</div>
493-
<div className="text-xs text-gray-500">LLTwoBot {version}</div>
489+
<div className="text-xs text-gray-500">Lucky Lillia Bot {version}</div>
494490
</div>
495491
</div>
496492
<div className="text-sm text-gray-600">

src/webui/FE/PASSWORD_FEATURE.md

Lines changed: 0 additions & 126 deletions
This file was deleted.

src/webui/FE/README.md

Lines changed: 0 additions & 80 deletions
This file was deleted.

src/webui/FE/components/Sidebar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ const Sidebar: React.FC<SidebarProps> = ({ activeTab, onTabChange, accountInfo }
3636
<img src='/logo.jpg' alt='Logo' className='w-full h-full object-cover' />
3737
</div>
3838
<div className='flex-1 min-w-0'>
39-
<h1 className='text-xl font-bold text-gray-800 truncate'>LLTwoBot</h1>
39+
<h1 className='text-xl font-bold text-gray-800 truncate'>LLBot</h1>
4040
<p className='text-xs text-gray-500'>WebUI</p>
4141
</div>
4242
</div>

src/webui/FE/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "lltwobot-webui",
2+
"name": "llbot-webui",
33
"version": "0.1.0",
44
"private": true,
55
"type": "module",

0 commit comments

Comments
 (0)