GithubHelp home page GithubHelp logo

有关中文释义 about rime-fast-xhup HOT 6 CLOSED

Hodwe avatar Hodwe commented on June 23, 2024
有关中文释义

from rime-fast-xhup.

Comments (6)

boomker avatar boomker commented on June 23, 2024

目前来说,只能这样实现。英文词典和反查词典还不能合二为一
之前看到未来 Squirrel 版本会支持合二为一的这种词典格式。

from rime-fast-xhup.

Hodwe avatar Hodwe commented on June 23, 2024

好的,谢谢

from rime-fast-xhup.

Hodwe avatar Hodwe commented on June 23, 2024

在这问一个其他的问题:
我看lua新增了最近时间的输入
["/wqt"] = { -2, "前天" },
["/wzt"] = { -1, "昨天" },
["/now"] = { 0, "此刻" },
["/wjt"] = { 0, "今天" },
["/wmt"] = { 1, "明天" },
["/wht"] = { 2, "后天" },
["/wuz"] = { -7, "上周" },
["/wxz"] = { 7, "下周" },
["/wlk"] = { -7, "上周" },
["/wnk"] = { 7, "下周" },
["/wuy"] = { get_month_sameday("before"), "上个月今天" },
["/wxy"] = { get_month_sameday("after"), "下个月今天" },
["/wlm"] = { get_month_sameday("before"), "上个月今天" },
["/wnm"] = { get_month_sameday("after"), "下个月今天" },

我之前有个旧的时间lua,尝试借助ChatGPT融合没有成功,大佬能给一些思路或者帮我融合一下吗?感谢😂
time_translator.txt

from rime-fast-xhup.

boomker avatar boomker commented on June 23, 2024

融合什么功能,我看这个文件包含了很多功能, 我的建议是拆出一部分功能到单独文件里比较好,维护起来比较容易。
看到几千行的代码,有种如临大敌的感觉。比如可以拆成这几块:时间日期; 农历; 节气。

from rime-fast-xhup.

Hodwe avatar Hodwe commented on June 23, 2024

我需要的是:
你的关于时间的lua中的最近时间的相关功能,例如今天、昨天的日期等等,想加进我自己的时间lua中,不行的话我就再弄一个新lua吧

from rime-fast-xhup.

boomker avatar boomker commented on June 23, 2024

你还是弄一个新的吧,或者直接用我的呗,也不用折腾了。

from rime-fast-xhup.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.