Przeglądaj źródła

用户指南编纂 #20 原文注释

Bhikkhu-Kosalla 5 lat temu
rodzic
commit
7a7518fc08

+ 2 - 0
app/studio/js/render.js

@@ -1011,6 +1011,7 @@ function render_sent_tool_bar(elementBlock, begin) {
 	let sentIdStringLink = "{{" + sentIdString + "}}";
 	output += "<span>" + sentIdString + "<a onclick=\"copy_to_clipboard('" + sentIdStringLink + "')\">[" + gLocal.gui.copy_to_clipboard + "]</a></span>";
 	//	output += "<span>"+abook+"-"+aparagraph+"-"+iBegin+"-"+iEnd+"</span>";
+	output += "<guide gid='sent_func' style='margin:unset;' onclick='guide_init()'></guide>";
 	output += "</div>";
 	return (output);
 }
@@ -1194,6 +1195,7 @@ function renderWordParBlockInner(elementBlock) {
 				let sentIdString = book + "-" + paragraph + "-" + nextBegin + "-" + nextEnd;
 				let sentIdStringLink = "{{" + sentIdString + "}}";
 				output += "<span>" + sentIdString + "<a onclick=\"copy_to_clipboard('" + sentIdStringLink + "')\">[" + gLocal.gui.copy_to_clipboard + "]</a></span>";
+				output += "<guide gid='sent_func' style='margin:unset;' onclick='guide_init()'></guide>";
 				output += "</div>";
 
 				output += "<div class='sent_wbw'>";

+ 5 - 0
documents/users_guide/zh-cn/sent_func.md

@@ -0,0 +1,5 @@
+## 句子编号功能
+### 在逐词解析中添加巴利原文注释
+(文本暂无)
+- [YouTube](https://youtu.be/phRFoQbAh8s)
+- [百度网盘](https://pan.baidu.com/s/1Vs0evu9q6np1l8GRU9auug) 提取码:pali