ByLiangCheng

Results 6 issues of ByLiangCheng

- 项目名称:TTime - 一款简洁高效的输入、截图、划词翻译软件 - 项目地址:https://github.com/InkTimeRecord/TTime - 项目简介 (**100** 字以内): TTime是一款跨平台的翻译工具,一键安装全局使用,完美替代浏览器、IDEA插件 我们的核心功能包括:通过简单的快捷键,可以轻松触发输入翻译、截图翻译、划词翻译等功能,无需额外的步骤或工具 TTime的目标是提高工作效率,无论是在编写代码、浏览网页,还是阅读文件,都能提供即时、准确的翻译服务 更重要的是,TTime支持17种翻译源,包括Google翻译、百度翻译、DeepL、OpenAI(ChatGPT)翻译等,并支持200多种语言的翻译 - 项目截图 (**6**张以内): **明亮模式** ![translate](https://github.com/521xueweihan/HelloGitHub/assets/45414993/c1d5d6ea-b505-4ce1-a372-4493daf92641) **暗黑模式** ![translate-dark](https://github.com/521xueweihan/HelloGitHub/assets/45414993/c70f4f39-d102-4097-b7a9-37097c9c0f2c) **输入翻译(默认快捷键:Alt + Q)** ![input](https://github.com/521xueweihan/HelloGitHub/assets/45414993/6e8b0bc0-7b87-4c3b-bc94-e05e320f3b04) **截图翻译(默认快捷键:Alt + W)** ![screenshot](https://github.com/521xueweihan/HelloGitHub/assets/45414993/854a73da-da06-44ae-af2e-559dd72ae265) **划词翻译(默认快捷键:Alt...

Mac M1芯片的不支持吗? ``` npm install --save rubickbase 安装提示: npm ERR! code EBADPLATFORM npm ERR! notsup Unsupported platform for [email protected]: wanted {"os":"linux,win32,darwin","arch":"x64"} (current: {"os":"darwin","arch":"arm64"}) npm ERR! notsup Valid OS: linux,win32,darwin npm...

由于我是基于Electron开发,打包时是做跨平台分发 当在Mac环境下打包arm64和64两个版本的包时,有这么一个问题: 我的Mac电脑是M1的芯片,打包后的文件为:node-screenshots.darwin-arm64.node,这种情况下是没错的 但是当我需要打包64位版本时,打包后出现的也是node-screenshots.darwin-arm64.node 我现在的解决办法时在windows的虚拟机上部署了mac系统,然后在虚拟机内打包的64位 而如果在虚拟机内打包arm64时,打包后出现的也是node-screenshots.darwin-64.node

![ef1a7e01a1e262c186451359449bbc0](https://user-images.githubusercontent.com/45414993/228441540-68295203-5dfe-44a2-a3e3-987424882315.png) Windows10的版本为专业版 如图所示,只要应用窗口页面引入了包:import { Screenshots } from 'node-screenshots' 在启动的时候,部分windows10系统就会提示图中的这个错误,导致应用无法启动 目前部分电脑的解决方案是重新更新了电脑dll库解决的,还有部分目前无法解决 这个有更好的解决方案吗?

When I set the contentFillsEntireScreen of the BottomPopup popup to true, and then another BottomPopup pops up under this popup, the contentFillsEntireScreen of this popup is false, and the height...

Hello, when I use NavigationView 1.1.3 and https://github.com/guoyingtao/Mantis 2.21.0 at the same time, NavigationView will cause drag errors in Mantis When NavigationView is not used: https://github.com/user-attachments/assets/c1e6f753-5d4e-4e6a-a3a0-1f532e64df3b After using NavigationView: https://github.com/user-attachments/assets/5e823950-6e66-46af-998b-9747f62b8011...