Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
pac
Overview
Overview
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ai-tools
pac
Commits
01508da3
Commit
01508da3
authored
Jun 08, 2026
by
luoqi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix(web): 深度过程步骤名精简(接地+安全自检→安全自检,按问题修订→问题修订)
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
parent
c482de02
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
apps/pac-web/src/components/plan-detail/script-deep-process.tsx
+2
-2
No files found.
apps/pac-web/src/components/plan-detail/script-deep-process.tsx
View file @
01508da3
...
@@ -11,8 +11,8 @@ import type { DeepStep } from './use-script-stream';
...
@@ -11,8 +11,8 @@ import type { DeepStep } from './use-script-stream';
const
STEP_LABEL
:
Record
<
DeepStep
[
'step'
],
string
>
=
{
const
STEP_LABEL
:
Record
<
DeepStep
[
'step'
],
string
>
=
{
plan
:
'规划大纲'
,
plan
:
'规划大纲'
,
write
:
'撰写话术'
,
write
:
'撰写话术'
,
verify
:
'
接地 +
安全自检'
,
verify
:
'安全自检'
,
repair
:
'
按
问题修订'
,
repair
:
'问题修订'
,
};
};
function
stepHasDetail
(
s
:
DeepStep
):
boolean
{
function
stepHasDetail
(
s
:
DeepStep
):
boolean
{
...
...
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