show toefl word

This commit is contained in:
hillerliao
2020-06-24 15:35:24 +08:00
parent bf14280a80
commit 34157d7f0e
6 changed files with 2682 additions and 4 deletions

View File

@@ -2,12 +2,15 @@ from flask import Blueprint, render_template, request
bp = Blueprint('main', __name__)
@bp.route('/')
def word():
from rsshub.spiders.word.word import ctx
return render_template('main/word.html', **ctx())
@bp.route('/index')
def index():
return render_template('main/index.html')
@bp.route('/feeds')
def feeds():
return render_template('main/feeds.html')