Forráskód Böngészése

:bug: wbw_block 表名称错

visuddhinanda 4 éve
szülő
commit
d9a507e50f
1 módosított fájl, 2 hozzáadás és 2 törlés
  1. 2 2
      app/config.sample.php

+ 2 - 2
app/config.sample.php

@@ -279,8 +279,8 @@ define("_TABLE_PART_", "part");
 # 逐词解析表
 #sqlite
 define("_FILE_DB_USER_WBW_", "sqlite:" . __DIR__ . "/../tmp/user/user_wbw.db3");
-define("_TABLE_SRC_USER_WBW_", "wbw");
-define("_TABLE_SRC_USER_WBW_BLOCK_", "wbw_block");
+define("_TABLE_USER_WBW_", "wbw");
+define("_TABLE_USER_WBW_BLOCK_", "wbw_block");