Initial commit

This commit is contained in:
libertyspy
2026-02-08 22:32:50 +08:00
parent 0b55384442
commit a78781782e

View File

@@ -20,7 +20,7 @@
<template #renderItem="{ item }"> <template #renderItem="{ item }">
<a-list-item> <a-list-item>
<a-flex> <a-flex>
<a-tooltip placement="right"> <a-tooltip placement="bottom">
<template #title> <template #title>
<p>名称: {{ item.name }}</p> <p>名称: {{ item.name }}</p>
<p>说明: {{ item.description }}</p> <p>说明: {{ item.description }}</p>