Skip to content

Commit 90dcf36

Browse files
authored
Merge pull request #12 from LIlGG/chore/release-1.1.0
chore: release 1.1.0
2 parents 988782a + bf4ba83 commit 90dcf36

4 files changed

Lines changed: 13 additions & 4 deletions

File tree

README.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<h1 align="center">Live2d Plugin for Halo</h1>
22
<p align="center">
3-
<a href="https://github.com/halo-dev/halo"><img alt="Halo version" src="https://img.shields.io/badge/halo-2.0.0%2B-brightgreen?style=for-the-badge" /></a>
3+
<a href="https://github.com/halo-dev/halo"><img alt="Halo version" src="https://img.shields.io/badge/halo-2.4.0%2B-brightgreen?style=for-the-badge" /></a>
44
<a href="https://github.com/LIlGG/halo-theme-sakura"><img alt="Build Status" src="https://img.shields.io/badge/build-positive-brightgreen?style=for-the-badge"></a>
5-
<a href="https://github.com/prettier/prettier"><img alt="Code Style: Prettier" src="https://img.shields.io/badge/release-1.0.2-blue?style=for-the-badge"></a>
5+
<a href="https://github.com/prettier/prettier"><img alt="Code Style: Prettier" src="https://img.shields.io/badge/release-1.1.0-blue?style=for-the-badge"></a>
66
<a href="./LICENSE"><img alt="LICENSE MIT" src="https://img.shields.io/badge/license-MIT-blue.svg?style=for-the-badge"></a>
77
</p>
88

@@ -20,6 +20,15 @@
2020
2. 通过 Halo-2.x [安装插件](https://docs.halo.run/user-guide/plugins#%E5%AE%89%E8%A3%85%E6%8F%92%E4%BB%B6) 功能安装本插件
2121
3. 打开网站,即可在左下角看到萌萌哒的看板娘哦~
2222

23+
## 功能介绍
24+
- [x] 一只萌萌的看板娘,为网站增添一份活力
25+
- [x] 基于 OpenAi 的对话交互功能【会思考的萌娘】
26+
- [x] 一键换装、换肤
27+
- [x] 支持一言功能
28+
- [x] 小飞机游戏(把坏人全都打跑!)
29+
- [x] 自定义看板娘接口
30+
- [x] 支持外部自定义 TIPS 文件,更适合你的网站
31+
2332
## 自定义配置
2433
> 此部分内容建议初步尝试过 Live2d 的用户观看。
2534

assert/live2d.jpg

18.8 KB
Loading

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version=1.0.2
1+
version=1.1.0

src/main/resources/plugin.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ metadata:
44
name: PluginLive2d
55
spec:
66
enabled: true
7-
version: 1.0.2
7+
version: 1.1.0
88
requires: ">=2.4.0"
99
author:
1010
name: LIlGG

0 commit comments

Comments
 (0)