chore: add readme

This commit is contained in:
lencx
2024-02-07 19:28:40 +08:00
parent 6c1e17f84f
commit b3ff9e5a03
2 changed files with 12 additions and 0 deletions

View File

@@ -40,3 +40,10 @@ Here is a detailed description of some fields:
- `text`: Name - `text`: Name
- `url`: Link - `url`: Link
- `dir`: Whether it is a folder, default is `false` - `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.

5
extensions/README.md Normal file
View File

@@ -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)