BrandonStudio

Results 94 comments of BrandonStudio

举例来说,置顶栏有一个菜单,可以通过菜单按钮呼出 但是目前只能通过菜单按钮呼出,右击置顶栏时会呼出浏览器默认菜单而不是程序菜单

Safari: The new Internet Explorer at present time --- 现有的支持iOS的PWA应用是如何实现的?据我所知,OneDrive就提供右键菜单功能

那能不能在保留菜单按钮的前提下,添加对contextmenu的监听?

@ymdzq 我是本身安装了面具APK,但是进橙狐之后选刷入面具,再启动,打开面具APP,显示未安装

@arvinxx 这个项目是还在用过时的functions API结构吗? 1106起OpenAI已经开始推行tools API,和Anthropic的API结构应该是一致的 官方示例 ```js import OpenAI from "openai"; const openai = new OpenAI(); async function main() { const messages = [{"role": "user", "content": "What's the weather like...

Another bad news: {"type":"error","error":{"type":"invalid_request_error","message":"stream: Tool use is not yet supported in streaming mode."}}

初步改了一下应该差不多这样 ```diff diff --git a/package.json b/package.json index cc4da1f7..076e51c2 100644 --- a/package.json +++ b/package.json @@ -79,7 +79,7 @@ }, "dependencies": { "@ant-design/icons": "^5", - "@anthropic-ai/sdk": "^0.18.0", + "@anthropic-ai/sdk": "^0.20.1", "@auth/core": "0.28.0",...

The code had been provided in first post

# Further Details After a further investigation, I give several conclusions: 1. DropGestureRecognizer.Drop and DragGestureRecognizer.DropCompleted events are able to be triggered **if and only if** the dragged item is a...