公告板
版本库
filestore
活动
搜索
登录
main
/
cylsg
川印临时工
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
Merge remote-tracking branch 'origin/master' into cyronghe
移动系统liao
2025-02-08
8c8404c55a863844cc674a8bedb2cfdb92c1c288
[cylsg.git]
/
cylsg
/
cylsg.Web.Entry
/
Views
/
Home
/
Index.cshtml
1
2
3
4
5
6
7
8
9
@{
ViewData["Title"] = ViewBag.Description;
}
<div style="text-align:center;margin-top:50px;">
<p>@ViewBag.Description</p>
<p><a href="/api">API 接口</a>
</div>