Activity Feed
Sort by
羅
羅常瑋(Ausir)
關於繁體中文,在正式推出前
這裡提供一個我的實做
但缺點使用後就無法再看到簡體
首先你要先下載 繁媛明朝/黑體 他可以支援 opencc 的簡繁轉換變體字型
https://github.com/ayaka14732/FanWunMing
安裝好後,使用油猴為所有的網站加入 CSS
(function () {
  'use strict';
  // Your code here...
  const style = document.createElement('style');
  style.innerHTML = `
      .xt-dual {
        border-left: 5px solid #7300e0;
        padding-left: 10px;
        border-start-start-radius: 0.5rem;
        border-end-start-radius: 0.5rem;
        font-family: "繁媛明朝 TW" !important;
        letter-spacing: normal !important;
      }
      .trancy-secondary-subtitle {
        font-family: "繁媛明朝 TW" !important;
        letter-spacing: normal !important;
      }
    `;
  document.head.appendChild(style);
})();
接下來您就可以使用繁體中文的 trancy 翻譯字幕
羅
羅常瑋(Ausir)
繁中+1

柴大
繁中plz

Ku Chou
沒錯,許願能有繁中選項 ❤️

Trancy Admin
marked this post as
planned

Trancy Admin
你还,感谢你的反馈,繁体中文在路上,后续的版本更新会支持的









