Skip to content

Commit 7a31d8b

Browse files
committed
update PokeReply bugs
1 parent 13d886b commit 7a31d8b

6 files changed

Lines changed: 25 additions & 14 deletions

File tree

src/main/java/com/phantoms/phantomsbackend/service/impl/OneBotServiceImpl.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,8 @@ private void handlePokeReply(Long userId, Long targetId, Long groupId) {
186186
"嗯?",
187187
"哎呀,被发现了",
188188
"我还以为没人理我呢",
189-
"痒痒的"
189+
"痒痒的",
190+
"www"
190191
};
191192
String reply = replies[(int) (Math.random() * replies.length)];
192193

target/classes/git.properties

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
11
#Generated by Git-Commit-Id-Plugin
2-
#Tue Sep 30 17:01:51 CST 2025
2+
#Tue Sep 30 17:27:41 CST 2025
33
git.branch=main
44
git.build.host=LAPTOP-MGQP805F
5-
git.build.time=2025-09-30T17\:01\:51+0800
5+
git.build.time=2025-09-30T17\:27\:41+0800
66
git.build.user.email=944989026@qq.com
77
git.build.user.name=YukiRinLL
88
git.build.version=1.0-SNAPSHOT
99
git.closest.tag.commit.count=
1010
git.closest.tag.name=
11-
git.commit.id=96decfbcab698ee32562b787ddcb79919208816b
12-
git.commit.id.abbrev=96decfb
13-
git.commit.id.describe=96decfb-dirty
14-
git.commit.id.describe-short=96decfb-dirty
15-
git.commit.message.full=fix PokeReply bugs
16-
git.commit.message.short=fix PokeReply bugs
17-
git.commit.time=2025-09-30T17\:01\:31+0800
11+
git.commit.id=13d886bb6dbe723be49a2e7bce82c79ddc426b4d
12+
git.commit.id.abbrev=13d886b
13+
git.commit.id.describe=13d886b-dirty
14+
git.commit.id.describe-short=13d886b-dirty
15+
git.commit.message.full=update PokeReply bugs
16+
git.commit.message.short=update PokeReply bugs
17+
git.commit.time=2025-09-30T17\:26\:58+0800
1818
git.commit.user.email=944989026@qq.com
1919
git.commit.user.name=YukiRinLL
2020
git.dirty=true
21-
git.local.branch.ahead=1
21+
git.local.branch.ahead=2
2222
git.local.branch.behind=0
2323
git.remote.origin.url=https\://github.com/YukiRinLL/phantoms-backend.git
2424
git.tags=
25-
git.total.commit.count=199
25+
git.total.commit.count=202
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:edce3817ae79b6884084f0b050d1ac757dfc1c2f123f515eca1f260a7ca749bd
3-
size 169071083
2+
oid sha256:61221f4a73ff2b7fd7a66e130cba3cece42a485354fe500c6852d40a09f8f4f3
3+
size 169071152
69 Bytes
Binary file not shown.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Created at 2025-09-30T17:28:00.353
2+
Boot Manifest-JAR contains absolute paths in classpath 'D:\phantoms-backend\target\test-classes'
3+
Hint: <argLine>-Djdk.net.URLClassPath.disableClassPathURLCheck=true</argLine>
4+
'other' has different root
5+
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Created at 2025-09-30T17:28:21.453
2+
Boot Manifest-JAR contains absolute paths in classpath 'D:\phantoms-backend\target\test-classes'
3+
Hint: <argLine>-Djdk.net.URLClassPath.disableClassPathURLCheck=true</argLine>
4+
'other' has different root
5+

0 commit comments

Comments
 (0)