Kaynağa Gözat

Merge branch 'main' into rime-frost

Dew-OF-Aurora 2 hafta önce
ebeveyn
işleme
22294bb86b
2 değiştirilmiş dosya ile 4 ekleme ve 0 silme
  1. 2 0
      os/LinuxDistro.rb
  2. 2 0
      os/Windows.rb

+ 2 - 0
os/LinuxDistro.rb

@@ -73,6 +73,8 @@ https://wiki.archlinux.org/title/Rime
         puts intro
         system("cp ./custom/*.yaml #{Store.config_path}/")
         sleep 1
+        system("cp ./custom/custom_phrase.txt #{Store.config_path}/")
+        sleep 1
         return :next
       end
     end

+ 2 - 0
os/Windows.rb

@@ -59,6 +59,8 @@ You can download Rime from: https://rime.im/download/
         puts intro
         system("copy .\\custom\\*.yaml #{Store.config_path}")
         sleep 1
+        system("copy .\\custom\\custom_phrase.txt #{Store.config_path}")
+        sleep 1
         return :next
       end
     end