remarkable云

差别

这里会显示出您选择的修订版和当前版本之间的差别。

到此差别页面的链接

两侧同时换到之前的修订记录 前一修订版
后一修订版
前一修订版
start [2025/09/21 22:41]
老陶
start [2026/03/24 21:18] (当前版本)
老陶 [如何手动安装字体的指令]
行 7: 行 7:
 </div> <div style="text-align: center; margin-top: 20px;"> </div> <div style="text-align: center; margin-top: 20px;">
  
-<h3 style="color: #333; margin-bottom: 15px;">remarkable插件管理程序</h3> <p style="color: #666; margin-bottom: 20px;">我们开发的remarkable插件管理程序,专注于字体管理和设备优化。</p> <p style="color: #888; font-size: 14px; margin-bottom: 25px;">版本: v1.0.0 | 功能: 字体管理、设备优化、插件安装</p>+<h3 style="color: #333; margin-bottom: 15px;">remarkable插件管理程序(暂未上线)</h3> <p style="color: #666; margin-bottom: 20px;">我们开发的remarkable插件管理程序,专注于字体管理和设备优化。</p> <p style="color: #888; font-size: 14px; margin-bottom: 25px;">版本: v1.0.0 | 功能: 字体管理、设备优化、插件安装</p>
  
 </div> <div style="text-align: center; margin-top: 20px;"> </div> <div style="text-align: center; margin-top: 20px;">
  
-<a href="https://example.com/remarkable-mac.dmg" style="display: inline-flex; align-items: center; justify-content: center; padding: 8px 16px; margin-right: 20px; background: transparent; color: #333; border: 2px solid #333; text-decoration: none; transition: all 0.3s; font-size: 16px; border-radius: 5px;" onmouseover="this.style.color='#BE4242'; this.style.borderColor='#BE4242';" onmouseout="this.style.color='#333'; this.style.borderColor='#333';">macOS版本</a> <a href="https://example.com/remarkable-windows.zip" style="display: inline-flex; align-items: center; justify-content: center; padding: 8px 16px; background: transparent; color: #333; border: 2px solid #333; text-decoration: none; transition: all 0.3s; font-size: 16px; border-radius: 5px;" onmouseover="this.style.color='#BE4242'; this.style.borderColor='#BE4242';" onmouseout="this.style.color='#333'; this.style.borderColor='#333';">Windows版本</a>+<a href="https://example.com/remarkable-mac.dmg" style="display: inline-flex; align-items: center; justify-content: center; padding: 8px 16px; margin-right: 20px; background: transparent; color: #333; border: 2px solid #333; text-decoration: none; transition: all 0.3s; font-size: 16px; border-radius: 5px;" onmouseover="this.style.color='#BE4242'; this.style.borderColor='#BE4242';" onmouseout="this.style.color='#333'; this.style.borderColor='#333';">macOS版本</a> <a href="https://remarkable.oss-cn-hangzhou.aliyuncs.com/pcclient/win/apprmtt.exe?Expires=1758504392&OSSAccessKeyId=TMP.3KnJ3GMNcGKgkyyvZD46hxEbH6K3XPNS7KWzcp7dLm5PDQnFbzxQ1JDC66HRe5eVf5apB1aaEkMuPaztTM96V6dv1sAZYu&Signature=pqKZH3uBokh0TZG2N6RuR4LB5ds%3D" style="display: inline-flex; align-items: center; justify-content: center; padding: 8px 16px; background: transparent; color: #333; border: 2px solid #333; text-decoration: none; transition: all 0.3s; font-size: 16px; border-radius: 5px;" onmouseover="this.style.color='#BE4242'; this.style.borderColor='#BE4242';" onmouseout="this.style.color='#333'; this.style.borderColor='#333';">Windows版本</a>
  
 </div> <div style="text-align: center; margin-top: 30px;"> </div> <div style="text-align: center; margin-top: 30px;">
行 27: 行 27:
 当然首先你要进入开发者模式 当然首先你要进入开发者模式
  
-之后执行指令: +之后执行指令: 跟大家解释一下含义,下面是两段指令,分别下载字体到两个目录,一个官方默认推荐的用户目录,一个是系统目录,目前升级以后,系统目录的内容会被清理掉。还有个问题是如果上了密码,目前用户目录的字体会失效,所以下面就有了两套目录的下载过程。 
-跟大家解释一下含义,下面是两段指令,分别下载字体到两个目录,一个官方默认推荐的用户目录,一个是系统目录,目前升级以后,系统目录的内容会被清理掉。还有个问题是如果上了密码,目前用户目录的字体会失效,所以下面就有了两套目录的下载过程。+ 
 +如果你是mac可以复制粘贴这个,注意下面的A5Xfl8TwbK要改成你从视频教程里面看到的位置你自己对应的密码,不是视频里面的哦
 <code> <code>
-mount -o remount,rw / +curl -L -o /tmp/NotoSansSC-Regular.ttf "https://remarkable.oss-cn-hangzhou.aliyuncs.com/pcclient/otherfile/NotoSansSC-Regular.ttf" && \ 
-mkdir -p /home/root/.local/share/fonts &&  wget https://remarkable.oss-cn-hangzhou.aliyuncs.com/pcclient/otherfile/NotoSansSC-Regular.ttf -O /home/root/.local/share/fonts/NotoSansSC-Regular.ttf && fc-cache -f && echo INSTALL_DONE +cat << 'EOF' > /tmp/rm_install.exp 
-mount -o remount,rw / +set timeout -1 
-wget https://remarkable.oss-cn-hangzhou.aliyuncs.com/pcclient/otherfile/NotoSansSC-Regular.ttf -O /usr/share/fonts/ttf/noto/NotoSansSC-Regular.ttf && fc-cache -f && echo INSTALL_DONE+set pass "A5Xfl8TwbK\r" 
 + 
 +spawn ssh -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null root@10.11.99.1 "mount -o remount,rw / && mkdir -p /home/root/.local/share/fonts /usr/share/fonts/ttf/noto" 
 +expect "*assword*" { send $pass } 
 +expect eof 
 + 
 +spawn scp -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null /tmp/NotoSansSC-Regular.ttf root@10.11.99.1:/home/root/.local/share/fonts/NotoSansSC-Regular.ttf 
 +expect "*assword*" { send $pass } 
 +expect eof 
 + 
 +spawn ssh -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null root@10.11.99.1 "cp /home/root/.local/share/fonts/NotoSansSC-Regular.ttf /usr/share/fonts/ttf/noto/ && chmod 644 /home/root/.local/share/fonts/NotoSansSC-Regular.ttf /usr/share/fonts/ttf/noto/NotoSansSC-Regular.ttf && fc-cache -f && mount -o remount,ro / && systemctl restart xochitl && echo ====INSTALL_DONE====" 
 +expect "*assword*" { send $pass } 
 +expect eof 
 +EOF 
 +expect /tmp/rm_install.exp
 </code> </code>
 +如果你是windows暂时先委屈一下,还没研究windows一键操作的
 +<code>
 +mount -o remount,rw / && mkdir -p /home/root/.local/share/fonts /usr/share/fonts/ttf/noto && wget https://remarkable.oss-cn-hangzhou.aliyuncs.com/pcclient/otherfile/NotoSansSC-Regular.ttf -O /home/root/.local/share/fonts/NotoSansSC-Regular.ttf && cp /home/root/.local/share/fonts/NotoSansSC-Regular.ttf /usr/share/fonts/ttf/noto/ && fc-cache -f && echo INSTALL_DONE
 +
 +</code>
 +
  
 ===== 快速导航 ===== ===== 快速导航 =====