forked from Reamd7/notion-zh_CN
-
Notifications
You must be signed in to change notification settings - Fork 0
/
env.toml
25 lines (20 loc) · 948 Bytes
/
env.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
version = "3.0.2"
notionVersion = "23.13.0.198"
# Default `%appdata%/../Local/Programs/Notion`
# window 下指定Notion路径,修改 folder,注意 不能为 C:\Users\用户名\AppData\Local\Programs\Notion,必须为 C:/Users/用户名/AppData/Local/Programs/Notion
folder = "C:/Users/用户名/AppData/Local/Programs/Notion"
# mac 下指定Notion路径
# folder = "/Applications/Notion.app/"
# 通用自动识别
# folder = "~"
# Use local
# - zh_CN -
# local_url="Notion-zh_CN.js"
# - zh_TW -
# local_url="Notion-zh_TW.js"
# Use remote
# - zh_CN -
remote_url="https://greasyfork.org/scripts/430116-notion-zh-cn-notion%E7%9A%84%E6%B1%89%E5%8C%96%E8%84%9A%E6%9C%AC/code/Notion-zh_CN%20notion%E7%9A%84%E6%B1%89%E5%8C%96%E8%84%9A%E6%9C%AC.user.js"
# remote_url="https://raw.githubusercontent.com/Reamd7/notion-zh_CN/main/notion-zh_CN.js"
# - zh_TW -
# remote_url="https://raw.githubusercontent.com/Reamd7/notion-zh_CN/main/notion-zh_TW.js"