Notion设置中文方法

Notion设置中文方法

💡
:该方法仅适用Noiton浏览器端
1、用谷歌浏览器 Chrome 打开 Noiton 页面,右键选择 “检查”或 F12。
notion image
2、从右边弹出的“检查”窗口 点击 console 标签。
notion image
3、复制以下代码。
var xhr=new XMLHttpRequest;xhr.open("POST","/api/v3/setlocale",true);xhr.setRequestHeader("content-type","application/json");var sendData={locale:"zh-CN"};xhr.send(JSON.stringify(sendData));
4、粘贴回车重启浏览器即可。
notion image
notion image