Explorar o código

添加 书中的单词汇总表

visuddhinanda %!s(int64=4) %!d(string=hai) anos
pai
achega
6da626b886
Modificáronse 1 ficheiros con 8 adicións e 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
+);