扩展氢能站点、加氢记录与台账原型链路,新增工作台、车辆资产 H5、自营物流等原型,并同步导航注册、PRD 资源与交付技能。

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
王冕
2026-07-21 17:15:39 +08:00
parent e39df1c7c8
commit a01d2ab708
242 changed files with 102296 additions and 4866 deletions

View 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';