SYMBOL INDEX (68 symbols across 24 files) FILE: apps/core/src/api/index.ts constant MAX_RETRY_COUNT (line 5) | const MAX_RETRY_COUNT = 3 // 最大重试次数 constant RETRY_DELAY (line 6) | const RETRY_DELAY = 1000 // 重试延迟时间(毫秒) type AxiosRequestConfig (line 10) | interface AxiosRequestConfig { function handleError (line 48) | function handleError(error: any) { FILE: apps/core/src/composables/useGlobalProperties.ts function useGlobalProperties (line 3) | function useGlobalProperties() { FILE: apps/core/src/store/modules/settings.ts function setTitle (line 8) | function setTitle(val: string) { FILE: apps/core/src/store/modules/user.ts function login (line 17) | function login(data: { function logout (line 31) | function logout(redirect = router.currentRoute.value.fullPath) { FILE: apps/core/src/types/components.d.ts type GlobalComponents (line 14) | interface GlobalComponents { FILE: apps/core/src/types/env.d.ts type ImportMetaEnv (line 2) | interface ImportMetaEnv { FILE: apps/core/src/types/shims.d.ts type Window (line 3) | interface Window { type RouteMeta (line 8) | interface RouteMeta { FILE: apps/core/src/utils/eventBus.ts type MittTypes (line 3) | interface MittTypes { FILE: apps/core/vite/plugins.ts function createVitePlugins (line 21) | function createVitePlugins(mode: string, isBuild = false) { FILE: apps/example/src/api/index.ts constant MAX_RETRY_COUNT (line 5) | const MAX_RETRY_COUNT = 3 // 最大重试次数 constant RETRY_DELAY (line 6) | const RETRY_DELAY = 1000 // 重试延迟时间(毫秒) type AxiosRequestConfig (line 10) | interface AxiosRequestConfig { function handleError (line 48) | function handleError(error: any) { FILE: apps/example/src/composables/useGlobalProperties.ts function useGlobalProperties (line 3) | function useGlobalProperties() { FILE: apps/example/src/router/modules/example.ts function ExampleLayout (line 3) | function ExampleLayout() { FILE: apps/example/src/store/modules/example.ts function getNews (line 15) | function getNews() { function removeLast (line 20) | function removeLast() { FILE: apps/example/src/store/modules/settings.ts function setTitle (line 8) | function setTitle(val: string) { FILE: apps/example/src/store/modules/user.ts function login (line 17) | function login(data: { function logout (line 31) | function logout(redirect = router.currentRoute.value.fullPath) { FILE: apps/example/src/types/components.d.ts type GlobalComponents (line 14) | interface GlobalComponents { FILE: apps/example/src/types/env.d.ts type ImportMetaEnv (line 2) | interface ImportMetaEnv { FILE: apps/example/src/types/shims.d.ts type Window (line 3) | interface Window { type RouteMeta (line 8) | interface RouteMeta { FILE: apps/example/src/utils/eventBus.ts type MittTypes (line 3) | interface MittTypes { FILE: apps/example/vite/plugins.ts function createVitePlugins (line 21) | function createVitePlugins(mode: string, isBuild = false) { FILE: docs/.vitepress/theme/index.ts method Layout (line 12) | Layout() { method setup (line 17) | setup() { FILE: packages/components/resolver.ts constant COMPONENT_PREFIX (line 4) | const COMPONENT_PREFIX = 'Fs' constant PACKAGE_NAME (line 5) | const PACKAGE_NAME = createRequire(import.meta.url)('./package.json').name constant COMPONENT_NAMES (line 7) | const COMPONENT_NAMES = [ function ComponentsResolver (line 11) | function ComponentsResolver(): ComponentResolver { FILE: packages/copyright/index.ts type CopyrightOptions (line 6) | interface CopyrightOptions { function resolveOptions (line 11) | function resolveOptions(options: CopyrightOptions = {}) { function createBannerPlugin (line 18) | function createBannerPlugin(options: CopyrightOptions = {}): PluginOption { function createTerminalInfoPlugin (line 30) | function createTerminalInfoPlugin(options: CopyrightOptions = {}): Plugi... function createSystemCopyrightPlugin (line 55) | function createSystemCopyrightPlugin(options: CopyrightOptions = {}): Pl... function createCopyrightPlugins (line 89) | function createCopyrightPlugins(options: CopyrightOptions = {}): PluginO... FILE: scripts/cli.ts type PackageJson (line 10) | interface PackageJson { type WorkspaceEntry (line 16) | interface WorkspaceEntry { type AppInfo (line 21) | interface AppInfo { type RunMessageContext (line 28) | interface RunMessageContext { type ModeConfig (line 33) | interface ModeConfig { type Mode (line 45) | type Mode = 'build' | 'dev' | 'serve' function isBuildScript (line 87) | function isBuildScript(scriptName: string): boolean { function isDevScript (line 91) | function isDevScript(scriptName: string): boolean { function isServeScript (line 95) | function isServeScript(scriptName: string): boolean { function getWorkspaceEntries (line 99) | function getWorkspaceEntries(): WorkspaceEntry[] { function readPackageJson (line 134) | function readPackageJson(packageJsonPath: string): PackageJson { function getApps (line 138) | function getApps(scriptMatcher: (scriptName: string) => boolean): AppInf... function getAppChoices (line 160) | function getAppChoices(apps: AppInfo[]): Array<{ value: string, label: s... function getAppByPackageName (line 168) | function getAppByPackageName(apps: AppInfo[], packageName: string): AppI... function resolvePromptValue (line 178) | function resolvePromptValue(value: T | symbol): T { function selectScript (line 187) | async function selectScript(app: AppInfo, action: Mode): Promise { function runPackageScript (line 203) | async function runPackageScript(packageName: string, script: string): Pr... function selectApps (line 228) | async function selectApps(apps: AppInfo[], message: string, selectionMod... function runSelectedApps (line 247) | async function runSelectedApps(apps: AppInfo[], config: ModeConfig, show... function runMode (line 266) | async function runMode(config: ModeConfig): Promise { function parseModeArg (line 295) | function parseModeArg(argv: string[]): string | undefined { function hasHelpArg (line 315) | function hasHelpArg(argv: string[]): boolean { function isMode (line 319) | function isMode(value: string | undefined): value is Mode { function printHelp (line 323) | function printHelp(): void { function main (line 332) | async function main(): Promise {