202302171919

This commit is contained in:
illuminatich 2023-02-17 19:20:00 +08:00
parent e13fddd6c2
commit 2477662612
2 changed files with 9 additions and 1 deletions

View File

@ -124,7 +124,7 @@
</TR>
<TR>
<TD> </TD>
<TD><A href="./bugu/soushoku.html">装饰品一览</A></TD>
<TD><a target="_blank" href="../mh2tip/h01.html">武器派生</a><A href="./bugu/soushoku.html">装饰品一览</A></TD>
<TD><A href="./shokuji/ondan.html">料理效果一览</A></TD>
</TR>
<TR>

View File

@ -74,6 +74,14 @@ function ShowLinks(level, kind)
}
html += "<BR>" + str1 + "武器一览" + str2;
str1 = "";
str2 = "";
if (kind != 16) {
str1 = '<A target="_blank"href="https://mhwikicn.github.io/mh2tip/h01.html">';
str2 = "</A>";
}
html += " " + str1 + "武器派生" + str2;
str1 = "";
str2 = "";
if (kind != 7) {