From 18496efd5f2089ef36d1a98d61240c64dc224e1b Mon Sep 17 00:00:00 2001 From: v1xingyue Date: Thu, 2 Nov 2023 14:35:05 +0800 Subject: [PATCH] add module4 --- docs/module4/_category_.json | 4 ++++ docs/module4/background.mdx | 5 +++++ docs/module4/message.mdx | 5 +++++ docs/module4/remote.mdx | 5 +++++ docs/module4/storage.mdx | 5 +++++ 5 files changed, 24 insertions(+) create mode 100644 docs/module4/_category_.json create mode 100644 docs/module4/background.mdx create mode 100644 docs/module4/message.mdx create mode 100644 docs/module4/remote.mdx create mode 100644 docs/module4/storage.mdx diff --git a/docs/module4/_category_.json b/docs/module4/_category_.json new file mode 100644 index 0000000..99dd7b3 --- /dev/null +++ b/docs/module4/_category_.json @@ -0,0 +1,4 @@ +{ + "label": "外部通信", + "position": 5 +} diff --git a/docs/module4/background.mdx b/docs/module4/background.mdx new file mode 100644 index 0000000..88bcde4 --- /dev/null +++ b/docs/module4/background.mdx @@ -0,0 +1,5 @@ +--- +sidebar_position: 1 +--- + +# Background Service Worker diff --git a/docs/module4/message.mdx b/docs/module4/message.mdx new file mode 100644 index 0000000..a07073a --- /dev/null +++ b/docs/module4/message.mdx @@ -0,0 +1,5 @@ +--- +sidebar_position: 2 +--- + +# Message API diff --git a/docs/module4/remote.mdx b/docs/module4/remote.mdx new file mode 100644 index 0000000..7e2aa9a --- /dev/null +++ b/docs/module4/remote.mdx @@ -0,0 +1,5 @@ +--- +sidebar_position: 5 +--- + +# Remote Code diff --git a/docs/module4/storage.mdx b/docs/module4/storage.mdx new file mode 100644 index 0000000..b5550c7 --- /dev/null +++ b/docs/module4/storage.mdx @@ -0,0 +1,5 @@ +--- +sidebar_position: 3 +--- + +# Storage