mirror of
https://github.com/wushuo894/ani-rss.git
synced 2026-03-13 09:20:23 +00:00
3.0.10
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
- feat: 字幕独立文件夹
|
||||
- refactor: 优化季度识别
|
||||
- fix: 修复会删除字幕独立文件夹的问题
|
||||
|
||||
[请不要将本项目在国内宣传](https://github.com/wushuo894/ani-rss/discussions/504)
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
<parent>
|
||||
<groupId>ani.rss</groupId>
|
||||
<artifactId>ani-rss</artifactId>
|
||||
<version>3.0.9</version>
|
||||
<version>3.0.10</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>ani-rss-application</artifactId>
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
<parent>
|
||||
<groupId>ani.rss</groupId>
|
||||
<artifactId>ani-rss</artifactId>
|
||||
<version>3.0.9</version>
|
||||
<version>3.0.10</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>ani-rss-ui</artifactId>
|
||||
|
||||
4
pom.xml
4
pom.xml
@@ -11,7 +11,7 @@
|
||||
|
||||
<groupId>ani.rss</groupId>
|
||||
<artifactId>ani-rss</artifactId>
|
||||
<version>3.0.9</version>
|
||||
<version>3.0.10</version>
|
||||
|
||||
<name>ani-rss</name>
|
||||
<inceptionYear>2025</inceptionYear>
|
||||
@@ -67,7 +67,7 @@
|
||||
<dependency>
|
||||
<groupId>cn.hutool</groupId>
|
||||
<artifactId>hutool-all</artifactId>
|
||||
<version>5.8.43</version>
|
||||
<version>5.8.44</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.google.code.gson</groupId>
|
||||
|
||||
Reference in New Issue
Block a user