标题: gemini-3-pro-preview-11-2025的天气卡
作者: #aaaasawa
板块: #开发调优
编号:
帖子: https://linux.do/t/topic/1132547
时间: 2025-11-06 12:29:36
摘要:
作者: #aaaasawa
板块: #开发调优
编号:
1132547帖子: https://linux.do/t/topic/1132547
时间: 2025-11-06 12:29:36
摘要:
企业ver+2.0温度出来的
提示词.txt (15.1 KB)
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Living Weather Card</title>
<style>
:root {
--bg-primary: #0a0a0a;
--card-w: 420px;
--card-h: 600px;
--font-main: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
/* 动态主题色 - JS会更新这些 */
--theme-hue: 210;
--theme-sat: 50%;
--theme-light: 50%;
--accent: hsl(var(--theme-hue), var(--theme-sat), 70%);
--text-primary: #fff;
--text-secondary: rgba(255,255,255,0.7);
}
* { box-sizing: border-box; margin: 0; padding: 0; }
body {
background-color: var(--bg-primary);
height: 100vh;
display: flex;
justify-content: center;
align-items: center;
font-family: var(--font-main);
overflow: hidden;
color: var(--text-primary);
transition: background-color 3s ease;
}
/* 启动覆盖层 */
#start-overlay {
position: fixed;
top: 0; left: 0; right: 0; bottom: 0;
background: rgba(0,0,0,0.85);
z-index: 999;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
cursor: pointer;
transition: opacity 1s ease;
}
#start-overlay h2 { font-weight: 300; letter-spacing: 2px; margin-bottom: 20px; }
#start-overlay p { color: var(--text-secondary); font-size: 0.9em; }
/* 主卡片容器 */
.card-container {
width: var(--card-w);
height: var(--card-h);
position: relative;
perspective: 1500px;
}
#weather-card {
width: 100%;
height: 100%;
position: relative;
border-radius: 30px;
overflow: hidden;
box-shadow:
0 30px 60px -15px rgba(0,0,0,0.5),
0 0 0 1px rgba(255,255,255,0.05) inset;
transform-style: preserve-3d;
transition: transform 0.2s ease-out, box-shadow 0.5s ease;
background: #111; /* Fallback */
}
/* 背景画布层 - 位于最底 */
#bg-canvas, #scene-canvas, #ui-canvas {
position: absolute;
top: 0; left: 0;
width: 100%;
height: 100%;
}
#bg-canvas { z-index: 1; transition: filter 1s ease; } /* 天空渐变, 极光等 */
#scene-canvas { z-index: 2; mix-blend-mode: plus-lighter; } /* 粒子: 雨雪, 阳光 */
#fx-canvas { /* 特殊效果层: 闪电, 雾气 */
position: absolute;
top: 0; left: 0;
width: 100%;
height: 100%;
z-index: 3;
pointer-events: none;
opacity: 0.7;
mix-blend-mode: overlay;
}
/* 内容 UI 层 */
.card-content {
position: relative;
z-index: 10;
height: 100%;
padding: 40px 30px;
display: flex;
flex-direction: column;
justify-content: space-between;
background: linear-gradient(180deg, rgba(0,0,0,0.2) 0%, transparent 30%, rgba(0,0,0,0.4) 100%);
pointer-events: none; /* 让鼠标事件穿透到 Canvas */
}
/* 顶部信息栏 */
.top-bar {
display: flex;
justify-content: space-between;
align-items: flex-start;
}
.location-group h3 { font-size: 1.8rem; font-weight: 600; letter-spacing: 0.5px; text-shadow: 0 2px 10px rgba(0,0,0,0.2); }
.location-group p { color: var(--text-secondary); font-size: 0.9rem; margin-top: 5
标题: 现在还有gpt team可以加的嘛
作者: #linjinpeng
板块: #搞七捻三
编号:
帖子: https://linux.do/t/topic/1132548
时间: 2025-11-06 12:29:50
摘要:
作者: #linjinpeng
板块: #搞七捻三
编号:
1132548帖子: https://linux.do/t/topic/1132548
时间: 2025-11-06 12:29:50
摘要:
快到期了,有危机感了
标题: 佬友们,有没有Minecraft1.7.10的mod教程或者是教学一下AI怎么写1.7.10的mod啊
作者: #卡罗尔
板块: #搞七捻三
编号:
帖子: https://linux.do/t/topic/1132556
时间: 2025-11-06 12:33:01
摘要:
作者: #卡罗尔
板块: #搞七捻三
编号:
1132556帖子: https://linux.do/t/topic/1132556
时间: 2025-11-06 12:33:01
摘要:
找了全网基本都没有一个完整的1.7.10的模组开发教程,基本都是不全的,恰好我服务器我还想新做一些东西给我服的玩家玩,饼还很大,但是自己没接触过MC的模组开发,所以问一下各位佬有没有什么开发教程,或者是做Minecraft的mod用什么大模型比较好,提示词大概是什么,谢谢各位佬友
标题: AetherLink-Ai聊天客户端v0.5.2更新
作者: #Fake
板块: #开发调优
编号:
帖子: https://linux.do/t/topic/1132558
时间: 2025-11-06 12:33:20
摘要:
作者: #Fake
板块: #开发调优
编号:
1132558帖子: https://linux.do/t/topic/1132558
时间: 2025-11-06 12:33:20
摘要:
AetherLink-Ai聊天客户端v0.5.2更新
更新日志:
优化了ui布局
新增了国际化翻译
引入了新的主题系统
修复了输入框性能问题
优化了部分卡顿问题
重构部分ui
新增多种主题风格
github链接 1600822305/AetherLink: AetherLink移动应用是一个基于现代Web技术构建的跨平台AI助手应用。该应用支持与多种AI模型(如OpenAI、Google Gemini、Anthropic Claude、Grok、硅基流动、火山方舟等)的交互,提供流畅的对话体验,并支持Android平台部署。应用采用React、TypeScript和Capacitor框架开发,具有高度可定制的模型配置、多主题聊天管理、AI思考过程可视化、语音合成、语音识别、MCP工具支持、知识库管理等特色功能。
iOS端下载地址 https://musetransfer.com/s/2tdkvmckm 请点击链接获取《无主题 - AetherLink-0.5.2-ios.ipa》, 有效期至12月6日
移动端下载地址 https://musetransfer.com/s/2kyt8pkev 请点击链接获取《无主题 - AetherLink-0.5.2-android.apk》, 有效期至12月6日
标题: 户晨风真的嘎透了?
作者: #zimab
板块: #前沿快讯
编号:
帖子: https://linux.do/t/topic/1132564
时间: 2025-11-06 12:35:31
摘要:
作者: #zimab
板块: #前沿快讯
编号:
1132564帖子: https://linux.do/t/topic/1132564
时间: 2025-11-06 12:35:31
摘要:
中国网红户晨风全网账号被封后,中国央视新闻法治在线栏目星期三(11月5日)指出,户晨风因刻意制造“苹果人精英”“安卓人底层” 的荒谬对立,被全网封禁,并指他用极端话术撕裂共识、煽动焦虑,只为收割流量。
“CCTV法治在线”官方微博发布节目视频说,手机品牌和操作系统本身只是消费习惯问题,但是在户晨风的精心设计下,却变成了区别身份档次的标识。
节目引述相关专家指出,户晨风的行为在外人看来,可能仅仅是在网络空间发表个人见解,吸引用户关注。但若仔细观察他发布的各种网络评论,经常以“苹果人精英”“安卓人底层”等这些毫无关联的群体性标签,挑起网民的认知对立。
来源:联合早报
封了一两个月了,以为是警告整改,结果是彻底寄了
标题: 有什么香港的家宽推荐吗?
作者: #Zlxuiaaaa
板块: #搞七捻三
编号:
帖子: https://linux.do/t/topic/1132572
时间: 2025-11-06 12:38:05
摘要:
作者: #Zlxuiaaaa
板块: #搞七捻三
编号:
1132572帖子: https://linux.do/t/topic/1132572
时间: 2025-11-06 12:38:05
摘要:
汇丰的 reward+ 软件对香港 ip 要求比较高,现在的机场打开看不全优惠,想买个专门的家宽 ip 用来支持下这种特定需求,用链式代理访问,不需要多少流量,求问有什么推荐,越便宜越好
标题: gmail账号手机登录后风控
作者: #anniya233
板块: #搞七捻三
编号:
帖子: https://linux.do/t/topic/1132573
时间: 2025-11-06 12:38:16
摘要:
作者: #anniya233
板块: #搞七捻三
编号:
1132573帖子: https://linux.do/t/topic/1132573
时间: 2025-11-06 12:38:16
摘要:
自己的主账号之一,用了半年多,接码,谷歌验证扫码,关联邮箱,2fa能做的都做了,前两天手机登录30分钟后封禁,申诉要求接一次码,然后在平台上面接码验证通过了,现在登录要求用上一次的号码再接一次,没有其他登录方式了,现在这个账号还有救吗有没有什么方法
标题: 奇怪,API里面怎么没Gemini 2.5Pro了?
作者: #苍真
板块: #搞七捻三
编号:
帖子: https://linux.do/t/topic/1132586
时间: 2025-11-06 12:44:48
摘要:
作者: #苍真
板块: #搞七捻三
编号:
1132586帖子: https://linux.do/t/topic/1132586
时间: 2025-11-06 12:44:48
摘要:
我是GCP付费层级的
标题: gemini3pro preview的知识截止日期(似乎)
作者: #qwe12345678
板块: #搞七捻三
编号:
帖子: https://linux.do/t/topic/1132594
时间: 2025-11-06 12:47:33
摘要:
作者: #qwe12345678
板块: #搞七捻三
编号:
1132594帖子: https://linux.do/t/topic/1132594
时间: 2025-11-06 12:47:33
摘要:
标题: 有那些渠道可以用上gemini-3-pro-preview-11-2025
作者: #Mozi
板块: #开发调优
编号:
帖子: https://linux.do/t/topic/1132600
时间: 2025-11-06 12:49:19
摘要:
作者: #Mozi
板块: #开发调优
编号:
1132600帖子: https://linux.do/t/topic/1132600
时间: 2025-11-06 12:49:19
摘要:
有那些渠道可以用上gemini-3-pro-preview-11-2025
标题: 这种是啥情况?怎么无法登陆了
作者: #空空
板块: #搞七捻三
编号:
帖子: https://linux.do/t/topic/1132604
时间: 2025-11-06 12:50:21
摘要:
作者: #空空
板块: #搞七捻三
编号:
1132604帖子: https://linux.do/t/topic/1132604
时间: 2025-11-06 12:50:21
摘要:
标题: gemini cli 开发小结 gemini-3-pro-preview-11-2025
作者: #kk
板块: #开发调优
编号:
帖子: https://linux.do/t/topic/1132606
时间: 2025-11-06 12:50:26
摘要:
作者: #kk
板块: #开发调优
编号:
1132606帖子: https://linux.do/t/topic/1132606
时间: 2025-11-06 12:50:26
摘要:
很快啊,小bug改的挺快的(尤其是定位刚刚更改的区域),codex和cc都要反应一会儿,gemini cli一下子就出来了。
不过,改到400w左右的时候有些不听话,要重复提交,bug改不下去,就重新开一个话题了。
御三家现在已经凑齐,哈哈哈,现在多用用吧,未来人一多就降智了
sudo npm install -g @google/gemini-cli@latest
gemini --model gemini-3-pro-preview-11-2025
标题: 【真·最强视频下载器】免费开源,不止 YouTube 4K,其他下载链也能轻松拿捏
作者: #_BIGFA
板块: #资源荟萃
编号:
帖子: https://linux.do/t/topic/1132620
时间: 2025-11-06 12:57:32
摘要:
作者: #_BIGFA
板块: #资源荟萃
编号:
1132620帖子: https://linux.do/t/topic/1132620
时间: 2025-11-06 12:57:32
摘要:
狂喜! YouTube 4K 视频下载自动合并音频
github.com
GitHub - persepolisdm/persepolis: Persepolis is a download manager written in...
Persepolis is a download manager written in Python.
YouTube 下载专用
我只能说,迄今为止最好用!
标题: aws的光凡是被墙了吗?
作者: #yi yi
板块: #搞七捻三
编号:
帖子: https://linux.do/t/topic/1132633
时间: 2025-11-06 13:01:31
摘要:
作者: #yi yi
板块: #搞七捻三
编号:
1132633帖子: https://linux.do/t/topic/1132633
时间: 2025-11-06 13:01:31
摘要:
443全连不上。AWS难道被封杀了?
标题: 马上三级了,为各位佬推荐一款开发者常备小工具MooTool
作者: #淡淡就好
板块: #资源荟萃
编号:
帖子: https://linux.do/t/topic/1132635
时间: 2025-11-06 13:01:41
摘要:
作者: #淡淡就好
板块: #资源荟萃
编号:
1132635帖子: https://linux.do/t/topic/1132635
时间: 2025-11-06 13:01:41
摘要:
支持的平台
Windows • Linux • macOS
截图速览
地址
官网
github.com
GitHub - rememberber/MooTool: Handy tool set for developers. 开发者常备小工具
Handy tool set for developers. 开发者常备小工具
PS
我不是作者