update index

This commit is contained in:
mhwikicn 2024-01-25 22:21:58 +08:00
parent 42a35e86c3
commit 8e60a7f716
2 changed files with 10 additions and 2 deletions

View File

@ -139,7 +139,7 @@
</TR>
<TR>
<TD> </TD>
<TD><A href="./skill/index.html">技能一览</A></TD>
<TD><A href="./skill/index.html">技能一览</A></a><A href="./skill/skill.html">技能效果</A></TD>
<TD><A href="./villagepeople.html">与村民的交流</A></TD>
</TR>
<TR>

View File

@ -80,7 +80,7 @@ function ShowLinks(level, kind)
str1 = "<A href=\"" + urlSuffix + "weapons/weapon01.htm\" target=\"_top\">";
str2 = "</A>";
}
html += " " + str1 + "武器派生" + str2;
html += "|" + str1 + "武器派生" + str2;
str1 = "";
str2 = "";
@ -114,6 +114,14 @@ function ShowLinks(level, kind)
}
html += " " + str1 + "技能一览" + str2;
str1 = "";
str2 = "";
if (kind != 17) {
str1 = "<A href=\"" + urlSuffix + "skill/skill.html\" target=\"_top\">";
str2 = "</A>";
}
html += "|" + str1 + "技能效果" + str2;
str1 = "";
str2 = "";
if (kind != 10) {