Skip to content

Commit dd112e7

Browse files
committed
update about component
1 parent df147d7 commit dd112e7

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/app/about/about.component.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,11 @@ <h2 i18n>关于 OpenReservation</h2>
44
<p i18n>OpenReservation,起初的设计和开发是因为学校活动室预约流程希望从之前繁琐低效的完全线下预约
55
修改为线上预约+线下盖章审批的方式来预约学校的活动室。</p>
66
<p>目前使用 ASP.NET Core 开发, 使用 Docker + k8s + nginx 部署,</p>
7-
<p>项目地址:<a href="https://github.com/OpenReservation/ReservationServer">https://github.com/OpenReservation/ReservationServer</a></p>
7+
<p>
8+
项目地址:<br/>
9+
&nbsp;&nbsp; API: <a href="https://github.com/OpenReservation/ReservationServer">https://github.com/OpenReservation/ReservationServer</a> <br/>
10+
&nbsp;&nbsp; Angular Client: <a href="https://github.com/OpenReservation/reservation-angular-client">https://github.com/OpenReservation/reservation-angular-client</a> <br/>
11+
</p>
812
<p>演示地址:<a href="https://reservation.weihanli.xyz">https://reservation.weihanli.xyz</a></p>
913
<p>新版演示地址:<a href="https://reservation-client.weihanli.xyz">https://reservation-client.weihanli.xyz</a></p>
1014
<p>后台登录地址: <a href="https://reservation.weihanli.xyz/Admin/Home/Index">https://reservation.weihanli.xyz/Admin/Home/Index</a></p>

0 commit comments

Comments
 (0)