mirror of
https://github.com/fankes/komari-theme-purcarte.git
synced 2025-10-19 11:59:21 +08:00
feat: 添加流量进度条样式选项,优化相关组件
This commit is contained in:
@@ -24,6 +24,7 @@ export interface ConfigOptions {
|
||||
enableConnectBreaks?: boolean; // 是否启用连接断点
|
||||
pingChartMaxPoints?: number; // 延迟图表最大点数
|
||||
enableSwap?: boolean; // 是否启用SWAP显示
|
||||
selectTrafficProgressStyle?: "circular" | "linear"; // 流量进度条样式
|
||||
enableListItemProgressBar?: boolean; // 是否启用列表视图进度条
|
||||
}
|
||||
|
||||
@@ -54,5 +55,6 @@ export const DEFAULT_CONFIG: ConfigOptions = {
|
||||
enableConnectBreaks: false,
|
||||
pingChartMaxPoints: 0,
|
||||
enableSwap: true,
|
||||
selectTrafficProgressStyle: "linear",
|
||||
enableListItemProgressBar: true,
|
||||
};
|
||||
|
Reference in New Issue
Block a user