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

代码分离,功能优化 #204

Merged
merged 6 commits into from
Sep 23, 2024
Merged

代码分离,功能优化 #204

merged 6 commits into from
Sep 23, 2024

Commits on Sep 20, 2024

  1. feat: 代码分离,功能优化

    1. 代码迁移到 ts.
    2. 分离 axios 部分代码.
    3. 增加 pinia 支持,全局状态代码迁移到相对应的 store.
    4. 代码格式优化, 用 === 代替 ==.
    5. 代码声明更改,用 const 代替 var 声明.
    6. Header 使用 Router 导航.
    7. v-for 增加 key.
    zhe28 committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    f2180ce View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2024

  1. fix[fe]: 移除过时的 prop 引用

    zhe28 committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    4c2a7aa View commit details
    Browse the repository at this point in the history
  2. fix[fe]: 移除过时的 prop 引用

    zhe28 committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    1fffa1d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    966656d View commit details
    Browse the repository at this point in the history
  4. fix[fe]: 修复 logo 上面有横线的问题

    zhe28 committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    9c7a164 View commit details
    Browse the repository at this point in the history
  5. fix[fe]: 修复 logo 上面有横线的问题

    zhe28 committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    73bfbf7 View commit details
    Browse the repository at this point in the history