|
|
@@ -154,7 +154,9 @@ addUserImage(userName.charAt(0),role);
|
|
|
|
|
|
//一開始進入BIM元件庫顯示
|
|
|
if (searchURL == "") {
|
|
|
- $("#content").append("<h3>請選擇左方類別以搜尋元件</h3>");
|
|
|
+ $("#content").append("<h1 style='color: red;'>注意!BIM元件庫需配合BIM程式庫中的拖放元件API使用!</h1>");
|
|
|
+ $("#content").append("<h3>請選擇左方類別以搜尋元件,搜尋到需要的元件請點擊加入清單按鈕</h3>");
|
|
|
+ $("#content").append("<h3>到BIM程式庫下載拖放元件API,並參考操作方式以進行元件放置動作</h3>");
|
|
|
$("#content").css("padding", "0");
|
|
|
$("#content").css("text-align", "center");
|
|
|
}
|