Apple\Apple
6d11fbee89
♻️ Refactor: Users Page
2025-05-23 17:12:17 +08:00
Apple\Apple
9a6c540013
♻️ Refactor: Redemptions Page
2025-05-23 16:58:19 +08:00
Apple\Apple
67a65213d8
♻️ Refactor: Token Page
2025-05-23 00:24:08 +08:00
Apple\Apple
e07163c568
♻️ Refactor: OAuth2Callback Page
2025-05-20 23:47:29 +08:00
Apple\Apple
64973e6cff
♻️ Refactor: Detail Page
2025-05-20 18:01:38 +08:00
Apple\Apple
0118364059
🎨 style: Adjust the fixed placeholder width for homepage image loading
2025-05-20 12:25:39 +08:00
Apple\Apple
28d401ec01
✨ feat: Redirect to console if logged in and accessing auth pages
...
This commit introduces a new component `AuthRedirect` which checks
if a user is already logged in.
If the user is logged in and attempts to access the /login or /register
pages, they will be redirected to the /console page. Otherwise, the
respective authentication form (Login or Register) will be rendered.
The `App.js` file has been updated to utilize this new `AuthRedirect`
component for the /login and /register routes.
2025-05-20 11:53:04 +08:00
Apple\Apple
881ad57a02
♻️ Refactor: About Page
2025-05-20 11:31:03 +08:00
Apple\Apple
4afe7a29b1
♻️ Refactor: NotFound Page
2025-05-20 02:33:38 +08:00
Apple\Apple
c04a816e59
♻️ refactor: Home Page and Footer
2025-05-20 00:23:47 +08:00
JoeyLearnsToCode
69420f713f
feat: 渠道编辑页增加复制所有模型功能
2025-05-19 19:33:29 +08:00
creamlike1024
59aabb4311
add frontend display, more model
2025-05-15 20:00:59 +08:00
creamlike1024
9ebfcaf6aa
feat: change azure default api version to 2025-04-01-preview
2025-05-09 18:11:37 +08:00
creamlike1024
7c29844e4a
Merge branch 'tbphp_model_request_rate_limit_for_group' of github.com:tbphp/new-api into tbphp-tbphp_model_request_rate_limit_for_group
2025-05-08 23:16:06 +08:00
CaIon
90d85a6f0a
feat: add AzureNoRemoveDotTime constant and update channel handling #1044
...
- Introduced a new constant `AzureNoRemoveDotTime` in `constant/azure.go` to manage model name formatting for channels created after May 10, 2025.
- Updated `distributor.go` to set `channel_create_time` in the context.
- Modified `adaptor.go` to conditionally remove dots from model names based on the channel creation time.
- Enhanced `relay_info.go` to include `ChannelCreateTime` in the `RelayInfo` struct.
- Updated English localization files to reflect changes in model name handling for new channels.
2025-05-08 22:39:55 +08:00
tbphp
3d243c3ee2
fix: 样式修复
2025-05-05 23:56:15 +08:00
tbphp
87188cd7d4
fix: 缩进修复还原
2025-05-05 23:53:05 +08:00
tbphp
bbab729619
fix: text
2025-05-05 23:48:15 +08:00
tbphp
0be3678c9c
fix: 请求完成数必须大于等于1
2025-05-05 23:41:43 +08:00
tbphp
1cb4d750e4
feat: 分组速率前端优化
2025-05-05 22:06:16 +08:00
tbphp
7e7d6112ca
feat: 优化代码,去除多余注释和修改
2025-05-05 11:34:57 +08:00
tbphp
6c3fb7777e
feat: 增加分组速率功能
2025-05-05 07:31:54 +08:00
tbphp
3def2bbd30
fix: EditUser text error
2025-05-04 18:26:18 +08:00
CaIon
4217358de7
feat: add image preview functionality and update model name instructions in EditChannel
2025-04-27 17:20:49 +08:00
CaIon
26f5b954c5
f*** gemini
2025-04-19 18:07:51 +08:00
CaIon
0755ac9991
refactor: streamline value assignment in SettingGeminiModel
2025-04-18 20:08:26 +08:00
CaIon
4c4dc6e8b4
feat: add gemini thinking suffix support #981
2025-04-18 19:36:18 +08:00
Apple\Apple
71d0d759da
Merge pull request #927 from QuentinHsu/refactor-system-setting
...
# Conflicts:
# web/src/App.js
# web/src/components/ModelSetting.js
# web/src/components/PersonalSetting.js
# web/src/components/SystemSetting.js
# web/src/pages/Channel/EditChannel.js
2025-04-16 16:27:11 +08:00
CaIon
473e8e0eaf
feat: support gemini output text and inline images. ( close #866 )
2025-04-15 02:32:51 +08:00
CaIon
2f3acd9d22
feat: 添加流模式下的SSE保活机制 #945
2025-04-14 19:40:23 +08:00
CaIon
dcf7878772
fix: update model name handling in UI and localization
2025-04-12 17:44:29 +08:00
CaIon
3d6d19903b
refactor: Update localization keys for API address in English translations and adjust related UI labels
2025-04-09 22:22:19 +08:00
CaIon
5813ca780f
feat: Integrate SetupCheck component for improved setup validation in routing
2025-04-08 17:31:46 +08:00
QuentinHsu
6b79b89dc0
style(web): format code
2025-04-04 17:37:27 +08:00
CaIon
e5baa6ee1c
✨ feat: Enhance ModelSettingsVisualEditor with pricing modes and improved model management features
2025-04-03 20:42:08 +08:00
CaIon
5fa6462412
✨ feat: Refine personal mode description in setup page for clarity
2025-04-03 19:01:16 +08:00
CaIon
a882e680ae
✨ feat: Implement system setup functionality
2025-04-03 18:57:15 +08:00
Calcium-Ion
2ecb742e47
Merge pull request #912 from OrdinarySF/main
...
fix: fixed bug where target.id was null when clicking 'x' icon
2025-03-31 22:38:08 +08:00
JoeyLearnsToCode
1b07282153
feat: Add Parameters Override
2025-03-29 14:39:39 +08:00
Ordinary
af7f886c39
refactor: use handleFieldChange function on change event
2025-03-28 12:44:40 +00:00
Ordinary
9cfa138796
fix: fixed bug where target.id was null when clicking 'x' icon
2025-03-28 12:43:26 +00:00
1808837298@qq.com
54e738941d
feat: Add warning modal for base URL input and display warning banner for specific channel type in EditChannel component
2025-03-15 19:38:05 +08:00
Calcium-Ion
495bbcb621
Merge pull request #848 from wzxjohn/feature/oidc
...
feat: add oidc support
2025-03-11 23:20:55 +08:00
1808837298@qq.com
6f24dddcb2
feat(relay): Add pass-through request option for global settings
2025-03-11 17:02:35 +08:00
wzxjohn
c433af284c
feat: add oidc support
2025-03-11 15:52:03 +08:00
1808837298@qq.com
94549f9687
refactor: Improve responsive design across multiple setting pages
2025-03-10 21:05:22 +08:00
1808837298@qq.com
00c2d6c102
feat: Introduce configurable docs link and remove hardcoded chat links
...
- Added a new GeneralSetting struct to manage configurable docs link
- Removed hardcoded ChatLink and ChatLink2 variables across multiple files
- Updated frontend components to dynamically render docs link from status
- Simplified chat and link-related logic in various components
- Added a warning modal for quota per unit setting in operation settings
2025-03-09 18:31:16 +08:00
1808837298@qq.com
4f194f4e6a
feat: Implement cache token ratio for more precise token pricing
2025-03-08 01:30:50 +08:00
1808837298@qq.com
fd22948ead
refactor: Reorganize sidebar navigation and add personal settings route
2025-03-07 17:22:37 +08:00
1808837298@qq.com
7dbb6b017c
feat: Add self-use mode for model ratio and price configuration
...
- Introduce `SelfUseModeEnabled` setting to allow flexible model ratio configuration
- Update error handling to provide more informative messages when model ratios are not set
- Modify pricing and relay logic to support self-use mode
- Add UI toggle for enabling self-use mode in operation settings
- Implement fallback mechanism for model ratios when self-use mode is enabled
2025-03-01 21:13:48 +08:00