Thanks to visit codestin.com
Credit goes to github.com

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: biliup/biliup
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: 521141/biliup
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 4 commits
  • 6 files changed
  • 1 contributor

Commits on Aug 24, 2025

  1. feat(database): 支持 MySQL 数据库

    - 新增 MySQL 数据库配置和连接逻辑
    - 修改数据库迁移脚本以支持 MySQL
    - 优化 SQLite 和 MySQL 的引擎配置
    - 更新模型定义,增加对 MySQL 的兼容性
    521141 committed Aug 24, 2025
    Configuration menu
    Copy the full SHA
    e3914f4 View commit details
    Browse the repository at this point in the history
  2. refactor(database): 优化 UploadStreamers 模型字段定义

    - 为 template_name 字段添加 String 类型,限制长度为 255
    - 为 title 和 tid 字段添加 String 类型,限制长度为 255
    521141 committed Aug 24, 2025
    Configuration menu
    Copy the full SHA
    691fa8d View commit details
    Browse the repository at this point in the history
  3. build(database): 将 MySQL 驱动从 mysqlclient 更改为 PyMySQL

    - 在数据库连接 URL 中添加 PyMySQL 驱动
    - 更新 pyproject.toml 依赖,将 mysqlclient 替换为 PyMySQL
    521141 committed Aug 24, 2025
    Configuration menu
    Copy the full SHA
    e21a773 View commit details
    Browse the repository at this point in the history
  4. build(deps): 添加 cryptography 依赖

    - 在 pyproject.toml 中添加 cryptography >= 3.4.8 依赖
    - 此依赖可能用于加密和安全功能的实现
    521141 committed Aug 24, 2025
    Configuration menu
    Copy the full SHA
    8337185 View commit details
    Browse the repository at this point in the history
Loading