Skip to content

2.4.20_update asar

Compare
Choose a tag to compare
@Reamd7 Reamd7 released this 19 Sep 17:01
· 14 commits to main since this release

window / mac 平台上自动注入 asar 的程序

!! 注意 window 下路径一定不能用 \ 分割 ,要用 /.
!! 例如:

version = "2.4.20"
# 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"