Jonson Petard
Jonson Petard
### 需求 / Requirement Script 功能支持 Promise 和 Fetch API * 可能需要修改 QuickJS 亦或者更换执行器 * 未来可能考虑新增 Lua 的执行器 ### 建议实现 / Suggested implements _No response_ ### 备注 / Addition details...
可以引入 [framer-motion](https://www.framer.com/motion/),来构建更自然的过度。 比如说 Modal 组件,部分按钮的交互逻辑,以及可以戳一戳的 Logo 🐱 P.S 是不是可以考虑往 outline 风格过度,以向 Material You 风格迁移?虽然 Material UI 6(Material You 风格化) 的进度不容乐观:https://github.com/mui/material-ui/issues/29345 PP.SS: 或许也可以引入譬如 UnoCSS、Tailwindcss 改善布局的体验 Blocked: https://github.com/mui/material-ui/issues/36695
原因: * Event 回调过于频繁,没有 debounce * 基于 Chromium 的 Webview2 天然存在缺陷 上游问题追踪: * https://github.com/tauri-apps/tauri/issues/4012 * https://github.com/tauri-apps/tauri/issues/6322 * https://github.com/tauri-apps/tauri/issues/5774 变通方法(不能完全解决): * 为 Resize/Move Event 添加 1ns 的线程睡眠:https://github.com/keiko233/clash-nyanpasu/pull/65
vless
Might we should impl vless first? vless basic stream is based on vmess, ref:https://github.com/MetaCubeX/mihomo/blob/Alpha/adapter/outbound/vless.go and grpc based on gun. I can draft a `gun` transport first
Original API abstract definition: ```go r.Get("/", hello) r.Get("/logs", getLogs) r.Get("/traffic", traffic) r.Get("/memory", memory) r.Get("/version", version) r.Get("/configs", getConfigs) r.Put("/configs", updateConfigs) r.Post("/configs/geo", updateGeoDatabases) r.Patch("/configs", patchConfigs) r.Get("/proxies", getProxies) r.Get("/proxies/{name}", getProxy) r.Get("/proxies/{name}/delay", getProxyDelay) r.Put("/proxies/{name}",...
It was blocked by `ring` 0.16, and get supported in `ring` 0.17: These deps are using `ring` 0.16: * boringtun - `master` branch has got merged v0.17 support * hickory-client...
The correct match should be "🤖 ChatGPT"  Currect match rule is "Match", which is not correspond with other core does  Let me have a check later, when I...
Close https://github.com/chipsenkbeil/service-manager-rs/issues/5 use a enum `ServiceStatus` to represent the services state: ```rust pub enum ServiceStatus { NotInstalled, Running, Stopped(Option), // Provide a reason if possible } ``` * [x] finish...
### 需求 / Requirement RT ### 建议实现 / Suggested implements RT ### 备注 / Addition details RT ### Clash Nyanpasu 版本号 / Clash Nyanpasu 1.6.0 ### 是否为 Pre-release / Is...
### 需求 / Requirement Profile 卡片在 Chains 执行出现错误,或者日记包含 `warn`、`error` 时改变卡片颜色,并修改指示器的颜色。用于提醒 Chains 结果。 ### 建议实现 / Suggested implements x ### 备注 / Addition details x ### Clash Nyanpasu 版本号 / Clash...