扩展氢能站点、加氢记录与台账原型链路,新增工作台、车辆资产 H5、自营物流等原型,并同步导航注册、PRD 资源与交付技能。
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
50
src/common/oneos-app-shell/index.ts
Normal file
50
src/common/oneos-app-shell/index.ts
Normal file
@@ -0,0 +1,50 @@
|
||||
export { OneOsAppShell, PROTOTYPE_DEMO_HREF } from './OneOsAppShell';
|
||||
export type { OneOsAppShellProps, ShellTab } from './OneOsAppShell';
|
||||
export { ShellNoticeCenter } from './ShellNoticeCenter';
|
||||
export {
|
||||
ONEOS_NOTICE_ACTION,
|
||||
ONEOS_NOTICES_SYNC,
|
||||
isNoticeAction,
|
||||
isNoticesSync,
|
||||
postNoticeAction,
|
||||
postNoticesSync,
|
||||
type NoticeActionPayload,
|
||||
type NoticesSyncPayload,
|
||||
type ShellNoticeItem,
|
||||
} from './notice-bridge';
|
||||
export {
|
||||
ONEOS_SHELL_NAV,
|
||||
isShellNav,
|
||||
requestShellNav,
|
||||
type ShellNavPayload,
|
||||
} from './nav-bridge';
|
||||
export {
|
||||
buildShellMenuFromNav,
|
||||
findMenuPath,
|
||||
hrefPathname,
|
||||
itemKeyToHref,
|
||||
type ShellMenuItem,
|
||||
} from './nav-from-prototypes';
|
||||
export {
|
||||
ONEOS_RELEASE_DEMO_ACTION,
|
||||
RELEASE_SEEN_STORAGE_KEY,
|
||||
SHELL_CURRENT_RELEASE_VERSION,
|
||||
clearAllReleaseSeen,
|
||||
hasUnseenRelease,
|
||||
isReleaseDemoAction,
|
||||
postReleaseDemoAction,
|
||||
postReleaseDemoOpen,
|
||||
postReleaseDemoReset,
|
||||
type ReleaseDemoAction,
|
||||
type ReleaseDemoActionPayload,
|
||||
} from './release-demo-bridge';
|
||||
export {
|
||||
bootstrapOneOsTheme,
|
||||
broadcastOneOsTheme,
|
||||
isLegacyOneOsPrototype,
|
||||
LEGACY_ONEOS_PROTO_IDS,
|
||||
readStoredOneOsTheme,
|
||||
setOneOsTheme,
|
||||
toggleOneOsTheme,
|
||||
type OneOsTheme,
|
||||
} from './theme';
|
||||
Reference in New Issue
Block a user