Skip to content

Commit 824504a

Browse files
committed
feat: initialize Spring Boot API project with gRPC support and add student wrong book page UI
1 parent 26d77df commit 824504a

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

apps/api/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -141,9 +141,9 @@
141141
<version>${grpc.version}</version>
142142
</dependency>
143143
<dependency>
144-
<groupId>jakarta.annotation</groupId>
145-
<artifactId>jakarta.annotation-api</artifactId>
146-
<version>3.0.0</version>
144+
<groupId>javax.annotation</groupId>
145+
<artifactId>javax.annotation-api</artifactId>
146+
<version>1.3.2</version>
147147
</dependency>
148148
</dependencies>
149149

apps/web/src/pages/student/StudentWrongBookPage.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -421,8 +421,8 @@ onMounted(async () => {
421421
<n-input
422422
v-model:value="socraticState.userAnswer"
423423
placeholder="输入你的思考或回复..."
424-
@keydown.enter="sendSocraticReply"
425424
:disabled="socraticState.loading"
425+
@keydown.enter="sendSocraticReply"
426426
/>
427427
<n-button
428428
type="primary"

0 commit comments

Comments
 (0)