harry0703/MoneyPrinterTurbo
Python · ★ 74,108 · 🍴 10,579 · 📈 1,937 stars today
利用AI大模型,一键生成高清短视频 Generate short videos with one click using AI LLM.
中文介绍 基于AI大模型实现一键生成高清短视频的工具,解决内容创作者快速制作视频的需求。通过自动化脚本和模型推理生成内容,适用于社交媒体运营、广告制作等场景。
Python · ★ 74,108 · 🍴 10,579 · 📈 1,937 stars today
利用AI大模型,一键生成高清短视频 Generate short videos with one click using AI LLM.
中文介绍 基于AI大模型实现一键生成高清短视频的工具,解决内容创作者快速制作视频的需求。通过自动化脚本和模型推理生成内容,适用于社交媒体运营、广告制作等场景。
Python · ★ 134,904 · 🍴 9,226 · 📈 2,798 stars today
Python tool for converting files and office documents to Markdown.
中文介绍 Python工具库,将Office文档、PDF等格式转换为Markdown。采用文本提取与结构解析技术,帮助开发者快速处理文档数据,适用于文档归档、知识库构建等场景。
Python · ★ 56,585 · 🍴 5,487 · 📈 606 stars today
🕷️ An adaptive Web Scraping framework that handles everything from a single request to a full-scale crawl!
中文介绍 自适应网页抓取框架,支持从单次请求到大规模爬取。通过动态反爬策略和任务调度机制,适用于数据采集、竞品分析等需要灵活爬取的场景。
Python · ★ 9,952 · 🍴 1,369 · 📈 357 stars today
Hermes WebUI: The best way to use Hermes Agent from the web or from your phone!
中文介绍 Hermes Agent的跨平台WebUI,提供网页和移动端访问接口。基于前端框架实现交互界面,方便用户远程调用Agent能力,适用于AI助手集成、移动办公等场景。
TypeScript · ★ 18,694 · 🍴 1,408 · 📈 251 stars today
Official Compound Engineering plugin for Claude Code, Codex, Cursor, and more
中文介绍 为Claude Code、Cursor等工具提供工程化插件,增强代码生成与调试能力。通过API集成和上下文理解技术,提升开发者在IDE中的协作效率。
TypeScript · ★ 19,722 · 🍴 67,286 · 📈 27 stars today
The open-source repo for docs.github.com
中文介绍 GitHub官方文档开源仓库,维护平台使用指南和技术规范。采用静态站点生成技术,供开发者查阅API文档、最佳实践,适用于技术学习与问题排查。
Python · ★ 23,495 · 🍴 2,716 · 📈 635 stars today
VoxCPM2: Tokenizer-Free TTS for Multilingual Speech Generation, Creative Voice Design, and True-to-Life Cloning
中文介绍 无标记符多语言TTS模型,支持语音克隆与创意音色设计。通过端到端生成架构实现自然语音输出,适用于语音助手、有声内容制作等场景。
HTML · ★ 4,586 · 🍴 648 · 📈 323 stars today
A meta-skill that designs domain-specific agent teams, defines specialized agents, and generates the skills they use.
中文介绍 元技能框架,用于设计领域专用代理团队并生成技能模块。通过模块化架构和自动化流程,帮助构建复杂任务处理系统,适用于企业级自动化解决方案。
Jupyter Notebook · ★ 2,945 · 🍴 441 · 📈 626 stars today
A straightforward method for training your LLM, from downloading data to generating text.
中文介绍 提供从数据准备到文本生成的LLM训练全流程方法。基于PyTorch等框架实现模型训练,适合研究者复现大模型或定制垂直领域模型。
TypeScript · ★ 23,322 · 🍴 2,105 · 📈 264 stars today
Memory engine and app that is extremely fast, scalable. The Memory API for the AI era.
中文介绍 高性能可扩展的记忆引擎,提供AI时代的Memory API。通过分布式存储和快速检索技术,支持长期记忆管理,适用于对话系统、个性化推荐等场景。
TypeScript · ★ 27,716 · 🍴 2,712 · 📈 374 stars today
Project N.O.M.A.D, is a self-contained, offline survival computer packed with critical tools, knowledge, and AI to keep you informed and empowered—anytime, anywhere.
中文介绍 离线生存计算机方案,集成工具链、知识库与AI能力。采用容器化部署与本地计算架构,适用于野外作业、应急场景等无网络环境。
Python · ★ 128,888 · 🍴 20,997 · 📈 489 stars today
Claude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster by executing routine tasks, explaining complex code, and handling git workflows - all through natural language commands.
中文介绍 终端内代理编程工具,理解代码库并执行常规任务。结合代码分析与自动化操作,提升开发效率,适用于代码审查、重构等高频开发场景。
TypeScript · ★ 1,833 · 🍴 255 · 📈 69 stars today
Pi extension for async subagent delegation with truncation, artifacts, and session sharing
中文介绍 Pi扩展支持异步子代理委托,具备截断、工件生成和会话共享功能。通过任务分片与状态管理技术,优化多代理协作流程,适用于复杂任务分解场景。
Python · ★ 23,352 · 🍴 4,609 · 📈 73 stars today
A list of developer portfolios for your inspiration
中文介绍 开发者作品集精选列表,展示技术能力与项目经验。通过案例聚合与分类整理,为求职者提供灵感参考,适用于职业发展和个人品牌建设。
Markdown · ★ 509,379 · 🍴 48,311 · 📈 1,158 stars today
Master programming by recreating your favorite technologies from scratch.
中文介绍 通过从零构建技术项目提升编程能力,涵盖数据库、编译器等领域。采用分步教程与开源代码示例,适合学习者深入理解系统原理。
该源今日无内容。
a quiet day lets us highlight the new AIE WF focuses
中文介绍 Latent Space报道了关于创始人和前沿部署工程师的最新AIE WF重点,但未提供具体细节。
Boston Children’s Hospital uses OpenAI technology to improve patient care, reduce operational burden, and help diagnose more than 40 rare disease cases.
中文介绍 波士顿儿童医院利用OpenAI技术改善患者护理,减少运营负担,并协助诊断超过40例罕见疾病病例。
How Braintrust engineers use Codex with GPT-5.5 to run experiments and code faster.
中文介绍 Braintrust工程师通过Codex与GPT-5.5结合,加速实验运行与代码开发效率。
Pope Leo XIV’s new encyclical on artificial intelligence includes a statement that warrants serious attention from technologists and policymakers: “Technology is never neutral.” Magnifica Humanitas (“Magnificent Humanity”) is a clarion call to all people to act with courage and solidarity as we ente
中文介绍 教皇Leo XIV发布新通谕《Magnifica Humanitas》,强调技术非中立性,呼吁公众以勇气应对AI挑战。
**Anthropic** rolled out **Claude Opus 4.8**, which shows incremental improvements but mixed benchmark results, including better cooperation and coding behavior but some regressions in document parsing. Platform updates include mid-conversation system instructions enhancing long agent sessions, thou
中文介绍 Anthropic推出Claude Opus 4.8,在协作与编码能力上有所提升,但文档解析性能出现部分倒退,同时更新平台支持对话中动态系统指令。
OpenAI launches Rosalind Biodefense, expanding trusted access to GPT-Rosalind for vetted developers and U.S. government partners advancing biodefense, public health, and pandemic preparedness through frontier AI.
中文介绍 OpenAI推出Rosalind Biodefense,扩展GPT-Rosalind对认证开发者及美国政府的访问权限,支持生物防御与公共卫生领域应用。
Total Anthropic victory!
中文介绍 Anthropic完成9650亿美元估值下的融资,并发布Opus 4.8及动态工作流功能。
OpenAI shares guidance on third-party AI evaluations, covering how to assess model capabilities, safeguards, and validity for frontier systems.
中文介绍 OpenAI发布第三方AI评估指南,涵盖模型能力、安全防护及前沿系统有效性验证方法。
中文介绍 Hugging Face发布PyTorch性能分析工具torch.profiler入门指南,暂未提供具体内容。
中文介绍 TLDR AI汇总Anthropic估值达9650亿美元、微软编码模型进展及Claude Opus 4.8更新信息。
80% Devin Commits, Spec-to-PR Workflows, Full VMs, Agent Memory, and PMs Shipping Code
中文介绍 Cognition的Walden Yan与OpenInspect的Cole Murray探讨异步代理技术,涉及Devin提交、spec-to-PR工作流及代理内存优化。
Learn how Endava uses Codex to build an agentic organization, accelerating software delivery and reducing requirements analysis from weeks to hours.
中文介绍 Endava通过Codex构建代理型组织,将软件交付周期缩短,需求分析从数周压缩至数小时。
It is one thing to say AI will change the world. It is another to expect the class of 2026 to applaud it. In fact, when former Google CEO Eric Schmidt told University of Arizona graduates that their task is to help shape AI, he was met with a resounding chorus of boos. “I can…
中文介绍 亚利桑那大学毕业生对前Google CEOEric Schmidt的AI演讲报以嘘声,反映公众对AI期望的分化。
coding is an uncapped TAM market
中文介绍 Cognition完成10亿美元D轮融资,估值达260亿美元,凸显编程市场的无限潜力。
**Anthropic** announced a massive **$65B Series H financing** at a **$965B valuation**, led by **Altimeter, Dragoneer, Greenoaks, and Sequoia**, with run-rate revenue surpassing **$47B**. They launched **Claude Opus 4.8**, an update to Opus 4.7 featuring "sharper judgment," "more honesty," and longe
中文介绍 Anthropic获650亿美元Series H融资,投后估值9650亿美元,由Altimeter等机构领投,年收入超470亿美元,同步推出Claude Opus 4.8及动态工作流。
全球主要资产类别的技术面呈现显著分化格局。美股方面,标普500与纳斯达克100均处于多头排列,RSI指标分别达到74.1与77.2,进入超买区域,但MACD动能柱仍维持正值,显示短期动量尚未衰竭。加密市场受恐慌情绪主导,加密恐慌贪婪指数录得29(恐慌),比特币与以太坊均呈现空头排列,RSI处于30-40区间,MACD死叉且绿柱持续放大,技术面偏空。中概股整体承压,阿里巴巴、拼多多与京东均处于空头排列,RSI低于40,MACD死叉信号明确,短期反弹动能不足。商品与外汇方面,黄金期货MACD金叉但价格仍受制于均线压制,WTI原油反弹后回落,美元指数维持强势,美债收益率下行,显示市场避险情绪升温。整体来看,风险资产技术面强弱分化,防御性资产与避险资产技术形态相对稳健。
标普500 ETF当前价格756.48,位于20日、50日及200日均线之上,形成多头排列。RSI 14读数为74.1,处于超买区域,显示短期动量强劲。MACD指标12.6983高于信号线12.8734,红柱维持正值,趋势指标显示为bullish。尽管接近52周高点,但均线支撑稳固,技术形态偏上行。
比特币当前价格73645.55,位于20日、50日及200日均线之下,呈现空头排列。RSI 14读数为36.9,处于弱势区间。MACD指标-1106.7844低于信号线-586.5918,绿柱持续放大,趋势指标显示为bearish。结合加密恐慌贪婪指数29的恐慌状态,技术面偏下行。
拼多多当前价格84.44,5日跌幅达13.65%,处于20日、50日及200日均线之下,形成空头排列。RSI 14读数为32.3,接近超卖但未出现明显背离。MACD指标-3.2037低于信号线-1.7986,死叉信号明确,趋势指标显示为bearish。技术面偏下行。
纳斯达克100 ETF当前价格738.31,5日涨幅3.33%,位于所有主要均线之上,多头排列。RSI 14读数为77.2,处于超买区域,显示动量强劲。MACD指标21.4696高于信号线21.4381,金叉信号确认,趋势指标显示为bullish。技术面偏上行。
黄金期货当前价格4572,位于20日均线下方但高于50日与200日均线。RSI 14读数为47.5,处于中性区间。MACD指标-45.6672与信号线-46.8804接近,金叉信号初现但未确认。趋势指标显示为neutral,技术面呈现中性震荡格局。
VIX 恐慌指数
10Y 美债收益率 (%)
美元指数 DXY
S&P 500 ETF
Nasdaq 100 ETF
Apple
Microsoft
Nvidia
Alphabet
Tesla
Meta
Bitcoin
Ethereum
Solana
阿里巴巴 (BABA)
拼多多 (PDD)
京东 (JD)
腾讯控股 (0700.HK)
黄金期货
WTI 原油期货
美元 / 人民币
过去走势不代表未来表现。本报告仅基于公开技术指标数据生成,仅供技术指标解读参考,不构成任何投资建议或买卖依据。市场风险客观存在,投资者应独立判断并承担相应风险。
The candidate forced a runoff on Sunday in what could herald another gain for the right-wing wave sweeping Latin America.
中文摘要 哥伦比亚总统选举进入决选阶段,右翼候选人可能借此进一步巩固拉美右翼浪潮,但具体候选人信息未明确提及。
Cuba has begun distributing donated powdered milk from Mexico and Uruguay as the island faces severe shortages.
中文摘要 古巴开始分发来自墨西哥和乌拉圭的捐赠奶粉,以应对日益严重的短缺问题。
France requests UN Security Council meeting over Israel's expanding invasion in Lebanon.
中文摘要 以色列扩大对黎巴嫩的军事行动引发全球担忧,法国已请求联合国安理会召开会议讨论。
Pauline Hanson’s One Nation now the most popular political party in the country, poll suggests. Follow today’s news live Get our breaking news email, free app or daily news podcast Abbott unbothered by One Nation poll showing but says Coalition ‘obviously’ in competition Tony Abbott, the new party p
中文摘要 民调显示澳大利亚One Nation党支持率超过工党,党魁Pauline Hanson及议员Joyce表示将废除多数工党预算政策。
Left-wing senator Iván Cepeda will face Trump admirer Abelardo de la Espriella at the final ballot on 21 June.
中文摘要 哥伦比亚总统决选将于6月21日举行,左翼参议员Iván Cepeda将与亲特朗普候选人Abelardo de la Espriella对决,安全议题受关注。
The left-wing senator and far-right newcomer will face each other in a runoff on June 21, with security a top issue.
中文摘要 哥伦比亚总统选举左翼参议员Cepeda与极右翼新人de la Espriella进入6月21日决选,安全成为核心议题。
Severe, hard-to-control blazes in densely populated areas like Los Angeles drove the year’s record losses.
中文摘要 研究人员指出2025年野火造成历史最高损失,洛杉矶等人口密集地区的难以控制的火灾是主因。
The requested changes are related to the Strait of Hormuz and the removal of highly enriched uranium, according to US media.
中文摘要 据美媒报道,特朗普寻求修改美伊协议,涉及霍尔木兹海峡通行及高浓缩铀移除条款。
Prime Minister Benjamin Netanyahu calls the capture of the strategic fortress a "decisive shift" in Israel's campaign against Hezbollah, as European governments criticise the escalation.
中文摘要 以色列占领黎巴嫩战略城堡,总理内塔尼亚胡称此为对真主党行动的关键转折,欧洲多国政府批评该升级行动。
The country has spent decades perfecting a surveillance state at home. Now it’s promoting its ideology of state control, and the technology to enforce it, abroad.
中文摘要 中国长期完善国内监控系统,现正向海外推广其国家控制意识形态及相关监控技术。
Crews extinguished blaze before finding a child who died in Werribee home, Victoria police said Follow our Australia news live blog for latest updates Get our breaking news email, free app or daily news podcast A child has died and a man has been left seriously injured after an early morning house f
中文摘要 澳大利亚维多利亚州Werribee一住宅发生火灾,一名儿童不幸遇难,另有男子重伤,警方确认消息。
Rights groups condemn the death of Brooklyn Rivera, 73, following his long arbitrary detention by the governing regime.
中文摘要 尼加拉瓜原住民领袖Brooklyn Rivera在遭任意拘禁三年后去世,享年73岁,人权组织谴责该事件。
Rivera spent nearly three years in detention, cut off from the outside world, leading advocates to fear for his welfare.
中文摘要 尼加拉瓜确认原住民领袖Brooklyn Rivera在拘禁期间死亡,其被隔离近三年,引发对其健康状况的担忧。
Aid workers in Uganda are watching the Ebola crisis unfold in the neighboring Democratic Republic of Congo. They're doing what they can to prepare for an uptick in cases, but foreign aid cuts aren't helping.
中文摘要 乌干达援助人员正应对邻国刚果民主共和国的埃博拉疫情,但外国援助削减阻碍了前线应对措施。
A deadly strike during the first days of the Iran war hit far away in the Indian Ocean, jolting a quiet seaside town and showing how far the conflict's reach extends.
中文摘要 美伊战争初期,印度洋一处宁静沿海小镇遭致命袭击,显示冲突影响范围远超预期。
Vietnamese diagnostic testing startup Gene Solutions is preparing for a Hong Kong initial public offering as early as the second quarter of next year, a rare local firm seeking to access deeper capital markets and boost international visibility.
中文摘要 越南基因检测初创企业Gene Solutions计划于2027年第二季度在香港进行首次公开募股(IPO),以获取更深层资本市场支持并提升国际影响力,成为当地罕见寻求海外融资的本土企业。
Local investors are driving the premium on Taiwan Semiconductor Manufacturing Co.’s US-listed shares to a two-year low as they pile into the chipmaker’s stock in Taipei on bets the AI boom has further to run.
中文摘要 台积电(TSMC)本地投资者推动其美股溢价降至两年低点,因看好人工智能行业前景而持续增持台北上市股票,缩小与华尔街估值差距。
Manufacturers in Jamaica say the key chilli peppers they need are in limited supply.
中文摘要 牙买加辣椒酱制造商警告关键辣椒供应短缺,可能导致产品价格上涨,影响加勒比地区调味品市场。
Chinese consumers are showing signs of a renewed appetite for high-end beauty and fashion products, a rare bright spot for global luxury brands after years of weak demand and margin-eroding discounts in their most important growth market.
中文摘要 中国消费者在股市反弹后重新展现高端美妆与时尚产品购买力,为全球奢侈品牌提供需求复苏信号,缓解此前多年需求疲软压力。
French police make 780 arrests after Qatar-owned Paris Saint-Germain win trophy for second year running
中文摘要 巴黎圣日耳曼(PSG)欧冠夺冠后爆发暴力事件,法国警方逮捕780人,该俱乐部由卡塔尔所有,连续两年赢得欧冠冠军。
First substantial acquisition under new CEO is bet on eventual recovery in property sector
中文摘要 伯克希尔哈撒韦以85亿美元收购住宅建筑商Taylor Morrison,为新任CEO格雷格·阿贝尔(Greg Abel)上任后首笔重大交易,押注美国房地产市场复苏。
Oil climbed and the dollar strengthened as tensions remained elevated in the Middle East, with negotiations over a permanent US-Iran ceasefire showing little sign of a breakthrough.
中文摘要 油价与美元同步上涨,因美国与伊朗永久停火谈判进展有限,中东紧张局势持续推高市场避险情绪。
Oil rose from a six-week low amid uncertainty over the outlook for a peace deal to end the war in Iran.
中文摘要 油价从六周低点回升,受伊朗战争和平协议前景不确定性驱动,市场关注地缘政治风险对能源供应的影响。
Brazil’s state-controlled oil giant Petroleo Brasileiro SA is reducing domestic diesel prices starting Monday as part of a government subsidy program to shield consumers from the war in the Middle East.
中文摘要 巴西国有石油公司Petrobras自6月1日起下调国内柴油价格,作为政府补贴计划一部分,旨在缓解中东战争对消费者的能源成本冲击。
The family-run APA hotel chain that turned efficiency into a hospitality empire is betting it can export its uniquely Japanese formula abroad, starting with North America. APA Group CEO Isshi Motoya spoke with Bloomberg News' Momoka Yokoyama in Tokyo. (Source: Bloomberg)
中文摘要 日本APA酒店集团CEO元屋伊志(Isshi Motoya)计划将本土高效运营模式扩展至全球,首站选择北美市场,寻求国际化增长。
The company’s ambitious listing plan is set to clear the way for other mega-offerings. It also risks threatening the integrity of the market itself
中文摘要 埃隆·马斯克领导的SpaceX拟通过IPO重塑华尔街规则,其上市计划可能推动指数基金与零售投资者调整投资策略,引发市场结构变革。
Berkshire Hathaway Inc. will acquire Taylor Morrison Home Corp. in an all-cash deal worth about $6.8 billion, the first major purchase under chief executive Greg Abel that signals a vote of confidence in America’s housing market.
中文摘要 伯克希尔哈撒韦以68亿美元现金收购Taylor Morrison,为CEO格雷格·阿贝尔上任后首笔重大交易,彰显对美国住房市场的信心。
22 回复 · 程序员 节点
8 回复 · Apple 节点
41 回复 · 程序员 节点
19 回复 · 程序员 节点
17 回复 · 程序员 节点
9 回复 · Apple 节点
6 回复 · 程序员 节点
27 回复 · 程序员 节点
9 回复 · Apple 节点
18 回复 · Apple 节点
兄弟们我们看看谁在搞事情。 测试站 绝对不会收集各位的key信息,只是想看看谁有问题。 排行榜(模糊处理域名) 在说一次 ,永远不收费,也不会卖api,接受监督,公益服务已经关闭了,改到自用了。 28 个帖子 - 13 位参与者 阅读完整话题
每个人心里都住着一个小孩 37 个帖子 - 37 位参与者 阅读完整话题
各位 Cherry Studio 用户: Cherry Studio 早期版本中一直缺少完整、清晰的隐私政策说明,同时隐私相关开关在不同版本中的数据存储方式也不够一致,可能会导致部分用户在升级或切换版本后遇到隐私设置状态异常等问题。 从 Cherry Studio v1.9.8 版本开始,我们将正式加入隐私协议与更清晰的隐私设置说明,让用户能够更透明地了解软件会收集哪些匿名运行信息、不会收集哪些敏感数据,以及如何自行管理相关开关。 根据新版隐私协议,Cherry Studio 仅会在必要范围内收集匿名化的基础运行信息与产品改进信息,例如软件版本、功能使用汇总、功能活跃度与频次、错误日志与崩溃信
感谢大佬的馈赠! 48 个帖子 - 40 位参与者 阅读完整话题
随便给它假装生个气,它就真的会自己想办法破它自己(的外审)的限来认真满足我的要求。 31 个帖子 - 13 位参与者 阅读完整话题
今天某位佬友把自己的key不小心上传到了github,被我朋友发现了,目前该key我已经协助禁用,在这里还是提醒各位佬友,一定要妥善保管好自己的key,尽量不要设置无限额度的key,尽可能降低损失。 其实newapi不支持根据key查用户的功能,我是直接联系newapitools的作者,紧急加了一个key反查用户的功能,在此也感谢newapitools的作者! 泄露自己的key就相当于把把钱扔在马路上,大家一定要注意!!! 祝大家早安,午安,晚安 17 个帖子 - 16 位参与者 阅读完整话题
2026年6月1日,天涯社区将正式恢复访问。 40 个帖子 - 38 位参与者 阅读完整话题
本帖使用社区开源推广,符合推广要求。我申明并遵循社区要求的以下内容: 我的帖子已经打上 开源推广 标签: 是 我的开源项目完整开源,无未开源部分: 是 我的开源项目已链接认可 LINUX DO 社区: 是 我帖子内的项目介绍,AI生成、润色内容部分已截图发出: 是 以上选择我承诺是永久有效的,接受社区和佬友监督: 是 以下为项目介绍正文内容,AI生成、润色内容已使用截图方式发出 前言 最近在看外国课程,但奈何本人英语水平有限,机翻的字幕又简直灾难,于是参考各种方法做了一个还不错的工具,安装使用都很清晰(详见README.md),欢迎各位佬友品鉴 效果图: 正文 流程: 视频 / 音频 核心特点
买过gpt plus的佬们注意了,gpt plus 日抛号骗局,openai 官方对于账号的封禁只有一种,直接删你账号,而不会出现账号能用反代不能用的情况,通过 codex2api + 授权的方式是一定可以反向代理出来的,各种渠道的所谓日抛号,没那么恶心人的给你 refresh token,恶心人的给你 access token (当然 openai 提高风控之后,access token 或者 session token 这条路基本堵死了),然后过了两天,卖家登录 chatgpt 网页端或者直接走 api 刷新 refresh token,原来的 refresh token 失效了,但是实际
最近在 L 站看到以下两个项目。我想起来我自己之前一直想补《魔法禁书目录》,但是因为小说文本太长了,一直没看。于是打算自己在我的服务器上面部署一个 web 服务自己看小说。 【开源推广】网文小说速读,脱水长文小说,节省70%阅读时间。 开发调优 本帖使用社区开源推广,符合推广要求。我申明并遵循社区要求的以下内容: 我的帖子已经打上 开源推广 标签: 是 我的开源项目完整开源,无未开源部分: 是 我的开源项目已链接认可 LINUX DO 社区: 是 我帖子内的项目介绍,AI生成、润色内容部分已截图发出: 是 以上选择我承诺是永久有效的,接受社区和佬友监督: 是 以下为项目介绍正文内容,AI生成、