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

refactor: 重构前端代码 #988

Merged
merged 10 commits into from
Jan 22, 2024
Merged

refactor: 重构前端代码 #988

merged 10 commits into from
Jan 22, 2024

Commits on Jan 20, 2024

  1. refactor: 重构前端代码

    几乎完全重构前端js代码
    小幅度重构后端代码(主要为了适配前端)
    PairZhu committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    e1763ee View commit details
    Browse the repository at this point in the history
  2. fix: 修复主题色无法自适应的bug

    还原了主题色修改函数的write参数,去除该参数会导致自适应修改主题时也会写入localStorage
    PairZhu committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    361ce63 View commit details
    Browse the repository at this point in the history
  3. feat: 自动修改标签的for属性

    自动修改”获取 IP 方式“标签的for属性,保证其始终指向当前可编辑的元素
    PairZhu committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    91ec293 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2024

  1. refactor: 去除JQuery

    PairZhu committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    5f75172 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2ebe01e View commit details
    Browse the repository at this point in the history
  3. fix: 对空值兼容

    PairZhu committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    723ab26 View commit details
    Browse the repository at this point in the history
  4. fix: 统一html命名

    PairZhu committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    5cdbaaf View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4943ef1 View commit details
    Browse the repository at this point in the history
  6. fix: 删除冗余代码

    PairZhu committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    e734515 View commit details
    Browse the repository at this point in the history
  7. fix: Update writing.html

    PairZhu committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    ea363d5 View commit details
    Browse the repository at this point in the history