Orson

Results 11 comments of Orson

If you are building and pushing locally, you can refer to my files [package.json](https://github.com/zpj80231/znote/blob/master/package.json) and [deploy.sh](https://github.com/zpj80231/znote/blob/master/deploy.sh), and then run the command `npm run deploy`.

需要在nginx配置静态资源路由 > 在 2021年12月16日,20:32,Primary ***@***.***> 写道: > >  > 请问为什么你的这个打包成dist部署到服务器,通过nginx映射访问页面一片黑没了样式。 > > — > You are receiving this because you are subscribed to this thread. > Reply to this...

所有问题基本已在fork中解决,可以参考一下[https://github.com/zpj80231/spring-cloud-study](https://github.com/zpj80231/spring-cloud-study)

是的,我也发现了这个问题

+1,浏览器扩展什么时候能出来?

同问,有没有其它免费的部署平台?

同样希望添加,prometheus、grafana 等都支持配置 context-path

遇到了同样的问题,主要是没找到夜莺的contextPath在哪里设置

@sansan0 我也发现了这个问题,这确实是个 bug 吧? 当前 master 分支中 : - version 文件:https://raw.githubusercontent.com/sansan0/TrendRadar/refs/heads/master/version 是 3.4.0 - 但是 https://github.com/sansan0/TrendRadar/blob/master/main.py 中 version 还是 3.3.0 导致下游更新代码后版本匹配不上。 当然,我现在把版本更新提示关闭了: ``` app: version_check_url: "https://raw.githubusercontent.com/sansan0/TrendRadar/refs/heads/master/version" show_version_update: false ```