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

fix: relative link error #308

Merged
merged 12 commits into from
May 2, 2024
Merged

Commits on Mar 27, 2024

  1. fix: relative link error

    ziqiangai committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    b6930bf View commit details
    Browse the repository at this point in the history
  2. feat: use resolve method

    ziqiangai committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    44a7cda View commit details
    Browse the repository at this point in the history
  3. feat: use resolve method

    ziqiangai committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    18b6e3f View commit details
    Browse the repository at this point in the history
  4. fix: lint error

    ziqiangai committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    a173528 View commit details
    Browse the repository at this point in the history
  5. fix: lint error

    ziqiangai committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    4738c3f View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2024

  1. Configuration menu
    Copy the full SHA
    b05b255 View commit details
    Browse the repository at this point in the history
  2. test(filesystem): add insertLink test

    Signed-off-by: Kevin Cui <bh@bugs.cc>
    BlackHole1 committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    d278f71 View commit details
    Browse the repository at this point in the history
  3. fix test

    Signed-off-by: Kevin Cui <bh@bugs.cc>
    BlackHole1 committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    880d020 View commit details
    Browse the repository at this point in the history
  4. refactor: improve link path

    In previous implementations, the result obtained from `path.relative(realSrcPath, target)` is likely to be `../../../../../../../../../var/`.
    Although it has been tested and does not affect the program's execution, it looks very messy.
    To avoid this issue, modify `realSrcPath` to `this.src`.
    
    Signed-off-by: Kevin Cui <bh@bugs.cc>
    BlackHole1 committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    ad7d2d5 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2024

  1. re-write logic

    Signed-off-by: Kevin Cui <bh@bugs.cc>
    BlackHole1 committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    eaf970c View commit details
    Browse the repository at this point in the history

Commits on May 2, 2024

  1. Configuration menu
    Copy the full SHA
    c23fb27 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e901f4f View commit details
    Browse the repository at this point in the history