Skip to content

Commit

Permalink
Fix : text error
Browse files Browse the repository at this point in the history
  • Loading branch information
Xiang511 committed Feb 24, 2024
1 parent aa8777f commit 44abc17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion newsite/js/driver.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const driverObj = driver({
doneBtnText: "完成", //最後一步的完成按鈕
closeBtnText: "關閉", //關閉按鈕
steps: [
{ element: '#sys', popover: { title: 'Hi 我是Xiang', description: '歡迎您的造訪!</br>點選下一步來開始導覽<br>(若不需要此導覽可以點選開白處關閉)', side: "center", align: 'start' } },
{ element: '#sys', popover: { title: 'Hi 我是Xiang', description: '歡迎您的造訪!</br>點選下一步來開始導覽<br>(若不需要此導覽可以點選關閉)', side: "center", align: 'start' } },
{ element: '.breadcrumb', popover: { title: '先簡單介紹一下網站功能', description: '請點擊下一步', side: "center", align: 'start' } },
{ element: '#AboutUs', popover: { title: '關於我們', description: '介紹有關我們的詳細資訊</br>例如:網站創立原因、與RoyaleApi有何不同', side: "left", align: 'start' } },
{ element: '#LadderRanking', popover: { title: '天梯紀錄', description: '紀錄"傳奇之路最高排名"以及"上一季排名"', side: "left", align: 'start' } },
Expand Down

0 comments on commit 44abc17

Please sign in to comment.