3b93b95177
🐛 fix: Ci
CI / build (20.15.1) (push) Has been cancelled
2026-01-27 20:11:44 -08:00
56a955ae81
✨ feat: 1
CI / build (20.15.1) (push) Successful in 14m4s
2026-01-05 03:04:09 -08:00
75db379624
🐛 fix: 修改样式
2025-12-15 18:29:56 -08:00
c8401af672
🐛 fix: 更新next版本
2025-12-07 05:59:23 -08:00
web
5eac6a9f4a
🐛 fix: Fixing issues with generating standard and quantum-resistant encryption keys
2025-11-04 20:40:53 -08:00
Ember Moth
5318b9cf44
Refactor protocol configuration logic in server form
2025-11-02 16:48:41 +08:00
web
4429c9ddc9
✨ feat: Add server installation dialog and commands
2025-10-28 02:10:12 -07:00
web
88aa9656b2
🐛 fix: Update the wallet localization file and add new fields such as automatic reset and recharge
2025-10-26 11:20:52 -07:00
web
e60e369bbe
🐛 fix: Update generateRealityKeyPair to use async key generation
2025-10-26 08:48:52 -07:00
web
8bd25d651b
🐛 fix: Fix dependencies
2025-10-21 05:28:40 -07:00
web
521a7a97fb
🐛 fix: Remove unnecessary migration function code and add device configuration options
2025-10-21 04:33:29 -07:00
web
a46657d5ef
🐛 fix: Fix bugs
2025-10-21 04:10:34 -07:00
web
32fd181b52
🐛 fix: Add step attribute to datetime-local inputs for precise time selection in forms
2025-09-29 02:43:39 -07:00
web
5816dd5198
🐛 fix: Rename 'hysteria2' to 'hysteria' across protocol definitions and schemas for consistency
2025-09-29 02:32:28 -07:00
web
92665293ec
🐛 fix: Update protocol options in ServerConfig for accuracy and consistency
2025-09-29 02:18:16 -07:00
web
4828700776
🐛 fix: Simplify protocol enable checks by removing unnecessary false comparisons
2025-09-28 09:19:54 -07:00
web
55034dc97d
🐛 fix: Remove unused ratio variable from server traffic log and server form for cleaner code
2025-09-28 09:01:03 -07:00
web
6a823b8faa
🐛 fix: Remove unnecessary blank lines in multiple index files for cleaner code structure
2025-09-28 08:49:52 -07:00
web
3b6ef177ba
🐛 fix: Update minimum ratio value to 0 in protocol fields and adjust related schemas; enhance unit conversion in ServerConfig
2025-09-28 08:48:17 -07:00
web
3d778e5e36
🐛 fix: Update Badge variants and restructure traffic ratio display in ServersPage
2025-09-28 07:23:28 -07:00
web
4abdd367ee
🐛 fix: Update protocol fields to use 'obfs' instead of 'security' and adjust related configurations
2025-09-28 06:57:41 -07:00
web
fc43de16f0
✨ feat: Update server configuration translations for multiple languages
...
- Added new keys for server configuration actions and descriptions in Russian, Thai, Turkish, Ukrainian, Vietnamese, Chinese (Simplified and Traditional).
- Removed outdated configuration structure and replaced it with a more organized server_config object.
- Enhanced the dynamic Inputs component to support textarea input type for better user experience.
2025-09-24 06:05:24 -07:00
web
bb6671c14f
🐛 fix: Add DynamicMultiplier component for managing node multipliers and update ServersPage layout
2025-09-24 03:00:37 -07:00
web
70b3484f98
🐛 fix: Rename 'server_id' to 'protocol' in NodesPage and clean up unused imports and code in ServerConfig
2025-09-23 06:08:36 -07:00
web
3c036eb09c
🐛 fix: Update announcement page to display timeline of announcements with Markdown content
2025-09-23 05:48:25 -07:00
web
ce9ab89c1c
🐛 fix: Update Empty component to support border prop and adjust usage in various pages
2025-09-23 05:46:21 -07:00
web
8445e302e6
🐛 fix: Update announcement page to format creation date and enhance content display
2025-09-23 05:12:36 -07:00
web
2bff15fd13
🐛 fix: Add unique key to ProTable for improved rendering with user ID filters
2025-09-23 05:04:33 -07:00
web
0345b7cced
🐛 fix: Refactor server ID cell rendering for improved readability and consistency
2025-09-23 05:01:17 -07:00
web
7a4ebdf985
🐛 fix: Update OnlineUsersCell to display user count with icon instead of badge
2025-09-23 04:46:33 -07:00
web
05a61d8bf2
🐛 fix: Adjust layout spacing and chart aspect ratio in ServerConfig component
2025-09-23 04:42:55 -07:00
web
0a07d2578e
🐛 fix: Update subscribe name fallback to return '--' instead of 'Unknown'
2025-09-23 04:40:35 -07:00
web
13dce0c20b
🐛 fix: Add loaded state to node, server, and subscribe stores for better loading management
2025-09-17 07:26:56 -07:00
web
0cadd83e45
🐛 fix: Removed node metadata fields in subscription schema to simplify structure
2025-09-17 03:19:31 -07:00
web
49b3dcc591
🐛 fix: Add subscribeSchema for subscription management with detailed proxy and user information
2025-09-17 03:10:44 -07:00
web
e94405d1cd
🐛 fix: Add NEXT_PUBLIC_HIDDEN_TUTORIAL_DOCUMENT to control tutorial visibility and update page query accordingly
2025-09-17 03:03:12 -07:00
web
1dde7088bc
🐛 fix: Update platform handling in Content component to ensure available platforms are correctly filtered and displayed
2025-09-17 02:55:33 -07:00
web
bd67ece479
🐛 fix: Add showLineNumbers prop handling in MonacoEditor for improved placeholder positioning
2025-09-17 02:45:16 -07:00
web
a3c5e31094
🐛 fix: Add fetchTags method to NodesPage and ensure tags are fetched alongside nodes
2025-09-17 02:35:53 -07:00
web
1b715c5f8b
♻️ refactor: Simplify TemplatePreview component structure by consolidating Sheet and Button elements
2025-09-17 02:29:29 -07:00
web
6dfac27bc3
🐛 fix: Enhance server ID display in ServerTrafficLogPage with badges and server ratio
2025-09-17 02:24:54 -07:00
web
c6dd0b63f2
♻️ refactor: Replace useQuery with Zustand store for subscription and node data management
2025-09-17 02:20:54 -07:00
web
982d2882e9
🐛 fix: Filter available protocols to exclude disabled ones in NodeForm
2025-09-16 10:30:49 -07:00
web
2b0cf9a46d
🐛 fix: Added the enabled field in the protocol configuration, updated the related type definition and default configuration
2025-09-16 10:17:39 -07:00
web
d6854076fe
🐛 fix: Add protocol-related constants, default configurations, field definitions, and validation modes
2025-09-16 04:50:05 -07:00
web
6991b69d40
🐛 fix: Add minimum value constraint for count and user limit inputs in CouponForm
2025-09-16 04:33:42 -07:00
web
b8f630f8ab
🐛 fix: Refactor key generation logic and update dependencies for ML-KEM-768 integration
2025-09-16 04:32:16 -07:00
web
2d5175d70f
🐛 fix: Add success toast message for sorting in nodes and servers pages
2025-09-15 21:51:02 -07:00
web
05d6c8947c
🐛 fix: Simplify initialValues assignment and update node submission logic in NodesPage
2025-09-15 21:39:13 -07:00
web
8700cf6a91
🐛 fix: Refactor toB64 function to toB64Url for URL-safe base64 encoding in VlessX25519Pair generation
2025-09-15 21:12:25 -07:00