Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixed config:load_from_file() & config:save_tofile , add Config() #365

Merged
merged 3 commits into from
Oct 27, 2024

Conversation

shewer
Copy link
Contributor

@shewer shewer commented Sep 19, 2024

  • 修正 librime v1.10 以後 使用 class path 參數
  • 增加 an Config( [string])
local config = Config('/temp/aaa.yaml') 
local config = Config()
config:load_from_file( rime_api.get_user_data_dir()  .. "/default.yaml")
config:save_to_file("/tmp/aaa.yaml")

@hchunhui hchunhui merged commit 17b33b6 into hchunhui:master Oct 27, 2024
6 of 12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants