“Advanced” is a documentation grouping, not a single plugin tab. The current entry points are split across:Documentation Index
Fetch the complete documentation index at: https://eondr.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
AST 配置RE 配置沉浸翻译综合设置- the Cloud view itself
AST extraction rules
The AST extractor parses plugin JavaScript, then uses whitelists and filters to decide which strings enter extraction results.astAssignments: assignment whitelist
astAssignments: assignment whitelist
When a variable name matches this list, the assigned string is kept.
astFunctions: function argument whitelist
astFunctions: function argument whitelist
When a function name matches this list, its string argument is kept.
astKeys: object key whitelist
astKeys: object key whitelist
When an object key matches this list, its value is kept.
astRejectRe: reject rules
astRejectRe: reject rules
Strings matching these regular expressions are discarded.
astValidRe: allow rules
astValidRe: allow rules
A string must match at least one of these rules to be kept.
Regex extraction rules
Regex extraction runs directly on source text.reDatas: capture rules
reDatas: capture rules
The extractor reads candidate strings from the capture groups in these regular expressions.
reFlags: regex flags
reFlags: regex flags
Default:
gsreLength: maximum length
reLength: maximum length
Default:
300reRejectRe: reject rules
reRejectRe: reject rules
Reject expressions applied to Regex extraction results.
reValidRe: allow rules
reValidRe: allow rules
Allow expressions applied to Regex extraction results.
Cloud and network related fields
githubProxyUrl: GitHub proxy
githubProxyUrl: GitHub proxy
Default:
https://ghp.ci/The current UI renders this as a fixed dropdown in 综合设置.defaultCloudRepo: default cloud repository
defaultCloudRepo: default cloud repository
Default: empty stringThe current UI renders this as a text input in
综合设置.cloudRepos: saved repository list
cloudRepos: saved repository list
This field is persisted in settings data and is read and written by the Cloud view while browsing repositories. It is not rendered as a standalone settings input.
Immersive translation (IMT)
modeImt: enable immersive translation
modeImt: enable immersive translation
Default:
falseWhen enabled, the plugin applies real-time translation to matched UI elements.imtPagerule: selector rules
imtPagerule: selector rules
This field defines the include and exclude selectors for immersive translation.