Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
U
unify_api2
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
chaonan
unify_api2
Commits
18d28876
Commit
18d28876
authored
1 month ago
by
lcn
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
新增项目配置
parent
86787903
master
develop
No related merge requests found
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
38 additions
and
2 deletions
+38
-2
pot_libs
pot_libs
+1
-1
constants.py
unify_api/constants.py
+37
-1
No files found.
pot_libs
@
08697517
Subproject commit
3b8a0039570d498f39d2fed280d50aca0c2ccd91
Subproject commit
086975170a3cdc6695bc2c7cdbca95b5e5a500e8
This diff is collapsed.
Click to expand it.
unify_api/constants.py
View file @
18d28876
...
...
@@ -508,6 +508,27 @@ PRODUCT_INFOS = {
"info"
:
"微电网投资、评估"
,
"sort_num"
:
98
},
22
:
{
"name"
:
"碳电耦合云平台"
,
"url"
:
SETTING
.
co2e_url
,
"img_url"
:
f
"{SETTING.download_img_url}/image/anshiu.png"
,
"info"
:
""
,
"sort_num"
:
38
},
23
:
{
"name"
:
"综合智慧能源管理平台"
,
"url"
:
SETTING
.
ccsic_url
,
"img_url"
:
f
"{SETTING.download_img_url}/image/anshiu.png"
,
"info"
:
""
,
"sort_num"
:
39
},
24
:
{
"name"
:
"充电桩运营管理平台"
,
"url"
:
SETTING
.
chrg_sta_url
,
"img_url"
:
f
"{SETTING.download_img_url}/image/anshiu.png"
,
"info"
:
""
,
"sort_num"
:
40
},
}
# 项目目录/home/ubuntu/data/code/unify_api
...
...
@@ -901,7 +922,22 @@ PRODUCT_NAME = {
"en_US"
:
"Amber Optimal Microgrid Planning Platform"
,
"de_DE"
:
"Microgrid-Planungs-Plattform von Qingke"
},
# 空格不是错的,是德文的书写方式,别随便去掉了
22
:
{
"zh_CN"
:
"碳电耦合云平台"
,
"en_US"
:
"Carbon-Power Coupling Cloud Platform"
,
"de_DE"
:
"Cloud-basierte Kopplungsplattform für Kohlenstoff- und Stromsysteme"
},
23
:
{
"zh_CN"
:
"综合智慧能源管理平台"
,
"en_US"
:
"Integrated Smart Energy Management Platform"
,
"de_DE"
:
"Integrierte intelligente Energiemanagement-Plattform"
},
24
:
{
"zh_CN"
:
"充电桩运营管理平台"
,
"en_US"
:
"EV Charger Operation and Management Platform"
,
"de_DE"
:
"Betriebs- und Verwaltungsplattform für Elektroladesäulen"
},
}
LOG_IN_TIPS
=
{
...
...
This diff is collapsed.
Click to expand it.
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