Explorar el Código

添加 书中的单词汇总表

visuddhinanda hace 4 años
padre
commit
6da626b886
Se han modificado 1 ficheros con 8 adiciones y 1 borrados
  1. 8 1
      documents/zh/api/palicanon.md

+ 8 - 1
documents/zh/api/palicanon.md

@@ -35,4 +35,11 @@
 - `progress`: int 章节译文完成度  0-100
 - `progress`: int 章节译文完成度  0-100
 - `trans_title` string, 根据lang查找对应的标题 如果没有查询到 无该变量
 - `trans_title` string, 根据lang查找对应的标题 如果没有查询到 无该变量
 
 
-## 
+## 
+
+## 书中的单词汇总表
+CREATE TABLE bookword (
+    book      INTEGER,
+    wordindex INTEGER,
+    count     INTEGER
+);