mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-05 12:21:31 +08:00
feat: node name
This commit is contained in:
@@ -51,6 +51,12 @@ module.exports = async (ctx) => {
|
||||
ctx.body = art(path.resolve(__dirname, '../views/welcome.art'), {
|
||||
showDebug,
|
||||
debug: [
|
||||
config.nodeName
|
||||
? {
|
||||
name: '节点名',
|
||||
value: config.nodeName,
|
||||
}
|
||||
: null,
|
||||
{
|
||||
name: 'git hash',
|
||||
value: gitHash,
|
||||
|
||||
Reference in New Issue
Block a user