🎉 add more prompt
This commit is contained in:
@@ -92,6 +92,7 @@ router.get('/configure', userRequired, (req, res, next) => {
|
||||
}
|
||||
res.locals.message = req.flash('message');
|
||||
res.locals.showPasswordWarning = showPasswordWarning;
|
||||
res.locals.verifyUrl = config.href + req.session.user.prefix + '/verify';
|
||||
res.render('configure', req.session.user);
|
||||
});
|
||||
|
||||
|
||||
+4
-2
@@ -19,9 +19,11 @@
|
||||
<p>注意</p>
|
||||
</div>
|
||||
<div class="message-body">
|
||||
如果遇到问题,请仔细阅读 <a target="_blank" href="https://github.com/songquanpeng/message-pusher/blob/master/README.md">README</a>,如果还不能解决,请提 <a target="_blank" href="https://github.com/songquanpeng/message-pusher/issues/new">issue</a>。
|
||||
<a target="_blank" href="https://mp.weixin.qq.com/debug/cgi-bin/sandboxinfo?action=showinfo&t=sandbox/index">微信公众平台测试号配置链接</a>,如果遇到问题,请仔细阅读 <a target="_blank" href="https://github.com/songquanpeng/message-pusher/blob/master/README.md">README</a>,如果还不能解决,请提 <a target="_blank" href="https://github.com/songquanpeng/message-pusher/issues/new">issue</a>。
|
||||
<br>
|
||||
<br>
|
||||
根据你在 config.js 中填写的 href 以及你的 prefix,你的接口验证 URL为:<%- verifyUrl %>。
|
||||
<br>
|
||||
<a target="_blank" href="https://mp.weixin.qq.com/debug/cgi-bin/sandboxinfo?action=showinfo&t=sandbox/index">微信公众平台测试号配置链接</a>。
|
||||
<br>
|
||||
如果本项目对你有意义,<a target="_blank" href="https://github.com/songquanpeng/message-pusher">请 ⭐ 该项目</a>,<del>这是我继续维护的主要动力</del>,谢谢 :)。
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user