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
2a3c8f1f
Commit
2a3c8f1f
authored
Aug 05, 2024
by
ZZH
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
init product Investment evaluation 2024-08-5
parent
50c32647
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
44 additions
and
1 deletion
+44
-1
constants.py
unify_api/constants.py
+13
-1
__init__.py
unify_api/modules/inv_eval/__init__.py
+5
-0
__init__.py
unify_api/modules/inv_eval/components/__init__.py
+5
-0
__init__.py
unify_api/modules/inv_eval/service/__init__.py
+5
-0
__init__.py
unify_api/modules/inv_eval/views/__init__.py
+5
-0
session_mgr.py
unify_api/modules/inv_eval/views/session_mgr.py
+11
-0
No files found.
unify_api/constants.py
View file @
2a3c8f1f
...
@@ -500,7 +500,14 @@ PRODUCT_INFOS = {
...
@@ -500,7 +500,14 @@ PRODUCT_INFOS = {
"img_url"
:
f
"{SETTING.download_img_url}/image/anshiu.png"
,
"img_url"
:
f
"{SETTING.download_img_url}/image/anshiu.png"
,
"info"
:
""
,
"info"
:
""
,
"sort_num"
:
37
"sort_num"
:
37
}
},
21
:
{
"name"
:
"清科优能微电网规划平台"
,
"url"
:
"https://www.ucyber.cn/inv_eval/"
,
"img_url"
:
"https://cdn.ucyber.cn/images/ucloud/qkadmin.png"
,
"info"
:
"微电网投资、评估"
,
"sort_num"
:
98
},
}
}
# 项目目录/home/ubuntu/data/code/unify_api
# 项目目录/home/ubuntu/data/code/unify_api
...
@@ -889,6 +896,11 @@ PRODUCT_NAME = {
...
@@ -889,6 +896,11 @@ PRODUCT_NAME = {
"en_US"
:
"Virtual power plant load aggregator management platform"
,
"en_US"
:
"Virtual power plant load aggregator management platform"
,
"de_DE"
:
"Plattform zur Verwaltung virtueller Kraftwerkslastaggregatoren"
"de_DE"
:
"Plattform zur Verwaltung virtueller Kraftwerkslastaggregatoren"
},
},
21
:
{
"zh_CN"
:
"清科优能微电网规划平台"
,
"en_US"
:
"Amber Optimal Microgrid Planning Platform"
,
"de_DE"
:
"Microgrid-Planungs-Plattform von Qingke"
},
}
}
...
...
unify_api/modules/inv_eval/__init__.py
0 → 100644
View file @
2a3c8f1f
# -*- coding:utf-8 -*-
"""
DATE:2024/8/5 14:32
"""
unify_api/modules/inv_eval/components/__init__.py
0 → 100644
View file @
2a3c8f1f
# -*- coding:utf-8 -*-
"""
DATE:2024/8/5 15:01
"""
unify_api/modules/inv_eval/service/__init__.py
0 → 100644
View file @
2a3c8f1f
# -*- coding:utf-8 -*-
"""
DATE:2024/8/5 15:01
"""
unify_api/modules/inv_eval/views/__init__.py
0 → 100644
View file @
2a3c8f1f
# -*- coding:utf-8 -*-
"""
DATE:2024/8/5 15:01
"""
unify_api/modules/inv_eval/views/session_mgr.py
0 → 100644
View file @
2a3c8f1f
# -*- coding:utf-8 -*-
"""
DATE:2024/8/5 16:56
"""
from
pot_libs.sanic_api
import
summary
@
summary
(
"历史会话"
)
async
def
post_session_his
(
req
,
body
):
pass
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