-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
New featuresAdd new features for this projectAdd new features for this project
Description
-
建立用户表(name,id,degree,isblack)
-
嵌入到
users-time.db数据库中 -
扩展原
timer.py插件,以包的形式添加model.py完成数据库操作的API -
以
try的方式对现有其他插件引入API -
在新的倒计时插件中,编写逻辑使得isblack能够定时变化
-
API包括:
- 根据
ID返回isblack的状态 - 增加激怒度:根据
ID使对应degree自增 - 拉黑:根据
ID使isblack = 1 - Master根据
ID一键解除 (即isblack = 0 && degree = 0) - 更换用户名(
update userlist set name = 'xxx' where name = 'xxx) - 返回黑名单(
select name,id from userlist where isblack=1)
- 根据
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
New featuresAdd new features for this projectAdd new features for this project