Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
FleetTruckView
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
FleetTruck
FleetTruckView
Commits
68bf58bd
Commit
68bf58bd
authored
Nov 26, 2024
by
李玲燕
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改灯光控制文案为附件控制
parent
c2845ac7
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
CMakeLists.txt
CMakeLists.txt
+1
-1
SetView.vue
src/views/SetView.vue
+1
-1
No files found.
CMakeLists.txt
View file @
68bf58bd
...
@@ -8,7 +8,7 @@ set (CMAKE_CXX_STANDARD 11)
...
@@ -8,7 +8,7 @@ set (CMAKE_CXX_STANDARD 11)
# Version.
# Version.
set
(
MAJOR_VERSION
"1"
)
set
(
MAJOR_VERSION
"1"
)
set
(
MINOR_VERSION
"2"
)
set
(
MINOR_VERSION
"2"
)
set
(
PATCH_VERSION
"
1
"
)
set
(
PATCH_VERSION
"
2
"
)
# Import cmake modules.
# Import cmake modules.
list
(
APPEND CMAKE_MODULE_PATH
"$ENV{HT_BUILDSYS_CMAKE_MODULES}"
)
list
(
APPEND CMAKE_MODULE_PATH
"$ENV{HT_BUILDSYS_CMAKE_MODULES}"
)
...
...
src/views/SetView.vue
View file @
68bf58bd
...
@@ -37,7 +37,7 @@
...
@@ -37,7 +37,7 @@
component
:
BasicParam
component
:
BasicParam
},
},
{
{
label
:
'
灯光
控制'
,
label
:
'
附件
控制'
,
key
:
'light'
,
key
:
'light'
,
type
:
2
,
type
:
2
,
component
:
LightControl
component
:
LightControl
...
...
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