{{o.content | formatHtml}}
{{o.author.name}}
{{o.pubDate | formatDate}}
{{parseInt(o.viewCount) | bigNumberTransform}}
pm2-webshell 是一个完全基于浏览器的终端。 安装: $ pm2 install pm2-webshell $ google-chrome http://localhost:8080 配置: # Changer user $ pm2 set pm2-webshell:username foo # Change password $ pm2 set pm2-webshell:password bar # Change port $ pm2 set pm2-webshell:port 7890 # HTTPS $ pm2 set pm2-webshell:https true...