diff --git a/package.json b/package.json
index e1cea837..96305cda 100644
--- a/package.json
+++ b/package.json
@@ -23,7 +23,7 @@
"@codemirror/basic-setup": "^0.19.3",
"@codemirror/lang-html": "^0.19.4",
"@codemirror/lang-java": "^0.19.1",
- "@halo-dev/admin-api": "^1.0.0",
+ "@halo-dev/admin-api": "^1.1.0",
"@halo-dev/editor": "^3.0.5",
"ant-design-vue": "^1.7.8",
"dayjs": "^1.11.0",
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index a4b4104f..d076a121 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -7,7 +7,7 @@ specifiers:
'@codemirror/basic-setup': ^0.19.3
'@codemirror/lang-html': ^0.19.4
'@codemirror/lang-java': ^0.19.1
- '@halo-dev/admin-api': ^1.0.0
+ '@halo-dev/admin-api': ^1.1.0
'@halo-dev/editor': ^3.0.5
'@tailwindcss/aspect-ratio': ^0.4.0
'@vue/cli-plugin-babel': ~5.0.4
diff --git a/src/views/sheet/components/LinkCreateModal.vue b/src/views/sheet/components/LinkCreateModal.vue
new file mode 100644
index 00000000..2c48b9fe
--- /dev/null
+++ b/src/views/sheet/components/LinkCreateModal.vue
@@ -0,0 +1,100 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 取消
+
+
+
+
+
+
+
diff --git a/src/views/sheet/independent/LinkList.vue b/src/views/sheet/independent/LinkList.vue
index f1531776..b14bc945 100644
--- a/src/views/sheet/independent/LinkList.vue
+++ b/src/views/sheet/independent/LinkList.vue
@@ -1,139 +1,88 @@
+
+
+ 添加
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 返回添加
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 编辑
-
-
- 删除
-
-
-
-
+
+
+
+
+
+
+ {{ team.team ? team.team : '默认分组' }}
+
-
-
- {{ item.team }}
-
-
-
-
- {{ item.description }}
-
-
- {{ item.name }}
-
-
- {{ item.url }}
-
-
-
-
-
- {{ text }}
-
- {{ text }}
-
- 编辑
-
-
- 删除
-
-
-
-
+
+
+
+
+
+ {{ link.name }}
+
+
{{ link.description }}
+
+
+
+
+
+
+ 编辑
+ 删除
+
+
+
+
+
+
+
+
+
+
@@ -161,82 +110,46 @@
+