Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
P
poc-fe
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
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
poc
poc-fe
Commits
bd6c5502
Commit
bd6c5502
authored
Nov 08, 2024
by
nick zheng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: 新增\更新分片内容,长度限制1200以内
parent
dbbe8197
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
add-knowledge-chunk-modal.vue
...rsonal-knowledge/components/add-knowledge-chunk-modal.vue
+2
-0
edit-knowledge-chunk-modal.vue
...sonal-knowledge/components/edit-knowledge-chunk-modal.vue
+2
-0
No files found.
src/views/personal-space/personal-knowledge/components/add-knowledge-chunk-modal.vue
View file @
bd6c5502
...
@@ -95,6 +95,8 @@ function handleConfirm() {
...
@@ -95,6 +95,8 @@ function handleConfirm() {
type=
"textarea"
type=
"textarea"
:placeholder=
"t('personal_space_module.knowledge_module.knowledge_chunk_content_input_placeholder')"
:placeholder=
"t('personal_space_module.knowledge_module.knowledge_chunk_content_input_placeholder')"
:rows=
"23"
:rows=
"23"
:maxlength=
"1200"
show-count
/>
/>
</n-form-item>
</n-form-item>
</n-form>
</n-form>
...
...
src/views/personal-space/personal-knowledge/components/edit-knowledge-chunk-modal.vue
View file @
bd6c5502
...
@@ -108,6 +108,8 @@ function handleConfirm() {
...
@@ -108,6 +108,8 @@ function handleConfirm() {
type=
"textarea"
type=
"textarea"
:placeholder=
"t('personal_space_module.knowledge_module.knowledge_chunk_content_input_placeholder')"
:placeholder=
"t('personal_space_module.knowledge_module.knowledge_chunk_content_input_placeholder')"
:rows=
"23"
:rows=
"23"
:maxlength=
"1200"
show-count
/>
/>
</n-form-item>
</n-form-item>
</n-form>
</n-form>
...
...
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