1 parent f0fa169 commit 9d27718Copy full SHA for 9d27718
1 file changed
src/pyrime/__init__.py
@@ -80,12 +80,9 @@ class Commit:
80
81
82
def init(
83
- # shared_data_dir: str = "/usr/share/rime-data",
84
- shared_data_dir: str = "/run/current-system/sw/share/rime-data",
85
- # user_data_dir: str = "/root/.config/ibus/rime",
86
- user_data_dir: str = "/home/wzy/.config/ibus/rime",
87
- # log_dir: str = "/root/.local/share/ptpython/rime",
88
- log_dir: str = "/home/wzy/.local/share/ptpython/rime",
+ shared_data_dir: str = "/usr/share/rime-data",
+ user_data_dir: str = "/root/.config/ibus/rime",
+ log_dir: str = "/root/.local/share/ptpython/rime",
89
distribution_name: str = "Rime",
90
distribution_code_name: str = "pyrime",
91
distribution_version: str = "0.0.1",
0 commit comments