Skip to content

Commit

Permalink
toc bug
Browse files Browse the repository at this point in the history
  • Loading branch information
star7th committed Mar 22, 2024
1 parent 1f46f28 commit 3a3d4f7
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion web/index.html
Expand Up @@ -9,4 +9,4 @@
'../server/index.php?s=',
// "lang" :'en'
lang: 'zh-cn'
}</script><link href=./static/css/app.0cca461c35752a86fc058c4b49c7001c.css rel=stylesheet></head><body class=grey-bg><div id=app></div><script type=text/javascript src=./static/js/manifest.3ad1d5771e9b13dbdad2.js></script><script type=text/javascript src=./static/js/vendor.339f5a1f86786a88b9d4.js></script><script type=text/javascript src=./static/js/app.f85ce3c5c22b6520bc5e.js></script></body></html>
}</script><link href=./static/css/app.0cca461c35752a86fc058c4b49c7001c.css rel=stylesheet></head><body class=grey-bg><div id=app></div><script type=text/javascript src=./static/js/manifest.3ad1d5771e9b13dbdad2.js></script><script type=text/javascript src=./static/js/vendor.339f5a1f86786a88b9d4.js></script><script type=text/javascript src=./static/js/app.02e90098919c8ba77a38.js></script></body></html>
1 change: 1 addition & 0 deletions web/static/js/app.02e90098919c8ba77a38.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion web/static/js/app.f85ce3c5c22b6520bc5e.js

This file was deleted.

2 changes: 1 addition & 1 deletion web_src/src/components/common/Toc.vue
Expand Up @@ -55,7 +55,7 @@ export default {
.substring(1)
if (
$('[name="' + name + '"]').offset().top - $(window).scrollTop() <
120
150
) {
activeName = name
} else {
Expand Down

0 comments on commit 3a3d4f7

Please sign in to comment.