新浪新闻客户端
<> .flex { display: flex; justify-content: space-between; align-items: center; padding:10px 0 10px 0; } .qrcode-wrap { flex: 1; padding-top: 20px; margin: 0 0px; flex-wrap: nowrap; overflow-x: auto; display:grid; grid-template-columns:repeat(8,1fr); width:100%; } .qrcode-wrap::-webkit-scrollbar { display: none; /* ChromeSafari */ } .qrcode-wrap .qrcode { background-color: #f5f5f5; text-align: center; display: flex; flex-direction: column; margin-left: 4px; padding: 4px 4px; align-items: center; flex-shrink: 0; cursor: pointer; transition: transform 0.2s ease; border-radius: 4px; } .qrcode-wrap .qrcode:hover { transform: translateY(-2px); box-shadow: 0 2px 8px rgba(0,0,0,0.1); } .qrcode-wrap .qrcode img { width: 100%; margin-bottom: 3px; } .qrcode-wrap .qrcode .name { line-height: 1; overflow: hidden; white-space: nowrap; font-size: 9px; text-overflow: ellipsis; } /* 放大预览模态框样式 */ .qrcode-modal { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 9999; align-items: center; justify-content: center; padding: 20px; box-sizing: border-box; } .modal-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #99999985; backdrop-filter: blur(3px); } .modal-content { position: relative; z-index: 10000; background: white; border-radius: 12px; padding: 25px; max-width: 300px; width: 100%; text-align: center; box-shadow: 0 10px 40px rgba(0000.3); animation: modalSlideIn 0.3s ease-out; } @keyframes modalSlideIn { from { opacity: 0; transform: scale(0.9) translateY(20px); } to { opacity: 1; transform: scale(1) translateY(0); } } .modal-close { position: absolute; top: 10px; right: 15px; font-size: 24px; cursor: pointer; color: #999; width: 24px; height: 24px; line-height: 24px; text-align: center; border-radius: 50%; transition: all 0.2s; z-index: 10001; } .modal-close:hover { background: #f0f0f0; color: #666; } .modal-qrcode { margin-bottom: 15px; } .modal-qrcode img { width: 200px; height: 200px; border-radius: 6px; object-fit: contain; background: #f8f8f8; padding: 10px; box-sizing: border-box; } .modal-title { font-size: 16px; font-weight: 600; color: #333; margin-bottom: 10px; padding: 0 10px; word-break: break-all; } .modal-hint { font-size: 12px; color: #888; margin-top: 15px; padding-top: 10px; border-top: 1px solid #eee; } /* 移动端优化 */ @media (max-width: 480px) { .modal-content { padding: 20px; max-width: 280px; } .modal-qrcode img { width: 180px; height: 180px; } .modal-title { font-size: 14px; } }

谷歌放大招:AI Studio 推出“文本即应用”构建器,人人都是 AI 开发者!

< type="text/css"> .top-bar-inner .second-title{font-size: 18px;width: 600px;} @media screen and (min-width:768px) and (max-width:1480px){ .top-bar-inner .second-title{width: 400px;} } .avatar-wrap{ position: relative; width: 36px; height: 36px; display: inline-block; top: -10px; padding-left:12px; } .avatar-wrap .avatar-img { border: 1px solid #EEEEEE; overflow: hidden; border-radius: 50%; width: 100%; height: 100%; object-fit: cover; } .avatar-wrap .v-wrap { position: absolute; bottom: -2px; right: -2px; width: 14px; height: 14px; }
谷歌放大招:AI Studio 推出“文本即应用”构建器,人人都是 AI 开发者!
2026年02月14日 01:47 新浪网 作者
avatar
每日新闻摘录
<>.video-2017 .play-video-area img {width: 100%;height: 360px;object-fit: contain;}

  谷歌在 AI Studio 中重磅推出全新 AI 应用构建器,允许用户仅通过输入文本描述即可创建 AI 驱动的应用程序。此举标志着谷歌在“零代码”AI 应用开发领域迈出关键一步,正式与微软、OpenAI、Anthropic 等提供类似无代码构建工具的公司并驾齐驱

  这项更新的核心亮点在于与谷歌强大的多模态 Gemini 模型的深度集成。开发者可以利用:

  •   Nano Banana 模型轻松实现图像生成功能。

  •   将 Gemini 的语音合成能力直接嵌入到应用中。

  用户可以在应用屏幕上直观地进行设计更改,并且可以通过文本说明来指导编辑和优化应用界面。这极大地简化了开发流程,降低了技术门槛。

  快速上手与商业化准备

  新版 AI Studio 提供了改版后的应用库,其中包含丰富的模板和创意示例,帮助用户快速上手。一名开发者分享了体验,表示“只用了 15分钟就创建了一个简单的‘解码器’游戏”,展示了工具的高效性。

  对于专业开发者而言,该平台也提供了灵活的付费选项:

  •   用户可享受免费额度

  •   当免费额度用尽后,开发者可以自行添加 API 密钥,以便继续构建和扩展应用。

  谷歌的这一工具将使更多人能够将创意转化为功能性的 AI 应用,进一步普及 AI 开发。

特别声明:以上文章内容仅代表作者本人观点,不代表新浪网观点或立场。如有关于作品内容、版权或其它问题请于作品发表后的30日内与新浪网联系。
<> .fengniao-container { display: flex; gap: 10px; max-width: 100%; margin-top:20px; } .fengniao-card { flex: 1; border: 1px solid #ECECEC; background-color: #fff; overflow: hidden; } .fengniao-card-image { width: 100%; height: 100px; object-fit: cover; display: block; border-bottom: 1px solid #ECECEC; } .fengniao-card-text { font-family: PingFangSC-Regular; font-size: 15px; color: #666666; letter-spacing: 0.71px; line-height: 23px; text-align: center; } @media screen and (max-width: 1480px) { .fengniao-card-image { height: 65px!important; } }
谷歌AI开发者
<>.article-bottom .btn-icon:hover{background-color: #FF6861;border: 1px solid #FF6861;} 权利保护声明页/Notice to Right Holders
<> @media screen and (min-width:1480px) { .tab-related-wrap .tab_related_app_imglink { background-color:#fff; background-image:url("//n.sinaimg.cn/finance/500/w200h300/20200714/9166-iwhseiu3078640.png"); background-image:-webkit-image-set(url("//n.sinaimg.cn/finance/500/w200h300/20200714/9166-iwhseiu3078640.png") 1xurl("//n.sinaimg.cn/finance/200/w400h600/20200714/cf00-iwhseiu3078766.png") 2x); background-repeat:no-repeat; background-position:0 0; background-size:100% 100%; width:200px; height:300px; display:block; overflow:hidden; line-height:1000px; font-size:0; margin-top:10px; padding:0 } } @media screen and (min-width:768px) and (max-width:1480px) { .tab-related-wrap .tab_related_app_imglink { font-size:16px; color:#323953!important; line-height:56px; background:0 0; min-width:205px; height:56px; margin:0 0 0 20px; display:block } }

举报邮箱:[email protected]

Copyright © 1996-2026 SINA Corporation

All Rights Reserved 新浪公司 版权所有