feat(web): clarify home import button tooltip as "载入infiplot剧情"

The home-page file-import button accepts .infiplot story files. The
tooltip now spells out the file type so users distinguish it from
"开始剧情"/"载入预设" affordances on the same screen.
This commit is contained in:
DESKTOP-I1T6TF3\Q
2026-06-09 16:31:34 +08:00
parent 75548ce005
commit b72bbd5501
+1 -1
View File
@@ -1567,7 +1567,7 @@ export default function HomePage() {
>
<i className="fa-solid fa-file-import text-sm" />
<span className="pointer-events-none absolute -bottom-8 left-1/2 -translate-x-1/2 whitespace-nowrap rounded bg-clay-900 px-2 py-1 font-sans text-[11px] text-cream-50 opacity-0 transition-opacity group-hover:opacity-100">
infiplot剧情
</span>
</button>
</div>