qiandao icon indicating copy to clipboard operation
qiandao copied to clipboard

签到

Results 54 qiandao issues
Sort by recently updated
recently updated
newest added

想着放在自己服务器上多些成就感呢,谁知道500错误?不能保存模板,不能自己加任务?其他网页正常的。

文件:/web/handlers/task.py 第9行下新增一行 `import datetime` 108行下新增 `next = int(time.mktime(time.strptime(str(datetime.date.today()), '%Y-%m-%d'))) if time.localtime().tm_hour >= 16: next = next+16*60*60+24*60*60 else: next = next+16*60*60` 119行下新增 ` self.db.task.mod(task['id'], next = next)` 130行 修改为 `next =...

如何关闭注册功能?有没有网站后台管理程序?

docker版的qiandao缺少mysql-connector-python组件,在使用mysql的时候会报“ImportError: No module named mysql.connector”;群晖用docker跑很方便,建议能否在docker中也打包好mysql-connector-python ![批注 2019-09-06 225957](https://user-images.githubusercontent.com/16465666/64438105-1426cf80-d0fa-11e9-8325-fea0a822e7f0.png)

能不能指定时间定时执行? 签到是时间误差很大!几乎每天都会向后推迟 20 分钟以上。而程序是按照时24小时间间隔来再次签到,时间一久往后的误差越来越大。 如果能根据指定时间,并且每隔一段时间进行 NTP时间服务器校准,就不会有此问题。

我安装了插件 Grammarly for Chrome 14.927.1312 当标签的ID 名字设置为: id="input-cookie",这个标签框就会自动填充内容,如下图: ![image](https://user-images.githubusercontent.com/8411781/63933715-63cb2280-ca8c-11e9-973e-f6e45e5c6c13.png) ![image](https://user-images.githubusercontent.com/8411781/63933815-8d844980-ca8c-11e9-878c-807d2e33e49d.png) 填充的内容为: ``` 0=s; 1=e; 2=t; 3=I; 4=m; 5=m; 6=e; 7=d; 8=i; 9=a; 10=t; 11=e; 12=$; 13=0; 14=.; 15=6; 16=0; 17=0;...

现有的模板都挂了,自己创建个模板怎么弄呢?有没有大神指导下?

折腾了docker代理、容器代理都用不了