From 895c0a582b0eae3d9935724f7f83a79cf11737e0 Mon Sep 17 00:00:00 2001 From: liuyafei Date: Thu, 16 Nov 2023 14:58:01 +0800 Subject: [PATCH] feat::sparkles: init --- Function.md | 15 +++++++++++++++ FunctionEvent.md | 4 ++++ Operation.md | 1 + 3 files changed, 20 insertions(+) create mode 100644 Function.md create mode 100644 Operation.md diff --git a/Function.md b/Function.md new file mode 100644 index 0000000..f7b71b0 --- /dev/null +++ b/Function.md @@ -0,0 +1,15 @@ +## 函数事件流函数 + +```js +function(event, op) { + +} +``` +### 参数 +* event +class [FunctionEvent](./FunctionEvent.md) + +* op +class [Operation](./Operation.md) + + diff --git a/FunctionEvent.md b/FunctionEvent.md index e69de29..ef2faa3 100644 --- a/FunctionEvent.md +++ b/FunctionEvent.md @@ -0,0 +1,4 @@ +#### FunctionEvent + + + diff --git a/Operation.md b/Operation.md new file mode 100644 index 0000000..38b604e --- /dev/null +++ b/Operation.md @@ -0,0 +1 @@ +#### Operation \ No newline at end of file