tp-cmo32e7zifwduiq41xue25do84deqa6pqwlz947rn6gbwygqLdodododo 佬友们 自行把最后的大写及后续的字符串干掉就能正常用了 1 个帖子 - 1 位参与者 阅读完整话题
解决办法:关闭powertoys中的FancyZones reference: https://www.reddit.com/r/techsupport/comments/1439ii1/when_i_hold_the_shift_key_other_keys_stop/ 1 个帖子 - 1 位参与者 阅读完整话题
姿势:翻墙abc后换电信热点,chrome 无痕模式,纯拼音,大写。邮编写的200000. 2 个帖子 - 2 位参与者 阅读完整话题
IT之家 5 月 16 日消息,微软 XBOX 业务负责人阿莎 · 夏尔玛(Asha Sharma)今天在 X 平台发布推文,基于此前近 2 万网友的投票结果, 已将官方账号调整为全大写 @XBOX。 本次更名可以追溯到夏尔玛发起的一次公开投票,她询问用户,微软后续应使用“Xbox”还是“XBOX”。 根据 19176 名网友的投票结果,35.2% 的网友支持 Xbox,64.8% 的用户支持改为全大写 XBOX。 IT之家发稿前,查询 XBOX 的 Instagram 和 Threads 平台,目前尚未跟进调整,依然显示为“Xbox”。 Threads 平台依然显示为 Xbox Instagram 平台显示为 Xbox 科技媒体 The Verge 解读认为,从历史看,XBOX 并非新概念,反而带有“回归原点”的意味。微软最初的 Xbox 主机 Logo 本就采用全大写形式,后来的 Xbox 360、Xbox One,以及 Xbox Series X/S,也都长期保留类似的大写视觉传统。如今再度强调“XBOX”,本质上是在借老符号强化品牌连续性与辨识度。
原版的默认主题字体小,然后英文又全是大写,看着脑子都发晕 花了10分钟让ai改了下字体,取消了uppercase全大写的分格,效果如下图 虽然也就那样,但稍微看起来顺眼了点 // ==UserScript== // @name Hermes Dashboard Typography Tweak // @namespace local.hermes.typography // @version 1.0.0 // @description Improve the font stack and basic text rendering on Hermes dashboard pages. // @match http://127.0.0.1:9119/* // @run-at document-start // @grant none // ==/UserScript== (function () { "use strict"; const STYLE_ID = "hermes-typography-tweak"; const css = ` :root { --tm-font-sans: "Inter", "Avenir Next", Avenir, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei UI", "Noto Sans CJK SC", "Segoe UI", sans-serif; --tm-font-mono: "SFMono-Regular", "SF Mono", "Cascadia Code", "JetBrains Mono", Menlo, Consolas, monospace; } html, body, body *:not(svg):not(svg *):not(pre):not(code):not(kbd):not(samp):not([data-no-font-tweak="true"]) { font-family: var(--tm-font-sans) !important; font-size: 14px !important; line-height: 1.55 !important; letter-spacing: 0 !important; font-feature-settings: "cv02", "cv03", "cv04", "cv11"; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; } body { font-weight: 450 !important; } h1, h2, h3, h4, h5, h6, [role="heading"], .title, .heading, [class*="title"], [class*="heading"], [class*="Title"], [class*="Heading"], .logo, [class*="logo"], nav a, aside a, [role="navigation"] a, button, input, textarea, select, label, th, td, summary { font-family: var(--tm-font-sans) !important; letter-spacing: -0.01em !important; } h1, h2 { font-weight: 750 !important; line-height: 1.12 !important; } h3, h4, h5, h6 { font-weight: 700 !important; line-height: 1.2 !important; } a, button { text-decoration-thickness: 0.08em; text-underline-offset: 0.16em; } nav a, aside a, [role="navigation"] a { font-size: 0.95rem !important; font-weight: 600 !important; text-transform: none !important; } .uppercase, [class*="uppercase"] { text-transform: none !important; letter-spacing: 0.01em !important; } code, pre, kbd, samp { font-family: var(--tm-font-mono) !important; font-size: 0.95em !important; } input, textarea, select, button { font-size: 14px !important; line-height: 1.35 !important; } ::placeholder { opacity: 0.6; } ::selection { background: rgba(88, 220, 195, 0.25); color: inherit; } img, svg, video, canvas { image-rendering: auto; } `; function inject() { if (document.getElementById(STYLE_ID)) return; const style = document.createElement("style"); style.id = STYLE_ID; style.textContent = css; (document.head || document.documentElement).appendChild(style); } if (document.readyState === "loading") { document.addEventListener("DOMContentLoaded", inject, { once: true }); } else { inject(); } })(); 1 个帖子 - 1 位参与者 阅读完整话题
刚刚才发现模型列表是小写,测试是大写,其他软件获取的模型列表是小写用不了,这什么bug 1 个帖子 - 1 位参与者 阅读完整话题