File tree Expand file tree Collapse file tree 6 files changed +10
-10
lines changed Expand file tree Collapse file tree 6 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 44
55Use development and beta versions only if you are aware of the potential risks.
66
7- ## Changes since v1.1.78
7+ ## Changes since v1.1.79
88
99All significant changes in this version are documented here.
1010
@@ -25,7 +25,7 @@ All significant changes in this version are documented here.
2525- Fix the issue of failing to get "Direct DNS"
2626- Fix the issue of clicking "Dashboard" not responding on some systems
2727
28- ## 自 v1.1.78 以来的变更
28+ ## 自 v1.1.79 以来的变更
2929
3030本版本的所有重要变更将记录于此。
3131
Original file line number Diff line number Diff line change 179179 "ua_option_sfm_1_12" : " sing-box 1.12 mac" ,
180180 "ua_option_sfa_1_12" : " sing-box 1.12 android" ,
181181 "ua_option_custom" : " custom" ,
182- "user_agent_settings" : " User Agent Settings " ,
182+ "user_agent_settings" : " User Agent" ,
183183 "open_user_agent" : " Open user agent settings" ,
184184 "custom_ua_placeholder" : " Enter custom User Agent" ,
185185 "ua_hint" : " Select or enter a custom User Agent for requests" ,
Original file line number Diff line number Diff line change 179179 "ua_option_sfm_1_12" : " sing-box 1.12 mac" ,
180180 "ua_option_sfa_1_12" : " sing-box 1.12 android" ,
181181 "ua_option_custom" : " 自定义" ,
182- "user_agent_settings" : " User Agent 设置 " ,
182+ "user_agent_settings" : " User Agent" ,
183183 "open_user_agent" : " 打开 UA 设置" ,
184184 "custom_ua_placeholder" : " 输入自定义 User Agent" ,
185185 "ua_hint" : " 为请求选择或输入自定义 User Agent" ,
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ export default function StageSetting() {
4949 return (
5050 < >
5151 < SettingItem
52- icon = { < Git className = "text-[#34C759]" size = { 22 } /> }
52+ icon = { < Git className = "w-5 h-5 text-gray-500" /> }
5353 title = { t ( "update_stage" ) }
5454 badge = { < span className = "mx-2 text-sm" > { t ( `${ stageVersion } _version` ) } </ span > }
5555 subTitle = { t ( "update_stage_desc" ) }
Original file line number Diff line number Diff line change 11import { useEffect , useState } from "react" ;
2- import { Save , TextIndentLeft , X } from "react-bootstrap-icons" ;
2+ import { Save , Tools , X } from "react-bootstrap-icons" ;
33import { toast } from "sonner" ;
44import { t } from "../../utils/helper" ;
55import { SettingItem } from "../settings/common" ;
@@ -90,7 +90,7 @@ export default function UASettingsItem() {
9090 return (
9191 < >
9292 < SettingItem
93- icon = { < TextIndentLeft className = "w-5 h-5 text-gray-500" /> }
93+ icon = { < Tools className = "w-5 h-5 text-gray-500" /> }
9494 title = { t ( "user_agent_settings" , "User Agent Settings" ) }
9595 subTitle = { t ( "open_user_agent" , "Open user agent settings" ) }
9696 disabled = { false }
@@ -107,7 +107,7 @@ export default function UASettingsItem() {
107107 < div className = "relative bg-white rounded-lg p-3 w-80 max-w-full" >
108108 < div className = "flex items-center justify-between mb-4" >
109109 < div className = "flex items-center gap-2" >
110- < TextIndentLeft size = { 14 } className = "text-gray-500" />
110+ < Tools size = { 14 } className = "text-gray-500" />
111111 < h3 className = "text-xs font-medium text-gray-700" >
112112 { t ( "user_agent_settings" , "User Agent Settings" ) }
113113 </ h3 >
Original file line number Diff line number Diff line change 11import { invoke } from "@tauri-apps/api/core" ;
22import { getCurrentWindow } from "@tauri-apps/api/window" ;
3- import { JournalText } from "react-bootstrap-icons" ;
3+ import { Binoculars } from "react-bootstrap-icons" ;
44import ToggleBypassRouter from "../components/developer/bypass-router" ;
55import { SettingItem } from "../components/developer/common" ;
66import ToggleDev from "../components/developer/dev-toggle" ;
@@ -36,7 +36,7 @@ export default function Page() {
3636 < DNSSettingsItem />
3737 < UASettingsItem />
3838 < SettingItem
39- icon = { < JournalText className = "w-5 h-5 text-gray-500" /> }
39+ icon = { < Binoculars className = "w-5 h-5 text-gray-500" /> }
4040
4141 title = { t ( "open_log" ) }
4242 subTitle = { t ( "open_log_desc" ) }
You can’t perform that action at this time.
0 commit comments