We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 267b09f commit e6b6058Copy full SHA for e6b6058
paas/frontend/app/public/index.html
@@ -63,6 +63,7 @@
63
<div class="abm-pre-screen-object" id="abm-pre-screen-object_one"></div>
64
</div>
65
<h1 class="abm-pre-screen-text">
66
+ <span id="abm_logo_text_id">SREWorks</span>
67
</h1>
68
<!--<h1 class="abm-pre-screen-text">
69
<span>Apsara Big Data Manager</span>
paas/frontend/app/src/properties.js
@@ -110,5 +110,6 @@ if (properties.apiType === 'local') {
110
//导出给组件库使用
111
window.__TESLA_COMPONENT_LIB_CONFIG = properties
112
window.__SREWORKS_COMPONENT_LIB_CONFIG = properties
113
+window.PROPERTY = properties
114
115
export default properties
paas/frontend/widget-cli/.npmignore
@@ -0,0 +1,3 @@
1
+.babelrc.js
2
+coverage
3
+node_modules
0 commit comments