1
0
Fork 0
EnglishPal/app
poincareS 2fb3003808 fix: 2023.6.1
1. 删去了wordCMD.py中:
from flask import ....,Blueprint,....
改为:
from flask import *
2. 修改了代码的格式,包括:等号两边的空格、加号两边的空格
3. 更新了访问用户单词的token验证
3.1 使用Authorization的字段值(Bearer xxx)验证token
3.2 取消了路由访问用户单词的功能,只能在终端命令行中输入: "curl -H "Authorization: Bearer 密钥" http://127.0.0.1:5000/show/用户名/"获取单词
2023-06-04 10:41:24 +08:00
..
layout/partial Repalce old app folder with SoftArch王炫/english-pal-master/app/ 2022-01-26 21:10:09 +08:00
static Fix bug 501 - 特殊字符&加入生词库后删除按钮失效 2023-01-31 16:39:11 +08:00
templates Bug521-LiYuFeng-Refactor (#72) 2023-01-29 12:01:19 +08:00
test [REFACTOR] user_service.py: Added id to user name, word and frequency for click to execute AJAX request in JS (#30) 2022-07-18 13:29:04 +08:00
Article.py 更新 'app/Article.py' 2022-06-11 23:20:41 +08:00
Login.py Bug525-Hui (#79) 2023-01-29 10:57:58 +08:00
UseSqlite.py Use named style for sqlite3 execute() 2022-01-27 17:01:03 +08:00
WordFreq.py Publish EnglishPal source code 2021-04-06 16:22:03 +08:00
Yaml.py build.sh: deploy the new code 2022-02-05 22:59:45 +08:00
account_service.py Bug490-ChenQiuwei (#63) 2023-01-29 11:49:27 +08:00
difficulty.py requirements.txt includes dependencies of the program. difficulty.py is modified in this fix. Not sure why build.sh is included. 2021-08-20 19:27:44 +08:00
main.py 提供更便利的获取用户单词表的方法,以json数据格式范围 2023-05-26 17:34:43 +08:00
pickle_idea.py Update pickle_idea.py 2021-05-31 08:48:03 +08:00
pickle_idea2.py 添加删除单词功能 2021-05-30 21:30:18 +08:00
user_service.py Bug525-Hui (#79) 2023-01-29 10:57:58 +08:00
wordCMD.py fix: 2023.6.1 2023-06-04 10:41:24 +08:00
wordfreqCMD.py 加入生词库过滤| 2022-12-06 17:02:59 +08:00