V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX  ›  llsongll  ›  全部回复第 2 页 / 共 6 页
回复总数  105
1  2  3  4  5  6  
363 天前
回复了 llsongll 创建的主题 问与答 arc 临时页面到底好用不好用
@muunala10221 #2 大概意思是我认为临时页面的作用在于减少打开多个标签页,但是不知道这个功能对于浏览网页来说,有没有必要。感觉不错和有没有用,其实不冲突。
363 天前
回复了 llsongll 创建的主题 问与答 arc 临时页面到底好用不好用
// ==UserScript==
// @name 打开链接弹出框
// @namespace http://your.namespace.com
// @version 0.1
// @description 在按下 Shift 键的同时单击左键时,在弹出框中打开链接
// @author Your Name
// @match http://*/*
// @match https://*/*
// @grant none
// ==/UserScript==

(function() {
document.addEventListener('click', function(event) {
if (event.shiftKey && event.button === 0) {
event.preventDefault();
var targetElement = event.target;
while (targetElement && targetElement.tagName !== 'A') {
targetElement = targetElement.parentElement;
}
if (targetElement && targetElement.tagName === 'A') {
var url = targetElement.href;

var popupWidth = 600;
var popupHeight = 400;
var left = (window.innerWidth - popupWidth) / 2;
var top = (window.innerHeight - popupHeight) / 2;

var popup = window.open(url, '_blank', 'width=' + popupWidth + ',height=' + popupHeight + ',top=' + top + ',left=' + left);
if (popup) {
popup.focus();
} else {
alert('请允许弹出窗口以查看链接!');
}
}
}
});
})();
应该是当前页面不前置,就停止回答吧,切别的应用应该没事。
我是两个浏览器一起用,一个单独用 bing ,就没事了
2023-11-15 09:02:28 +08:00
回复了 lijianmin321 创建的主题 分享创造 V 站老哥太热情了, Airy 永久会员加送 9000,凑到 1 万
支持一下 凑个热闹
2023-10-27 17:15:40 +08:00
回复了 llsongll 创建的主题 NAS 如何把一台旧 MacBook 改成 nas?
@sjhhjx0122 #4 请问是用公网 ip 吗?还是内网穿透?有什么好的办法吗?
2023-10-25 16:10:07 +08:00
回复了 alexcding 创建的主题 Apple 苹果宣布十月三十一号发布会: 主题是 Mac 飞快惊人
@seeleywang123 #36 我刚买的 m1pro 。。。
2023-10-20 20:01:40 +08:00
回复了 aoling 创建的主题 分享创造 ChatHub 一个各种 AI 的 chrome 聚合插件
@llsongll #1 放弃了,Vivaldi 用不了 bing
2023-10-20 19:26:03 +08:00
回复了 aoling 创建的主题 分享创造 ChatHub 一个各种 AI 的 chrome 聚合插件
还有吗
@Alecyrus #4 谢谢,成功了。只是在成功发布后,搜索好像不起作用,一直在搜索。
我说的 api key 是指 chatgpt 的,因为有的 api 不是 openai 端口的。例如:api.chatanywhere.com.cn
我试着加入官网的 wx 群聊,但似乎已经满人了,进不去了。
- 发布时:站点构建失败,请稍后再试。按照网站步骤操作。确认填写正确。
- 访问本地站点时,无法操作页面
```
SiteRepo is synced

10:29:34.196

SiteRunner is starting

10:29:34.354

> [email protected] dev
> astro dev --host 0.0.0.0

10:29:35.156

🚀 astro v3.1.4 started in 329ms

┃ Local http://localhost:4321/
┃ Network http://10.16.10.98:4321/
http://28.0.0.1:4321/

10:29:39.785

undefined:16
const posts = postCollection.filter((item) => item.pageFromConfig == data.id);
^

TypeError: Cannot read properties of undefined (reading 'id')
at eval (eval at instantiateModule (file:///Users/songchao/Library/Application%20Support/thorn-desktop/Sites/ww0xmixqwycrddl7/.cyanpress/node_modules/vite/dist/node/chunks/dep-df561101.js:55971:28), <anonymous>:16:77)
at Array.filter (<anonymous>)
at eval (eval at instantiateModule (file:///Users/songchao/Library/Application%20Support/thorn-desktop/Sites/ww0xmixqwycrddl7/.cyanpress/node_modules/vite/dist/node/chunks/dep-df561101.js:55971:28), <anonymous>:16:32)
at AstroComponentInstance.SideBar [as factory] (eval at instantiateModule (file:///Users/songchao/Library/Application%20Support/thorn-desktop/Sites/ww0xmixqwycrddl7/.cyanpress/node_modules/vite/dist/node/chunks/dep-df561101.js:55971:28), <anonymous>:21:12)
at AstroComponentInstance.init (eval at instantiateModule (file:///Users/songchao/Library/Application%20Support/thorn-desktop/Sites/ww0xmixqwycrddl7/.cyanpress/node_modules/vite/dist/node/chunks/dep-df561101.js:55971:28), <anonymous>:32:29)
at AstroComponentInstance.render (eval at instantiateModule (file:///Users/songchao/Library/Application%20Support/thorn-desktop/Sites/ww0xmixqwycrddl7/.cyanpress/node_modules/vite/dist/node/chunks/dep-df561101.js:55971:28), <anonymous>:37:18)
at Object.render (eval at instantiateModule (file:///Users/songchao/Library/Application%20Support/thorn-desktop/Sites/ww0xmixqwycrddl7/.cyanpress/node_modules/vite/dist/node/chunks/dep-df561101.js:55971:28), <anonymous>:334:22)
at Module.renderChild (eval at instantiateModule (file:///Users/songchao/Library/Application%20Support/thorn-desktop/Sites/ww0xmixqwycrddl7/.cyanpress/node_modules/vite/dist/node/chunks/dep-df561101.js:55971:28), <anonymous>:36:17)

Node.js v18.17.1

10:29:39.882

SiteRunner is stopped

10:29:45.915

SiteRepo is synced
```

- 希望可以自定义 api key 的端口
2023-09-15 09:23:38 +08:00
回复了 sdjl 创建的主题 OpenAI 请问使用 Draw Things、DiffusionBee 和 直接用 Stable Diffusion 区别大吗?
跟你一模一样。。。
2023-09-04 10:09:55 +08:00
回复了 haierspi 创建的主题 程序员 你们注册的 netlify 需要身份验证么?
@haierspi #4 居民啊。。这外国检测机构应该不会分这个吧
2023-09-02 09:39:18 +08:00
回复了 haierspi 创建的主题 程序员 你们注册的 netlify 需要身份验证么?
我也验证了,身份证, 我看说明好像是另外的机构验证,不是 netlify ,验证时间大概也就几分钟。
2023-08-15 09:32:01 +08:00
回复了 vitaminx 创建的主题 macOS 求 Alfred 搜索 “印象笔记” 的 Workflow
印象笔记,在 v 站好像没什么人用。。。要不换个笔记软件吧
1  2  3  4  5  6  
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   984 人在线   最高记录 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 43ms · UTC 21:58 · PVG 05:58 · LAX 13:58 · JFK 16:58
Developed with CodeLauncher
♥ Do have faith in what you're doing.