惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

G
Google Developers Blog
S
SegmentFault 最新的问题
Jina AI
Jina AI
D
DataBreaches.Net
人人都是产品经理
人人都是产品经理
罗磊的独立博客
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
爱范儿
爱范儿
大猫的无限游戏
大猫的无限游戏
C
Check Point Blog
酷 壳 – CoolShell
酷 壳 – CoolShell
WordPress大学
WordPress大学
博客园 - 三生石上(FineUI控件)
B
Blog
博客园 - 【当耐特】
博客园 - Franky
M
MIT News - Artificial intelligence
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
L
LangChain Blog
MyScale Blog
MyScale Blog
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
博客园 - 叶小钗
Last Week in AI
Last Week in AI
Engineering at Meta
Engineering at Meta

回忆中的明天

自己写一个Web 端的MiMo TTS Chat,方便实现文本转语音,API限免中 · 回忆中的明天 NVIDIA NIM 开发平台,提供超多免费大模型 · 回忆中的明天 iTranslation 简单快捷的翻译软件,支持数十种语言互译 · 回忆中的明天 国内外免费大模型平台,支持 API 调用的超多免费大模型 · 回忆中的明天 SiliconFlow 硅基流动一站式大模型云服务平台,提供超多免费大模型 · 回忆中的明天 Xiaomi MiMo 小米大模型团队开发的大语言模型,开源限免中…… · 回忆中的明天 BigModel 智谱大模型开放平台,提供超多自研免费大模型 · 回忆中的明天 OpenRouter 模型聚合平台,提供超多免费模型使用 · 回忆中的明天 iReader 英语点读学习系统,译林小学英语在线点读 · 回忆中的明天 ZenMux 企业级大模型聚合平台,提供免费试用模型 Gemini 3 Pro · 回忆中的明天 英语学习,新概念英语在线点读、全文朗读学习系统 · 回忆中的明天 iGSTT(Gemini STT) 开源免费的语音转文本(STT)的命令行工具 · 回忆中的明天 Python 项目打包,并上传到 PyPI,分享项目 · 回忆中的明天 iGTTS(Gemini TTS) 开源免费的文本转语音(TTS)的命令行工具 · 回忆中的明天 iChat(AI Chat) 智能聊天工具,支持 MiMo、DeepSeek、Gemini、Grok、OpenAI和自定义AI · 回忆中的明天 NanoPi R2S 安装 Debian 固件系统,旁路由网络代理内网转发,决解直连网络卡顿 nftables · 回忆中的明天 NanoPi R2S Armbian Linux 旁路由网络代理内网转发,决解直连网络卡顿 iptables · 回忆中的明天 sing-box rule-set · 回忆中的明天 Xcode 最全最实用的快捷键列表 · 回忆中的明天 SwiftUI 中的@State、@Bindable和@Binding · 回忆中的明天 免费的图床服务器-GitHub Pages · 回忆中的明天 A Free Native Image Uploading Tool for macOS · 回忆中的明天 免费的图床服务器-Cloudflare-R2 · 回忆中的明天 图传 (iUploader) - macOS 免费原生图床上传利器 · 回忆中的明天 本地无法加载托管到Cloudflare中的图片等资源,权限错误403 · 回忆中的明天 国内、外免费公共的DNS,支持的DoH,防止污染、篡改的问题 · 回忆中的明天 macOS 系统下载和安装 · 回忆中的明天 使用 CURL 命令调试和诊断网络问题,网站请求测速 · 回忆中的明天 WARP Beta for macOS 支持新协议 MASQUE · 回忆中的明天 2024年自用国外靠谱的 VPS 服务器推荐 · 回忆中的明天
RIME 鼠须管输入法使用,免费开源还可以自定义词库 · 回忆中...
2021-11-25 · via 回忆中的明天
# default.custom.yaml
patch:
        schema_list:
                - schema: wubi86            #五笔86
                - schema: pinyin_simp       #拼音
                - schema: wubi_pinyin       #混拼
