Parcourir la source

添加 书中的单词汇总表

visuddhinanda il y a 5 ans
Parent
commit
6da626b886
1 fichiers modifiés avec 8 ajouts et 1 suppressions
  1. 8 1
      documents/zh/api/palicanon.md

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

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