We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26d77df commit 824504aCopy full SHA for 824504a
2 files changed
apps/api/pom.xml
@@ -141,9 +141,9 @@
141
<version>${grpc.version}</version>
142
</dependency>
143
<dependency>
144
- <groupId>jakarta.annotation</groupId>
145
- <artifactId>jakarta.annotation-api</artifactId>
146
- <version>3.0.0</version>
+ <groupId>javax.annotation</groupId>
+ <artifactId>javax.annotation-api</artifactId>
+ <version>1.3.2</version>
147
148
</dependencies>
149
apps/web/src/pages/student/StudentWrongBookPage.vue
@@ -421,8 +421,8 @@ onMounted(async () => {
421
<n-input
422
v-model:value="socraticState.userAnswer"
423
placeholder="输入你的思考或回复..."
424
- @keydown.enter="sendSocraticReply"
425
:disabled="socraticState.loading"
+ @keydown.enter="sendSocraticReply"
426
/>
427
<n-button
428
type="primary"
0 commit comments