diff --git a/newdocs/docs/notes/core/deploy.md b/newdocs/docs/notes/core/deploy.md index ccbfb453..2115775a 100644 --- a/newdocs/docs/notes/core/deploy.md +++ b/newdocs/docs/notes/core/deploy.md @@ -46,8 +46,7 @@ source /etc/profile 将发布后的文件拷贝到服务器文件夹。直接使用`dotnet openauth.mvc.dll` 命令启动。启动成功后使用浏览器打开http://localhost:1802 即可访问,如下图所示: -![说明](/mvcmain.png "说明") - +![2025-04-24-00-32-42](http://img.openauth.net.cn/2025-04-24-00-32-42.png) ## jenkins部署OpenAuth.Mvc diff --git a/newdocs/docs/notes/core/deployapi.md b/newdocs/docs/notes/core/deployapi.md index 33fccd17..26ccec76 100644 --- a/newdocs/docs/notes/core/deployapi.md +++ b/newdocs/docs/notes/core/deployapi.md @@ -52,7 +52,7 @@ source /etc/profile OpenAuth.Net采用的是gitee托管源码,只需使用Gitee WebHook构建触发器。配置如下: -![说明](/giteesource.png "说明") +![2025-04-24-00-33-15](http://img.openauth.net.cn/2025-04-24-00-33-15.png) 做好上面的配置后,代码提交时就会触发jenkins工作。剩下的就是编写自己的构建脚本。增加构建步骤,选择执行Shell。并输入以下脚本: diff --git a/newdocs/docs/notes/pro/faq.md b/newdocs/docs/notes/pro/faq.md index bb2b4530..a46d01df 100644 --- a/newdocs/docs/notes/pro/faq.md +++ b/newdocs/docs/notes/pro/faq.md @@ -32,7 +32,7 @@ node ./node_modules/esbuild/install.js 在启动企业版的时候,如果提示下面错误: -![](/oidcerror.png) +![2025-04-24-00-35-45](http://img.openauth.net.cn/2025-04-24-00-35-45.png) 请使用`npm run dev`命令来启动项目 diff --git a/newdocs/docs/notes/vue2/faq.md b/newdocs/docs/notes/vue2/faq.md index b1780749..e42861dd 100644 --- a/newdocs/docs/notes/vue2/faq.md +++ b/newdocs/docs/notes/vue2/faq.md @@ -8,6 +8,6 @@ permalink: /vue2/faq/ 在启动企业版的时候,如果提示下面错误: -![](/oidcerror.png) +![2025-04-24-00-35-45](http://img.openauth.net.cn/2025-04-24-00-35-45.png) 请使用`npm run dev`命令来启动项目