|
@@ -39,8 +39,8 @@
|
|
|
let userAccount = '<%- userAccount %>';
|
|
|
let userID = '<%- userID %>';
|
|
|
let projectReadOnly = JSON.parse('<%- projectReadOnly %>');
|
|
|
-// const G_SHOW_BLOCK_LIB = true;
|
|
|
- const G_SHOW_BLOCK_LIB = false;
|
|
|
+ const G_SHOW_BLOCK_LIB = true;
|
|
|
+// const G_SHOW_BLOCK_LIB = false;
|
|
|
</script>
|
|
|
</head>
|
|
|
|
|
@@ -131,7 +131,7 @@
|
|
|
<script>
|
|
|
if (G_SHOW_BLOCK_LIB){
|
|
|
$("#li_stdRationTab").after('<li class="nav-item"> <a class="nav-link px-3" href="javascript:void(0)" ' +
|
|
|
- 'id="blockLibTab" relaPanel="#kmbk">块模板库2</a></li>');
|
|
|
+ 'id="blockLibTab" relaPanel="#kmbk">块模板库</a></li>');
|
|
|
}
|
|
|
</script>
|
|
|
</ul>
|
|
@@ -458,9 +458,9 @@
|
|
|
<div class="tab-pane" id="kmbk">
|
|
|
<div class="tools-bar-height-d container-fluid">
|
|
|
<div class="p-1 row">
|
|
|
- <button id="btn_block_collapse" class="btn btn-primary btn-sm" type="button">展开/折叠</button>
|
|
|
+ <!--<button id="btn_block_collapse" class="btn btn-primary btn-sm" type="button">展开/折叠</button>-->
|
|
|
<button id="btn_block_newFolder" class="btn btn-primary btn-sm" type="button">新建分类</button>
|
|
|
- <button id="btn_block_newSubFolder" class="btn btn-warning btn-sm" type="button">新建块</button>
|
|
|
+ <!--<button id="btn_block_newSubFolder" class="btn btn-warning btn-sm" type="button">新建块</button>-->
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="top-content" style="overflow: hidden">
|