mirror of
https://github.com/lencx/Noi.git
synced 2026-01-04 19:31:20 +01:00
chore: add readme
This commit is contained in:
@@ -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
5
extensions/README.md
Normal 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)
|
||||||
Reference in New Issue
Block a user