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: chatgpt-web-dev/chatgpt-web
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.16.0
Choose a base ref
...
head repository: chatgpt-web-dev/chatgpt-web
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.17.0
Choose a head ref
  • 13 commits
  • 30 files changed
  • 8 contributors

Commits on Mar 20, 2024

  1. 为新注册用户设置全局初始次数,并且同步全局次数限制的开关 (#478)

    * add globalUseAmout & fix uselimit to New User,
    
    * normalize
    
    * fix: formatting
    
    * fix: globalAmount use number type
    
    Signed-off-by: Bob Du <[email protected]>
    
    ---------
    
    Signed-off-by: Bob Du <[email protected]>
    Co-authored-by: root <[email protected]>
    Co-authored-by: Bob Du <[email protected]>
    3 people authored Mar 20, 2024
    Configuration menu
    Copy the full SHA
    7e195d1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6efd7f7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2345249 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2024

  1. feat: add model name in chat usage records (#493)

    * chore: optimize statistics chart render
    
    * feat: add model name in chat usage records
    
    * lint fix
    zhujunsan authored Mar 21, 2024
    Configuration menu
    Copy the full SHA
    a9bfc16 View commit details
    Browse the repository at this point in the history
  2. 增加弹窗功能 (#492)

    * feat: add Popup feature
    
    * fix: undefined error
    ShenKeeeew authored Mar 21, 2024
    Configuration menu
    Copy the full SHA
    66d3f52 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2024

  1. Configuration menu
    Copy the full SHA
    6bb7afe View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

  1. Configuration menu
    Copy the full SHA
    5899b04 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

  1. feat: add upload gift card page (#510)

    * feat: add upload gift card page
    
    新增了一个上传giftcard的页面
    
    * chore: change deleteMany to drop
    
    change deletemany to drop when overRide giftcards DB
    ccjaread authored Apr 17, 2024
    Configuration menu
    Copy the full SHA
    50665f6 View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump the npm_and_yarn group across 2 directories with 3 …

    …updates (#507)
    
    Bumps the npm_and_yarn group with 2 updates in the / directory: [katex](https://github.com/KaTeX/KaTeX) and [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).
    Bumps the npm_and_yarn group with 1 update in the /service directory: [express](https://github.com/expressjs/express).
    
    
    Updates `katex` from 0.16.4 to 0.16.10
    - [Release notes](https://github.com/KaTeX/KaTeX/releases)
    - [Changelog](https://github.com/KaTeX/KaTeX/blob/main/CHANGELOG.md)
    - [Commits](KaTeX/KaTeX@v0.16.4...v0.16.10)
    
    Updates `vite` from 5.1.5 to 5.1.7
    - [Release notes](https://github.com/vitejs/vite/releases)
    - [Changelog](https://github.com/vitejs/vite/blob/v5.1.7/packages/vite/CHANGELOG.md)
    - [Commits](https://github.com/vitejs/vite/commits/v5.1.7/packages/vite)
    
    Updates `express` from 4.18.3 to 4.19.2
    - [Release notes](https://github.com/expressjs/express/releases)
    - [Changelog](https://github.com/expressjs/express/blob/master/History.md)
    - [Commits](expressjs/express@4.18.3...4.19.2)
    
    ---
    updated-dependencies:
    - dependency-name: katex
      dependency-type: direct:development
      dependency-group: npm_and_yarn-security-group
    - dependency-name: vite
      dependency-type: direct:development
      dependency-group: npm_and_yarn-security-group
    - dependency-name: express
      dependency-type: direct:production
      dependency-group: npm_and_yarn-security-group
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 17, 2024
    Configuration menu
    Copy the full SHA
    9233b6f View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. Configuration menu
    Copy the full SHA
    d9aa47d View commit details
    Browse the repository at this point in the history
  2. fix: render latex (#523)

    Signed-off-by: Bob Du <[email protected]>
    BobDu authored Apr 29, 2024
    Configuration menu
    Copy the full SHA
    fad1a75 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

  1. feat: add page watermark (#526)

    Signed-off-by: Bob Du <[email protected]>
    BobDu authored May 6, 2024
    Configuration menu
    Copy the full SHA
    cc65f39 View commit details
    Browse the repository at this point in the history
  2. chore: bump vite-plugin-pwa deps (#527)

    Signed-off-by: Bob Du <[email protected]>
    BobDu authored May 6, 2024
    Configuration menu
    Copy the full SHA
    4246fce View commit details
    Browse the repository at this point in the history
Loading