This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | # [zh-cn]前言:你可以通过下面的方法一步一步在服务器配置EFB | |
| # [en]Prefix: You can follow the commands to set up your EFB on your VPS. | |
| # [zh-cn]注意:这不是一个自动化脚本,仅提供思路和步骤参考 | |
| # [en]Caution: This is not a sh file, only cover with my way to success. | |
| # Ubuntu 16.04.3 LTS / 18.04 LTS with sudo | |
| # [zh-cn]首先,升级你的软件包并安装所需的依赖 | |
| sudo apt update && sudo apt upgrade -y && | |
| sudo apt install wget curl screen vim ffmpeg libmagic-dev libwebp-dev libsqlite3-dev -y | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | # 中西文切換鍵的默認設置寫在 default.yaml 裏面 | |
| # 以下的 default.custom.yaml 在全局範圍重定義該組快速鍵 | |
| # | |
| # 可用的按鍵有 Caps_Lock, Shift_L, Shift_R, Control_L, control_R | |
| # Mac 系統上的鼠鬚管不能區分左、右,因此只有對 Shift_L, Control_L 的設定起作用 | |
| # | |
| # 已輸入編碼時按切換鍵,可以進一步設定輸入法中西文切換的形式。 | |
| # 可選的臨時切換策略有三: | |
| # inline_ascii 在輸入法的臨時西文編輯區內輸入字母、數字、符號、空格等,回車上屏後自動復位到中文 | |
| # commit_text 已輸入的候選文字上屏並切換至西文輸入模式 |