From b3ff9e5a03eb996c64b11d7802f5e61cb99cd037 Mon Sep 17 00:00:00 2001 From: lencx Date: Wed, 7 Feb 2024 19:28:40 +0800 Subject: [PATCH] chore: add readme --- configs/README.md | 7 +++++++ extensions/README.md | 5 +++++ 2 files changed, 12 insertions(+) create mode 100644 extensions/README.md diff --git a/configs/README.md b/configs/README.md index 3744920..e61e22d 100644 --- a/configs/README.md +++ b/configs/README.md @@ -40,3 +40,10 @@ Here is a detailed description of some fields: - `text`: Name - `url`: Link - `dir`: Whether it is a folder, default is `false` + +## Proxy + +Learn more: [electronjs/docs](https://www.electronjs.org/docs/latest/api/session#sessetproxyconfig) + +- `proxyRules`: Rules indicating which proxies to use. +- `proxyBypassRules`: Rules indicating which URLs should bypass the proxy settings. diff --git a/extensions/README.md b/extensions/README.md new file mode 100644 index 0000000..fe33fe4 --- /dev/null +++ b/extensions/README.md @@ -0,0 +1,5 @@ +# Noi Extensions + +Note that Noi does not support the full range of Chrome extensions APIs. See Supported Extensions APIs for more details on what is supported. + +Learn more: [electronjs/doc](https://www.electronjs.org/docs/latest/api/extensions)