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

添加了两个外观样式,一个计算器功能,以及两套切换输入状态图标 #154

Closed
wants to merge 10 commits into from

Commits on Nov 5, 2024

  1. Add files via upload

    xcc3306 authored Nov 5, 2024
    Configuration menu
    Copy the full SHA
    dd80980 View commit details
    Browse the repository at this point in the history
  2. Delete calculator.lua

    xcc3306 authored Nov 5, 2024
    Configuration menu
    Copy the full SHA
    c439dc6 View commit details
    Browse the repository at this point in the history
  3. 计算器的lua

    添加计算器的lua文件
    xcc3306 authored Nov 5, 2024
    Configuration menu
    Copy the full SHA
    9c70d7f View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2024

  1. 1.给所有输入方案中都加入了计算器功能,通过大写V触发,涉及的方案文件分别为

    (1)double_pinyin.schema.yaml(自然码双拼-薄荷定制)
    (2)double_pinyin_abc.schema.yaml(智能ABC双拼-薄荷定制)
    (3)double_pinyin_flypy.schema.yaml(小鹤双拼-薄荷定制)
    (4)double_pinyin_mspy.schema.yaml(微软双拼-薄荷定制)
    (5)double_pinyin_sogou.schema.yaml(搜狗双拼-薄荷定制)
    (6)double_pinyin_ziguang.schema.yaml(紫光双拼-薄荷定制)
    (7)rime_mint.schema.yaml(薄荷拼音-全拼输入)
    (8)rime_mint_flypy.schema.yaml(薄荷拼音-小鹤混输)
    (9)terra_pinyin.schema.yaml(地球拼音-薄荷定制)
    (10)wubi86_jidian.schema.yaml(五笔86-极点五笔)
    (11)wubi98_mint.schema.yaml(五笔98-五笔小筑)
    2.新增加了两套皮肤样式,分别为亮色主题的极简白和暗色主题的极简墨。
    涉及到的文件为:weasel.yaml
    xcc3306 committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    463fd1b View commit details
    Browse the repository at this point in the history
  2. 1.添加图标文件。

    说明:在项目根目录下新增一个 icons文件夹,里面放着后缀为.ico的图标文件
    xcc3306 committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    66ebdbb View commit details
    Browse the repository at this point in the history
  3. 修改方案文件中输入法显示的图标样式

    涉及的文件有:
    (1)icons文件夹(其中包含了两套图标)
    (2)double_pinyin.schema.yaml
    (3)double_pinyin_abc.schema.yaml
    (4)double_pinyin_flypy.schema.yaml
    (5)double_pinyin_mspy.schema.yaml
    (6)double_pinyin_sogou.schema.yaml
    (7)double_pinyin_ziguang.schema.yaml
    (8)rime_mint.schema.yaml
    (9)rime_mint_flypy.schema.yaml
    (10)terra_pinyin.schema.yaml
    (11)wubi86_jidian.schema.yaml
    (12)wubi98_mint.schema.yaml
    xcc3306 committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    55ab365 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    82c026d View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2024

  1. 1.关闭default.yaml文件中,F4切换方案按键

    2.更改weasel.yaml文件中默认的配色方案为碧皓青
    xcc3306 committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    bf1b516 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    178e380 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8a8e7a7 View commit details
    Browse the repository at this point in the history