-
Notifications
You must be signed in to change notification settings - Fork 506
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a2033bd
commit f152ba1
Showing
25 changed files
with
30 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
<!DOCTYPE html><html lang="zh-cn"><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><link rel="icon" href="/favicon.ico"><link href="/static/css/vendor.0784d59c.css" rel="stylesheet"><link href="/static/css/styles.d6b0b283.css" rel="stylesheet"></head><body><noscript><strong>We're sorry but kamifaka doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id="app"></div><script src="/static/js/vendor.42650e7e.js"></script><script src="/static/js/styles.b557ebca.js"></script><script src="/static/js/app.7d6f03c8.js"></script></body></html> | ||
<!DOCTYPE html><html lang="zh-cn"><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><link rel="icon" href="/favicon.ico"><link href="/static/css/vendor.0784d59c.css" rel="stylesheet"><link href="/static/css/styles.fecb7033.css" rel="stylesheet"></head><body><noscript><strong>We're sorry but kamifaka doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id="app"></div><script src="/static/js/vendor.47fe4f66.js"></script><script src="/static/js/styles.61405570.js"></script><script src="/static/js/app.17f63b6d.js"></script></body></html> |
File renamed without changes.
File renamed without changes.
File renamed without changes.
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
File renamed without changes.
Binary file not shown.
Binary file not shown.
36 changes: 18 additions & 18 deletions
36
dist/static/js/vendor.42650e7e.js → dist/static/js/vendor.47fe4f66.js
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -53,7 +53,7 @@ def init_db(update=False): | |
db.session.add(Config('toast_notice','演示站随时更新,可优先体验新功能','首页滑动消息设置',True)) | ||
db.session.add(Config('theme','list_theme【未开发】','主题',True)) | ||
db.session.add(Config('kamiFaka','https://github.com/Baiyuetribe/kamiFaka','Github项目地址,用于手动检测新版',False)) | ||
db.session.add(Config('kamiFaka_v','0.5.4','Github项目地址,用于手动检测新版',False)) | ||
db.session.add(Config('kamiFaka_v','1.0','Github项目地址,用于手动检测新版',False)) | ||
|
||
# 通知渠道 :名称;对管理员开关;对用户开关;对管理员需要管理员账号;用户无;名称+config+管理员+admin_switch+user_switch | ||
db.session.add(Notice('邮箱通知',"{'sendname':'no_replay','sendmail':'[email protected]','smtp_address':'smtp.qq.com','smtp_port':'465','smtp_pwd':'ZZZZZZZ'}",'[email protected]',False,False)) | ||
|