fead.做了状态栏加了更多的胶囊组件。然后我稍微修了一下智教Hub组件

This commit is contained in:
lincube
2026-04-03 21:25:15 +08:00
parent 1c3cc76f21
commit 675096b6c4
19 changed files with 1488 additions and 17 deletions

View File

@@ -650,8 +650,24 @@ public partial class MainWindow
TaskbarLayoutMode = _taskbarLayoutMode,
ClockDisplayFormat = _clockDisplayFormat == ClockDisplayFormat.HourMinute ? "HourMinute" : "HourMinuteSecond",
StatusBarClockTransparentBackground = _statusBarClockTransparentBackground,
ClockPosition = _clockPosition,
ClockFontSize = _clockFontSize,
ShowTextCapsule = _showTextCapsule,
TextCapsuleContent = _textCapsuleContent,
TextCapsulePosition = _textCapsulePosition,
TextCapsuleTransparentBackground = _textCapsuleTransparentBackground,
TextCapsuleFontSize = _textCapsuleFontSize,
ShowNetworkSpeed = _showNetworkSpeed,
NetworkSpeedPosition = _networkSpeedPosition,
NetworkSpeedDisplayMode = _networkSpeedDisplayMode,
NetworkSpeedTransparentBackground = _networkSpeedTransparentBackground,
ShowNetworkTypeIcon = _showNetworkTypeIcon,
NetworkSpeedFontSize = _networkSpeedFontSize,
StatusBarSpacingMode = _statusBarSpacingMode,
StatusBarCustomSpacingPercent = _statusBarCustomSpacingPercent,
StatusBarShadowEnabled = _statusBarShadowEnabled,
StatusBarShadowColor = _statusBarShadowColor,
StatusBarShadowOpacity = _statusBarShadowOpacity,
DisabledPluginIds = existingSnapshot.DisabledPluginIds,
StudyFrameMs = existingSnapshot.StudyFrameMs,
StudyScoreThresholdDbfs = existingSnapshot.StudyScoreThresholdDbfs,