Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
EPlanVisualizer
Project
Project
Details
Activity
Releases
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
嵇洲
EPlanVisualizer
Commits
a620f441
Commit
a620f441
authored
Mar 14, 2026
by
fenghen777
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 数值类型符号增加参数名参数(param1-param4默认值)
parent
5863c171
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
constants.js
src/utils/constants.js
+4
-0
No files found.
src/utils/constants.js
View file @
a620f441
...
...
@@ -83,6 +83,7 @@ export const DEVICE_CATEGORIES = [
{
id
:
'p-out'
,
name
:
'out'
,
side
:
'right'
,
position
:
0.5
,
type
:
'signal'
,
connector
:
'out'
},
],
params
:
[
{
key
:
'name'
,
label
:
'参数名'
,
unit
:
''
,
defaultValue
:
'param1'
},
{
key
:
'value'
,
label
:
'值'
,
unit
:
''
,
defaultValue
:
'0'
},
],
},
...
...
@@ -93,6 +94,7 @@ export const DEVICE_CATEGORIES = [
{
id
:
'p-out'
,
name
:
'out'
,
side
:
'right'
,
position
:
0.5
,
type
:
'signal'
,
connector
:
'out'
},
],
params
:
[
{
key
:
'name'
,
label
:
'参数名'
,
unit
:
''
,
defaultValue
:
'param2'
},
{
key
:
'value'
,
label
:
'值'
,
unit
:
''
,
defaultValue
:
'0.0'
},
],
},
...
...
@@ -103,6 +105,7 @@ export const DEVICE_CATEGORIES = [
{
id
:
'p-out'
,
name
:
'out'
,
side
:
'right'
,
position
:
0.5
,
type
:
'signal'
,
connector
:
'out'
},
],
params
:
[
{
key
:
'name'
,
label
:
'参数名'
,
unit
:
''
,
defaultValue
:
'param3'
},
{
key
:
'value'
,
label
:
'值'
,
unit
:
''
,
defaultValue
:
''
},
],
},
...
...
@@ -113,6 +116,7 @@ export const DEVICE_CATEGORIES = [
{
id
:
'p-out'
,
name
:
'out'
,
side
:
'right'
,
position
:
0.5
,
type
:
'signal'
,
connector
:
'out'
},
],
params
:
[
{
key
:
'name'
,
label
:
'参数名'
,
unit
:
''
,
defaultValue
:
'param4'
},
{
key
:
'value'
,
label
:
'值'
,
unit
:
''
,
defaultValue
:
'true'
},
],
},
...
...
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