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
69e0b200
Commit
69e0b200
authored
Sep 23, 2024
by
nick zheng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: 开场白样式
parent
effaae97
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
preamble.vue
...rsonal-space/personal-app-setting/components/preamble.vue
+1
-1
preamble.vue
src/views/share/components/preamble.vue
+1
-1
No files found.
src/views/personal-space/personal-app-setting/components/preamble.vue
View file @
69e0b200
...
@@ -36,7 +36,7 @@ function handleSelectFeaturedQuestion(featuredQuestion: string) {
...
@@ -36,7 +36,7 @@ function handleSelectFeaturedQuestion(featuredQuestion: string) {
<div
class=
"flex flex-col items-start justify-center"
>
<div
class=
"flex flex-col items-start justify-center"
>
<p
<p
v-show=
"personalAppConfigStore.commConfig.preamble"
v-show=
"personalAppConfigStore.commConfig.preamble"
class=
"mb-6 select-none rounded-xl border border-[#e8e9eb] bg-white px-[16px] py-[12px] shadow-[0_2px_2px_#0000000a]"
class=
"mb-6 select-none
break-all
rounded-xl border border-[#e8e9eb] bg-white px-[16px] py-[12px] shadow-[0_2px_2px_#0000000a]"
>
>
{{
personalAppConfigStore
.
commConfig
.
preamble
}}
{{
personalAppConfigStore
.
commConfig
.
preamble
}}
</p>
</p>
...
...
src/views/share/components/preamble.vue
View file @
69e0b200
...
@@ -39,7 +39,7 @@ function handleSelectFeaturedQuestion(featuredQuestion: string) {
...
@@ -39,7 +39,7 @@ function handleSelectFeaturedQuestion(featuredQuestion: string) {
<div
class=
"flex flex-col items-start justify-center"
>
<div
class=
"flex flex-col items-start justify-center"
>
<p
<p
v-show=
"agentApplicationConfig.commConfig.preamble"
v-show=
"agentApplicationConfig.commConfig.preamble"
class=
"mb-6 select-none rounded-xl bg-[#e7ecf2] px-[16px] py-[12px]"
class=
"mb-6 select-none
break-all
rounded-xl bg-[#e7ecf2] px-[16px] py-[12px]"
>
>
{{
agentApplicationConfig
.
commConfig
.
preamble
}}
{{
agentApplicationConfig
.
commConfig
.
preamble
}}
</p>
</p>
...
...
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