Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

关于Cd.. #28

Open
louiesun opened this issue Jun 25, 2024 · 0 comments
Open

关于Cd.. #28

louiesun opened this issue Jun 25, 2024 · 0 comments

Comments

@louiesun
Copy link

louiesun commented Jun 25, 2024

很喜欢这个主题。配置中。
所以我是来找茬的。
他会回到历史记录的上一页。
而一般的逻辑是返回父目录!。
我的建议是把

history.back();

的button名字改成Back
如果要完美复原

cd..

我觉得最好这样。

  if (location.href.endsWith("/"))
    location.assign("../");
  else
    location.assign("./");
@louiesun louiesun changed the title 关于你的Cd.. 关于Cd.. Jun 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant