Browse Source

增加新建版本风格按钮

bhikkhu-kosalla-china 4 năm trước cách đây
mục cha
commit
7593bfce4b
2 tập tin đã thay đổi với 3 bổ sung18 xóa
  1. 1 17
      SUMMARY.md
  2. 2 1
      app/term/note.js

+ 1 - 17
SUMMARY.md

@@ -1,17 +1 @@
-# wikipali 文档
-
--   [关于我们](documents/about.md)
--   [更新日志](documents/dev_log.md)
--   [快速入门](documents/support/readme.md)
--   [使用指南](documents/support/readme.md)
-
-    -   [工作室](documents/development/join_us.md)
-    -   [圣典列表](documents/development/join_us.md)
-    -   [课程](documents/development/join_us.md)
-    -   [文章文集](documents/development/join_us.md)
-    -   [字典](documents/development/join_us.md)
-    -   [其他工具](documents/development/join_us.md)
-
--   [开发者](documents/development/join_us.md)
--   [课程](documents/course/join_us.md)
--   [指南](documents/users_guide/readme.md)
+# [wikipali 文档](mermaid/todo.md) 

+ 2 - 1
app/term/note.js

@@ -1185,7 +1185,8 @@ function render_one_sent_tran(book, para, begin, end, iterator) {
 	return output;
 }
 function add_new_tran_button_click(obj) {
-	let html = "<div style='display:flex; max-width: 70vw; white-space: normal;'>";
+	let html = "<a href='../channal/my_channal_index.php' target='_blank'><button>" + gLocal.gui.new + "&nbsp;" + gLocal.gui.channel + "</button></a>"
+	html += "<div style='display:flex; max-width: 70vw; white-space: normal;'>";
 	var first_lang = "";
 	for (const iterator of _my_channal) {
 		if (iterator.lang) {