From 5f6291292d8889a038bf45bd8fd813c93e640676 Mon Sep 17 00:00:00 2001 From: userA Date: Fri, 19 May 2023 12:31:49 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BD=95=E6=92=AD=E6=A8=A1=E5=9D=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .idea/compiler.xml | 4 +++- .idea/encodings.xml | 1 + CHANGELOG.md | 5 ++++- LiveRecordModule/pom.xml | 20 ++++++++++++++++++++ pom.xml | 1 + 5 files changed, 29 insertions(+), 2 deletions(-) create mode 100644 LiveRecordModule/pom.xml diff --git a/.idea/compiler.xml b/.idea/compiler.xml index 1a2dd7e..b9b5754 100644 --- a/.idea/compiler.xml +++ b/.idea/compiler.xml @@ -15,14 +15,15 @@ - + + @@ -33,6 +34,7 @@ + diff --git a/.idea/encodings.xml b/.idea/encodings.xml index 2d7a16d..b0b736d 100644 --- a/.idea/encodings.xml +++ b/.idea/encodings.xml @@ -9,6 +9,7 @@ + diff --git a/CHANGELOG.md b/CHANGELOG.md index b47b40c..6716b25 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -31,9 +31,12 @@ * [V 1.0.0]() ------ -## [V 1.0.6] - 2023.5.6 +## [V 1.0.7] - 2023.5.6 ### 🎈 doc - ChopperBot技术文档 + +### 🎈 LiveRecordModule +- 录播爬取模块 ------ ## [V 1.0.6] - 2023.5.6 ### FileModule diff --git a/LiveRecordModule/pom.xml b/LiveRecordModule/pom.xml new file mode 100644 index 0000000..6353ecf --- /dev/null +++ b/LiveRecordModule/pom.xml @@ -0,0 +1,20 @@ + + + + ChopperBot + org.example + 1.0-SNAPSHOT + + 4.0.0 + + LiveRecordModule + + + 11 + 11 + UTF-8 + + + diff --git a/pom.xml b/pom.xml index 9e11714..65704c9 100644 --- a/pom.xml +++ b/pom.xml @@ -17,6 +17,7 @@ PublishModule console common + LiveRecordModule pom