增加快捷操作
This commit is contained in:
parent
149812914e
commit
ae44370f78
@ -123,6 +123,14 @@ async def get_team():
|
|||||||
@app.get("/shortcuts", summary="获取快捷操作")
|
@app.get("/shortcuts", summary="获取快捷操作")
|
||||||
async def get_shortcuts():
|
async def get_shortcuts():
|
||||||
data = [
|
data = [
|
||||||
|
{
|
||||||
|
"name": "Gitee 项目仓库",
|
||||||
|
"link": "https://gitee.com/ktianc/kinit"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "GitHub 项目仓库",
|
||||||
|
"link": "https://github.com/vvandk/kinit"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "前端文档",
|
"name": "前端文档",
|
||||||
"link": "https://element-plus-admin-doc.cn/"
|
"link": "https://element-plus-admin-doc.cn/"
|
||||||
@ -136,8 +144,8 @@ async def get_shortcuts():
|
|||||||
"link": "http://kinit.ktianc.top/api/redoc"
|
"link": "http://kinit.ktianc.top/api/redoc"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Windi CSS 文档",
|
"name": "UnoCSS 中文文档",
|
||||||
"link": "https://cn.windicss.org/guide/"
|
"link": "https://unocss.nodejs.cn/guide/"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Iconify 文档",
|
"name": "Iconify 文档",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user