Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: halo-sigs/plugin-links
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.4.0
Choose a base ref
...
head repository: halo-sigs/plugin-links
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.5.0
Choose a head ref
  • 5 commits
  • 59 files changed
  • 2 contributors

Commits on Jul 22, 2024

  1. Configuration menu
    Copy the full SHA
    be812d2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f4ef49a View commit details
    Browse the repository at this point in the history
  3. refactor: replace tailwindcss with unocss (#86)

    使用 UnoCSS 代替 TailwindCSS,移除 class 的前缀并保证不会污染 Core 的样式。
    
    /kind improvement
    
    ```release-note
    None
    ```
    ruibaby authored Jul 22, 2024
    Configuration menu
    Copy the full SHA
    e73ef06 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2024

  1. refactor: generate api client and refactor http request (#87)

    使用 halo-sigs/halo-gradle-plugin#16 提供的 api client 生成方法生成 http 请求客户端代码,并重构插件的请求逻辑。
    
    /kind improvement
    
    ```release-note
    None
    ```
    ruibaby authored Aug 13, 2024
    Configuration menu
    Copy the full SHA
    01bdf3b View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

  1. Fix the problem of blocking while site while getting link details (#93)

    This PR wraps the blocking operation in blocking threads instead of non-blocking threads, which might block all requests from outside.
    
    /kind bug
    
    Fixes #92 
    
    ```release-note
    修复无法通过当前站点地址获取站点信息的问题
    ```
    JohnNiang authored Sep 5, 2024
    Configuration menu
    Copy the full SHA
    2c2c32b View commit details
    Browse the repository at this point in the history
Loading