Commit b8378ffc authored by KesaubeEire's avatar KesaubeEire

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

parent 2c0f85a6
...@@ -95,19 +95,13 @@ ...@@ -95,19 +95,13 @@
{language ?? '示例'} {language ?? '示例'}
</div> </div>
<!-- NOTE: 游戏名称 --> <!-- NOTE: 游戏名称 -->
<span <a class="hover:link" href={folder} target="_blank">
class="hover:link"
on:click={() => {
window.open(folder);
}}
on:keypress={() => {}}
>
{#if title} {#if title}
{@html title} {@html title}
{:else} {:else}
无中文名称 无中文名称
{/if} {/if}
</span> </a>
</h2> </h2>
<p>{sub_title ?? '无日文名称'}</p> <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