# squirrel.custom.yaml
patch:
        style:
                font_point: 18          #字号
                horizontal: true        #横栏显示
                font_face: melo         #字体
                color_scheme: native    #样式,内置多个样式,可以在squirrel.yaml查看
patch:
    ascii_composer:
        good_old_caps_lock: false/true      # `true` 大写、`false` 小写
# default.custom.yaml
patch:
    ascii_composer:
        good_old_caps_lock: false           #  true 大写 、false 小写
        switch_key:
                Caps_Lock: commit_code      # 编码字符上屏
                Shift_L: noop               # 屏蔽
                Shift_R: noop
                Control_L: noop
                Control_R: noop
# wubi_pinyin.schema.yaml 
# 修改自己想修改的输入方案配置文件(xxx.schema.yaml)
punctuator: 
        import_preset: default  # default/symbols
# default.custom.yaml
patch:
        punctuator: 
                full_shape:     #全角符号
                        " ": {commit: " "}
                        "!": {commit: "!"}
                        "\"": {pair: ["“", "”"]}
                        "#": ["#", "⌘"]
                        "$": ["¥", "$", "€", "£", "¥", "¢", "¤", "₩"]
                        "%": ["%", "°", "℃"]
                        "&": "&"
                        "'": {pair: ["‘", "’"]}
                        "(": "("
                        ")": ")"
                        "*": ["*", "·", "・", "×", "※", "❂"]
                        "+": "+"
                        ",": {commit: ","}
                        "-": "-"
                        .: {commit: "。"}
                        "/": ["/", "÷"]
                        ":": {commit: ":"}
                        ";": {commit: ";"}
                        "<": ["《", "〈", "«", "‹"]
                        "=": ["=", "々", "〃"]
                        ">": ["》", "〉", "»", "›"]
                        "?": {commit: "?"}
                        "@": ["@", "☯"]
                        "[": ["「", "【", "〔", "[", "〚", "〘"]
                        "\\": ["、", "\"]
                        "]": ["」", "】", "〕", "]", "〛", "〙"]
                        "^": {commit: "……"}
                        _: "——"
                        "`": "`"
                        "{": ["『", "〖", "{"]
                        "|": ["·", "|", "§", "¦"]
                        "}": ["』", "〗", "}"]
                        "~": "~"
                half_shape:     #半角符号
                        "!": {commit: "!"}
                        "\"": {pair: ["“", "”"]}
                        # "#": ["#", "№"]
                        "$": ["¥", "$", "€", "£", "¥", "¢", "¤", "₩"]
                        "%": ["%", "%", "°", "℃", "‰", "‱", "℉", "℅", "℆", "℀", "℁", "⅍"]
                        "&": "&"
                        "'": {pair: ["‘", "’"]}
                        # "(": "("
                        # ")": ")"
                        # "*": ["*", "*", "·", "・", "×", "※", "❂", "⁂", "☮", "☯", "☣"]
                        "+": "+"
                        ",": {commit: ","}
                        "-": "-"
                        .: {commit: "。"}
                        "/": ["、", "、", "/", "/", "÷"]
                        ":": {commit: ":"}
                        ";": {commit: ";"}
                        "<": ["《", "〈", "«", "‹", "˂", "˱"]
                        "=": ["=", "々", "〃"]
                        ">": ["》", "〉", "»", "›", "˃", "˲"]
                        "?": {commit: "?"}
                        "@": ["@", "©", "®", "℗"]
                        # "[": ["「", "【", "〔", "[", "〚", "〘"]
                        # "]": ["」", "】", "〕", "]", "〛", "〙"]
                        "\\": ["、", "\\", "\"]
                        "^": {commit: "……"}
                        _: "——"
                        # "`": ["`", "‵", "‶", "‷", "′", "″", "‴", "⁗"]
                        "{": ["『", "〖", "{"]
                        "}": ["』", "〗", "}"]
                        "|": ["·", "・", "|", "|", "§", "¦", "‖", "︴"]
                        "~": ["~", "~", "˜", "˷", "ⸯ", "≈", "≋", "≃", "≅", "≇", "∽", "⋍", "≌", "﹏", "﹋", "﹌", "︴"]