Commit b8378ffc authored by KesaubeEire's avatar KesaubeEire

fix: 修复手机长按标题没有连接形式的问题.

parent 2c0f85a6
......@@ -95,19 +95,13 @@
{language ?? '示例'}
</div>
<!-- NOTE: 游戏名称 -->
<span
class="hover:link"
on:click={() => {
window.open(folder);
}}
on:keypress={() => {}}
>
<a class="hover:link" href={folder} target="_blank">
{#if title}
{@html title}
{:else}
无中文名称
{/if}
</span>
</a>
</h2>
<p>{sub_title ?? '无日文名称'}</p>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment