fix version tag

This commit is contained in:
Gabe Yuan
2023-07-21 12:31:21 +08:00
parent bb34ef5b1a
commit 46ba92cdad
23 changed files with 26 additions and 26 deletions

View File

@@ -36,7 +36,7 @@ export default function Content({ q, rule }) {
textDecoration: "dotted underline 2px",
textUnderlineOffset: "0.3em",
};
case OPT_STYLE_DASHLINE: // 点划线
case OPT_STYLE_DASHLINE: // 线
return {
opacity: hover ? 1 : 0.6,
textDecoration: "dashed underline 2px",