Skip to content

Commit

Permalink
update about component
Browse files Browse the repository at this point in the history
  • Loading branch information
WeihanLi committed Nov 21, 2023
1 parent df147d7 commit dd112e7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/app/about/about.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@ <h2 i18n>关于 OpenReservation</h2>
<p i18n>OpenReservation,起初的设计和开发是因为学校活动室预约流程希望从之前繁琐低效的完全线下预约
修改为线上预约+线下盖章审批的方式来预约学校的活动室。</p>
<p>目前使用 ASP.NET Core 开发, 使用 Docker + k8s + nginx 部署,</p>
<p>项目地址:<a href="https://github.com/OpenReservation/ReservationServer">https://github.com/OpenReservation/ReservationServer</a></p>
<p>
项目地址:<br/>
&nbsp;&nbsp; API: <a href="https://github.com/OpenReservation/ReservationServer">https://github.com/OpenReservation/ReservationServer</a> <br/>
&nbsp;&nbsp; Angular Client: <a href="https://github.com/OpenReservation/reservation-angular-client">https://github.com/OpenReservation/reservation-angular-client</a> <br/>
</p>
<p>演示地址:<a href="https://reservation.weihanli.xyz">https://reservation.weihanli.xyz</a></p>
<p>新版演示地址:<a href="https://reservation-client.weihanli.xyz">https://reservation-client.weihanli.xyz</a></p>
<p>后台登录地址: <a href="https://reservation.weihanli.xyz/Admin/Home/Index">https://reservation.weihanli.xyz/Admin/Home/Index</a></p>
Expand Down

0 comments on commit dd112e7

Please sign in to comment.