Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
J
jj_learn_word
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
template admin
jj_learn_word
Commits
91b24323
Commit
91b24323
authored
Jun 06, 2025
by
chunsen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 更新词性 det. 修复词卡单词bug
parent
5a77febf
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
5 deletions
+4
-5
form.component.html
form/src/app/form/form.component.html
+2
-2
form.component.ts
form/src/app/form/form.component.ts
+2
-3
No files found.
form/src/app/form/form.component.html
View file @
91b24323
...
...
@@ -95,10 +95,10 @@
</span>
<div
style=
"width: auto; display: flex; align-items: center;"
>
<label
style=
"margin-right: 10px; font-size: 14px;"
>
<input
type=
"radio"
[(
ngModel
)]="
word
.
displayType
"
[
value
]="
1
"
(
change
)="
save
()"
>
词卡单词
<input
type=
"radio"
[(
ngModel
)]="
word
.
displayType
"
[
value
]="
1
"
(
change
)="
save
()"
[
name
]="'
displayType_
'
+
i
"
>
词卡单词
</label>
<label
style=
"font-size: 14px;"
>
<input
type=
"radio"
[(
ngModel
)]="
word
.
displayType
"
[
value
]="
3
"
(
change
)="
save
()"
>
核心单词
<input
type=
"radio"
[(
ngModel
)]="
word
.
displayType
"
[
value
]="
3
"
(
change
)="
save
()"
[
name
]="'
displayType_
'
+
i
"
>
核心单词
</label>
</div>
</div>
...
...
form/src/app/form/form.component.ts
View file @
91b24323
...
...
@@ -31,10 +31,9 @@ export class FormComponent implements OnInit, OnChanges, OnDestroy {
'
art.
'
,
'
num.
'
,
'
abbr.
'
,
'
verb phrase
'
,
'
noun phrase
'
,
'
prep phrase
'
,
'
phrase
'
,
'
ordinal number
'
,
'
det.
'
];
// 存储courseId
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment