fix: hide inactive browser profile settings
Managed browser profile controls suggested that login state and cookies would be reused, but named profiles do not yet affect browser execution. The settings UI now hides profile management while preserving the built-in browser switch, diagnostics, stored profile metadata, and compatibility APIs. Release note: 暂时隐藏尚未实际生效的托管浏览器配置,避免误以为登录状态和 Cookie 会被复用;已有底层数据不会删除。
This commit is contained in:
@@ -733,7 +733,7 @@ export class CapabilityService {
|
||||
await this.browserProfiles.getSnapshot()
|
||||
return {
|
||||
status: 'available',
|
||||
summary: '隔离的托管浏览器配置存储可用。'
|
||||
summary: '内置浏览器隔离存储可用。'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -36,7 +36,7 @@ export const computerCapabilityCatalog: readonly ComputerCapabilityCatalogEntry[
|
||||
id: 'host-browser-control',
|
||||
name: '内置浏览器',
|
||||
description:
|
||||
'使用 GoodBuddy 内置的临时隔离浏览器执行网页操作,不会控制客户端已安装的浏览器;命名配置当前仅保存未来托管隔离所需的元数据。',
|
||||
'使用 GoodBuddy 内置的临时隔离浏览器执行网页操作,不会控制客户端已安装的浏览器。',
|
||||
enabledByDefault: false,
|
||||
implementationKind: 'managed-browser-driver',
|
||||
supportedTargets: Object.freeze([
|
||||
|
||||
Reference in New Issue
Block a user