docs(architecture): consolidate domain protocols

This commit is contained in:
2026-07-21 10:08:12 +08:00
parent 8d6fe1e550
commit 17e5656f53
11 changed files with 524 additions and 149 deletions
+1 -3
View File
@@ -1,8 +1,6 @@
"use client";
/**
* PaymentContext:基于 XState v5 的 React Context Provider
*/
/** Route UI reads this projection instead of the Payment machine snapshot. */
import type { Dispatch, ReactNode } from "react";
import { createActorContext, shallowEqual } from "@xstate/react";
import type { SnapshotFrom } from "xstate";