Update index.py

pull/577/head
Mr Chen 12 months ago
parent aa9ab55fec
commit f73e378fd6
  1. 3
      plugins/sphinx/index.py

@ -356,6 +356,9 @@ def makeDbToSphinx():
is_delta = args['is_delta'] is_delta = args['is_delta']
is_cover = args['is_cover'] is_cover = args['is_cover']
if is_cover != 'yes':
return mw.returnJson(False,'暂时仅支持覆盖!')
sph_file = getConf() sph_file = getConf()
import sphinx_make import sphinx_make

Loading…
Cancel
Save