diff --git a/index.html b/index.html
index b41465b4..948c9aed 100644
--- a/index.html
+++ b/index.html
@@ -4,7 +4,7 @@
* @Autor: 地虎降天龙
* @Date: 2024-03-07 09:46:12
* @LastEditors: 地虎降天龙
- * @LastEditTime: 2025-03-14 09:03:31
+ * @LastEditTime: 2025-03-18 09:39:59
-->
@@ -21,13 +21,15 @@
+
+
diff --git a/src/components/forPreview/cardList.vue b/src/components/forPreview/cardList.vue
index 5a36d5e3..6f953bdd 100644
--- a/src/components/forPreview/cardList.vue
+++ b/src/components/forPreview/cardList.vue
@@ -4,17 +4,23 @@
* @Autor: 地虎降天龙
* @Date: 2023-11-03 16:02:49
* @LastEditors: 地虎降天龙
- * @LastEditTime: 2025-03-18 08:44:36
+ * @LastEditTime: 2025-03-18 09:14:35
-->
- {{ props.onePlugin.title + ' - ' + props.onePlugin.name }}
+ {{ onePlugin.title + ' - ' + onePlugin.name }}
-
-
+
+
作者:
{{ props.onePlugin.author }}
-
+
@@ -76,6 +82,10 @@ const props = withDefaults(
const { menuSetup } = useModel('forPreview')
let publicPath = process.env.BASE_URL
+const toAuthorPage = (url: string) => {
+ window.open(url, '_blank')
+}
+
onMounted(async () => {
await loadJweixin()
await loadWebView()
diff --git a/src/plugins/preview.vue b/src/plugins/preview.vue
index 4248fb5a..a0ff8d1e 100644
--- a/src/plugins/preview.vue
+++ b/src/plugins/preview.vue
@@ -4,7 +4,7 @@
* @Autor: 地虎降天龙
* @Date: 2023-11-18 22:17:49
* @LastEditors: 地虎降天龙
- * @LastEditTime: 2025-03-09 11:18:33
+ * @LastEditTime: 2025-03-18 09:04:16
-->