<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="zh-CN">
    <generator uri="https://gohugo.io/" version="0.157.0">Hugo</generator><title type="html"><![CDATA[LMS]]></title>
    
        <subtitle type="html"><![CDATA[Life, Magic, and Stories.]]></subtitle>
    
    
    
            <link href="https://lms.im/" rel="alternate" type="text/html" title="html" />
            <link href="https://lms.im/index.xml" rel="alternate" type="application/rss+xml" title="rss" />
            <link href="https://lms.im/atom.xml" rel="self" type="application/rss+xml" title="atom" />
            <link href="https://lms.im/index.json" rel="alternate" type="application/json" title="json" />
    <updated>2026-05-01T13:57:01+00:00</updated>
    
    <author>
            <name>LMS</name>
            </author>
    
        <id>https://lms.im/</id>
    
        
        <entry>
            <title type="html"><![CDATA[关于 AI 生成视频，我突然有个想法]]></title>
            <link href="https://lms.im/play/suddenly-i-had-an-idea-about-ai-generated-video/" rel="alternate" type="text/html" />
            
                <id>https://lms.im/play/suddenly-i-had-an-idea-about-ai-generated-video/</id>
            
            <author>
                    <name>LMS</name>
                </author>
            
            <published>2026-05-01T21:23:28+08:00</published>
            <updated>2026-05-01T21:23:28+08:00</updated>
                <content type="html"><![CDATA[<p>豆包上线 SeeDance 很久了，不过我最近才试着玩了几次。可以生成 5 秒的文生图、文生视频和图生视频，时间短限制还很严格。</p>
<p>有一次我把豆包自己生成的图片传上去生成视频，结果说我涉及真人什么的，不给我过。那图片上明明有豆包自己的水印都在那里，也不知道是 AI 傻还是豆包自卖自夸。</p>
<p>不过我看别人发出来的视频，那些会玩的，提示词写得溜的，内容也能很擦边。</p>
<p>然后我突然有了个想法，像 Pornhub 这种大 H 站，据说赚钱能力强悍，是不是应该主动拥抱 AI 的浪潮呢，完全可以整些高端芯片训练一些自家特“色”的文生图、文生视频图生视频的大模型，放自己网站上让 H 友们玩玩体验体验，我觉得还能再赚一波。</p>
<p>我还特意去 Pornhub 站找了一圈，没有看到有 AI 生成内容的入口，这有点落伍啊，Pornhub 站长要是看到了完全可以考虑考虑搞起来。</p>
<p>不知道另一个后起之秀的大 H 站有没有。</p>
]]></content>
            
                 
                    
                         
                        
                            
                             
                                <category scheme="https://lms.im/cats/%E7%8E%A9%E4%B9%90" term="%E7%8E%A9%E4%B9%90" label="玩乐" />
                            
                        
                    
                 
                    
                         
                        
                            
                             
                                <category scheme="https://lms.im/topics/ai" term="ai" label="AI" />
                             
                                <category scheme="https://lms.im/topics/%E8%B1%86%E5%8C%85" term="%E8%B1%86%E5%8C%85" label="豆包" />
                             
                                <category scheme="https://lms.im/topics/seedance" term="seedance" label="SeeDance" />
                            
                        
                    
                
            
        </entry>
    
        
        <entry>
            <title type="html"><![CDATA[我用 AI 做了一个算卦的小程序]]></title>
            <link href="https://lms.im/magic/i-made-a-fortune-telling-applet-with-ai/" rel="alternate" type="text/html" />
            
                <id>https://lms.im/magic/i-made-a-fortune-telling-applet-with-ai/</id>
            
            <author>
                    <name>LMS</name>
                </author>
            
            <published>2026-04-19T09:44:50+08:00</published>
            <updated>2026-04-19T09:44:50+08:00</updated>
                <content type="html"><![CDATA[<p><figure class="figure"><img src="https://s.lms.pub/wp-content/uploads/2026/04/gh_c5938a2ced95_258.jpg" alt="小程序体验版"  loading="lazy" /><figcaption class="caption">小程序体验版</figcaption></figure></p>
<p>这件事情的源头是我在本地装了 Ollama 然后拉了几个“小”模型，有 deepseek-r1:7b、deepseek-r1:8b、qwen3.5:4b、qwen3.5:9b、qwen2.5-coder:7b，尽是挑小的大模型装了。说实在话，因为机子性能问题，我本地跑 qwen3.5:9b 风扇就呼啦呼啦想，内存、显卡干到100%，而这个参数规模的模型也不知道能做什么，再加上仅 Ollama 好像也没啥搞头。</p>
<p>后来我安装了，Cherry Studio，想着用 Ollama 拉到的模型整个知识库玩玩，因为模型小，我想要不要搞个易经的知识库呢。于是喂了《周易》六十四卦原文、原文+白话译文对照、《系辞上传》、《系辞下传》，这些都是在线版 deepseek 教我的，对，是在线版，不是我下载的那个 7b 8b。</p>
<p>上面的知识库还没用上呢，我就想着要不搞个算卦的小程序吧。我问了 deepseek，给我的回复大意是“想法可以，不过可能过不了审”。</p>
<p>反正瞎折腾，先折腾了再说。于是还是问 deepseek，它给我推荐了 “deepseek + vscode + codebuddy 插件 + 微信开发者工具” 的组合开发模式。具体方法是：下载 vscode 装 腾讯自家的 codebuddy 插件，然后 deepseek 帮忙归纳需求复制粘贴给 codebuddy，vscode 负责输出代码，微信开发者工具预览和反馈 bug。</p>
<p>出于谨慎，我和 deepseek 反复确认了 codebuddy 靠不靠谱，有没有其他免费的 AI 工具使用。然后 deepseek 信誓旦旦的跟我说，codebuddy 是腾讯出品的，专门有针对小程序开发训练过的，是最优的选择。既然 deepseek 这么说，那我就上了。</p>
<p>事实证明 deepseek 是被蒙蔽了，codebuddy 在输出整体框架后，没几下对话就开始“飘”了，完全我行我素，完全不管前面干了啥，埋头就自己猛输出。</p>
<p>然后“deepseek + vscode + codebuddy 插件 + 微信开发者工具”组合的弊端就出来了，微信开发者工具完全就是花瓶，只能用来预览效果，codebuddy 埋头猛干不管不顾，deepseek 因为没有看到全局代码，只针对需求和错误提供表述，偶尔给出的解决方案也和 codebuddy 不匹配，所以最后越来越乱，就这么浪费了我半天。
我还发现，原来 codebuddy 和 workbuddy 用的都是同一个免费额度。</p>
<p>最后直接停用 codebuddy，换了 KILO Code 和华为的 CodeArts 从新来过，花了大半天，才把小程序搞定。
凡事好的不灵坏的灵，deepseek 说 codebuddy 绝对没问题，事实是后来 codebuddy 完全不行。deepseek 说这种小程序可能过不了审，我估计很大概率是过不了，连分类都不好选。不过目前是找回了以前的一个小程序账号，还在审核改名中，小程序还是预览版。等名字审核通过微信认证成功，再试试提交小程序审核试试，后面还有备案呢。</p>
<p>有了 AI 代码折腾起来很容易让人上瘾，你只要提要求，不管结果怎样 AI 总是能帮你解决的，那感觉就是爽。只是免费用户得有耐心，时不时要排队等待，不然就是上下文超出，长文件卡住。网上 AI 的新闻信息铺天盖地，然而没有 tokens 其实和你没啥关系，当然，各大厂都会给一些免费额度，随便玩玩体验一下还是可以的。</p>
<p>另外吐槽一下微信的骚操作，昨天才发现原来不是有微信就能搞定微信旗下的东西，每个公众号每个小程序原来都要独立的 Email 地址，而且好像手机号绑定也有限制。然后微信它自己的小程序认证居然还是委托第三方的，个人认证要 30 元，提示不保证成功，不成功不退费。如果没有验证的小程序是搜索不到的。</p>
<p>目前小程序还是体验版本，有时长限制的好像，有兴趣的可以扫描二维码申请一下，我通过一下就可以了。</p>
]]></content>
            
                 
                    
                         
                        
                            
                             
                                <category scheme="https://lms.im/cats/%E6%8A%98%E8%85%BE" term="%E6%8A%98%E8%85%BE" label="折腾" />
                            
                        
                    
                 
                    
                         
                        
                            
                             
                                <category scheme="https://lms.im/topics/ai" term="ai" label="AI" />
                             
                                <category scheme="https://lms.im/topics/ai%E7%BC%96%E7%A8%8B" term="ai%E7%BC%96%E7%A8%8B" label="AI编程" />
                             
                                <category scheme="https://lms.im/topics/%E5%BE%AE%E4%BF%A1%E5%B0%8F%E7%A8%8B%E5%BA%8F" term="%E5%BE%AE%E4%BF%A1%E5%B0%8F%E7%A8%8B%E5%BA%8F" label="微信小程序" />
                             
                                <category scheme="https://lms.im/topics/%E6%98%93%E7%BB%8F" term="%E6%98%93%E7%BB%8F" label="易经" />
                             
                                <category scheme="https://lms.im/topics/%E7%AE%97%E5%8D%A6" term="%E7%AE%97%E5%8D%A6" label="算卦" />
                             
                                <category scheme="https://lms.im/topics/ollama" term="ollama" label="Ollama" />
                            
                        
                    
                
            
        </entry>
    
        
        <entry>
            <title type="html"><![CDATA[WPS 这是搞笑呢]]></title>
            <link href="https://lms.im/story/wps-this-is-hilarious/" rel="alternate" type="text/html" />
            
                <id>https://lms.im/story/wps-this-is-hilarious/</id>
            
            <author>
                    <name>LMS</name>
                </author>
            
            <published>2026-04-11T15:36:44+08:00</published>
            <updated>2026-04-11T15:36:44+08:00</updated>
                <content type="html"><![CDATA[<p>笔记本电脑 Win11 系统 C 盘给的 237G 现在只有 39.9G 可用，随手右键，想用 Windows 自带的磁盘清理清一下，突然发现右键菜单居然多了个醒目的 WPS 图标及“释放C盘空间”。</p>
<p><figure class="figure"><img src="https://s.lms.pub/wp-content/uploads/2026/04/wps-c-001.png" alt="右键菜单上的 C 盘清理 WPS 图标"  loading="lazy" /><figcaption class="caption">右键菜单上的 C 盘清理 WPS 图标</figcaption></figure></p>
<p>心里想着用 WPS 的时候也没见有这个功能啊，顺手就点了。<br>
然后就哐哐哐的在安装，截图都来不及就装好了。</p>
<p>想着装了就装了，点一下清理看看。<br>
然后一顿扫描后，我看着扫出来的内容确实可删除，就点了“一键清理”，居然跳出来叫我付费的页面，我就震惊了。认真一看，一键清理边上居然还有个 <em>VIP</em>，而且每个功能页的清理按钮都有。</p>
<p><figure class="figure"><img src="https://s.lms.pub/wp-content/uploads/2026/04/wps-c-002.png" alt="WPS 的收费按钮"  loading="lazy" /><figcaption class="caption">WPS 的收费按钮</figcaption></figure></p>
<p>所以这纯粹是个收费软件，既然是纯收费的软件为啥敢强塞到我的右键菜单栏里。</p>
<p>点开软件的设置，去掉显示C盘右键菜单勾选，点卸载，刷一下就没了，也不知道有没有真的卸载掉了。</p>
]]></content>
            
                 
                    
                         
                        
                            
                             
                                <category scheme="https://lms.im/cats/%E9%97%B2%E8%B0%88" term="%E9%97%B2%E8%B0%88" label="闲谈" />
                            
                        
                    
                 
                    
                
            
        </entry>
    
        
        <entry>
            <title type="html"><![CDATA[熊猫世界]]></title>
            <link href="https://lms.im/life/panda-world/" rel="alternate" type="text/html" />
            
                <id>https://lms.im/life/panda-world/</id>
            
            <author>
                    <name>LMS</name>
                </author>
            
            <published>2026-03-29T22:00:18+08:00</published>
            <updated>2026-03-29T22:00:18+08:00</updated>
                <content type="html"><![CDATA[<p>话说，Windows 11 的连接手机功能真是差劲，显示手机连接着，同一个 WIFI 蓝牙已连接，但照片就是不更新，想不使用微信传几张照片折腾我半天，最后没成功。</p>
<p>文件资源管理器（文件夹）里的照片倒是新的，但全部都是图片的 icon，缩略图都看不到，打开卡半天。</p>
<p>最后，我手机拍照格式是 heic 格式，好不容易传到电脑打不开。。。</p>
<hr>
<p>这周末天气不大好，阴天，还是老样子，送完大宝和小宝去了熊猫世界。</p>
<p>不知道是不是天气不好，加上电瓶车都没地方停影响的心情，整个熊猫世界给我印象非常一般。总体感觉就像是在商业街里放了几只熊猫。</p>
<p>进门需要门票外，里面似乎都是要花钱的地方，加上文创纪念品，好像每个建筑都带有消费的地方，当然，不消费也是可以的。只是和巴掌大的地方+几乎没看到的熊猫一对比，就感觉商业气氛特别浓厚，没啥意思。</p>
<p><figure class="figure"><img src="https://s.lms.pub/wp-content/uploads/2026/03/panda01.jpg" alt="平平无奇的大门入口"  loading="lazy" /><figcaption class="caption">平平无奇的大门入口</figcaption></figure>
<figure class="figure"><img src="https://s.lms.pub/wp-content/uploads/2026/03/panda02.jpg" alt="这是走的比较里面的一个广场"  loading="lazy" /><figcaption class="caption">这是走的比较里面的一个广场</figcaption></figure>
<figure class="figure"><img src="https://s.lms.pub/wp-content/uploads/2026/03/panda03.jpg" alt="广场边上的小涂鸦"  loading="lazy" /><figcaption class="caption">广场边上的小涂鸦</figcaption></figure>
<figure class="figure"><img src="https://s.lms.pub/wp-content/uploads/2026/03/panda04.jpg" alt="游客中心边上休息的地方，坐满了"  loading="lazy" /><figcaption class="caption">游客中心边上休息的地方，坐满了</figcaption></figure>
<figure class="figure"><img src="https://s.lms.pub/wp-content/uploads/2026/03/panda05.jpg" alt="这是进门看到的第一个建筑，排着长队"  loading="lazy" /><figcaption class="caption">这是进门看到的第一个建筑，排着长队</figcaption></figure>
<figure class="figure"><img src="https://s.lms.pub/wp-content/uploads/2026/03/panda06.jpg" alt="队伍的长度"  loading="lazy" /><figcaption class="caption">队伍的长度</figcaption></figure></p>
<p>队伍老长原来是因为里面地方小，中间一个小厅，左右两边隔着玻璃里面各一只熊猫，半天了一直躺着，也不起来营业，留给游客生无可恋的背影。
<figure class="figure"><img src="https://s.lms.pub/wp-content/uploads/2026/03/panda07.jpg" alt="左边的熊猫1"  loading="lazy" /><figcaption class="caption">左边的熊猫1</figcaption></figure>
<figure class="figure"><img src="https://s.lms.pub/wp-content/uploads/2026/03/panda08.jpg" alt="右边的熊猫2"  loading="lazy" /><figcaption class="caption">右边的熊猫2</figcaption></figure>
<figure class="figure"><img src="https://s.lms.pub/wp-content/uploads/2026/03/panda09.jpg" alt="等了半天右边的终于动了，拉了泡屎"  loading="lazy" /><figcaption class="caption">等了半天右边的终于动了，拉了泡屎</figcaption></figure>
<figure class="figure"><img src="https://s.lms.pub/wp-content/uploads/2026/03/panda10.jpg" alt="熊猫的活动场所，没有熊猫"  loading="lazy" /><figcaption class="caption">熊猫的活动场所，没有熊猫</figcaption></figure>
<figure class="figure"><img src="https://s.lms.pub/wp-content/uploads/2026/03/panda11.jpg" alt="熊猫3，躺在草堆里不起来营业，没见动过"  loading="lazy" /><figcaption class="caption">熊猫3，躺在草堆里不起来营业，没见动过</figcaption></figure>
<figure class="figure"><img src="https://s.lms.pub/wp-content/uploads/2026/03/panda12.jpg" alt="另一处看熊猫的人群"  loading="lazy" /><figcaption class="caption">另一处看熊猫的人群</figcaption></figure>
<figure class="figure"><img src="https://s.lms.pub/wp-content/uploads/2026/03/panda13.jpg" alt="熊猫4，等了半天一直这个姿势没动过。"  loading="lazy" /><figcaption class="caption">熊猫4，等了半天一直这个姿势没动过。</figcaption></figure></p>
<p>就这样，带着小朋友绕了一圈，本来要去看小熊猫，跟着地上的标志走着走着到一个下山口没了，看着标志是出口没下去，原来小熊猫就在那个出口处。</p>
]]></content>
            
                 
                    
                         
                        
                            
                             
                                <category scheme="https://lms.im/cats/%E6%97%A5%E5%BF%97" term="%E6%97%A5%E5%BF%97" label="日志" />
                            
                        
                    
                 
                    
                         
                        
                            
                             
                                <category scheme="https://lms.im/topics/%E7%86%8A%E7%8C%AB" term="%E7%86%8A%E7%8C%AB" label="熊猫" />
                             
                                <category scheme="https://lms.im/topics/%E5%91%A8%E6%9C%AB" term="%E5%91%A8%E6%9C%AB" label="周末" />
                             
                                <category scheme="https://lms.im/topics/%E5%95%86%E4%B8%9A" term="%E5%95%86%E4%B8%9A" label="商业" />
                            
                        
                    
                
            
        </entry>
    
        
        <entry>
            <title type="html"><![CDATA[茶亭公园]]></title>
            <link href="https://lms.im/life/chating-park/" rel="alternate" type="text/html" />
            
                <id>https://lms.im/life/chating-park/</id>
            
            <author>
                    <name>LMS</name>
                </author>
            
            <published>2026-03-21T20:49:12+08:00</published>
            <updated>2026-03-21T20:49:12+08:00</updated>
                <content type="html"><![CDATA[<p>一周一周过的真快，上周末才逛了西湖，这周末还是老样子，送了大的去补习，和小的再去逛公园，这周是茶亭公园。</p>
<p>这会儿想起来疑惑茶亭公园的名字来历，bing 搜索了一下，说是园名源于明代僧人在此搭建茶亭供行人歇脚的典故，逛公园时也没注意，不知道有没有这个介绍。</p>
<p>茶亭公园都是看荷花去的，不过这个季节不要说荷花了，连荷叶和杠子都没有，随走随拍。</p>
<p><figure class="figure"><img src="https://s.lms.pub/wp-content/uploads/2026/03/2026032101.jpg" alt="公园大门，的上半部分"  loading="lazy" /><figcaption class="caption">公园大门，的上半部分</figcaption></figure>
<figure class="figure"><img src="https://s.lms.pub/wp-content/uploads/2026/03/2026032102.jpg" alt="公园大门，回头一角"  loading="lazy" /><figcaption class="caption">公园大门，回头一角</figcaption></figure>
<figure class="figure"><img src="https://s.lms.pub/wp-content/uploads/2026/03/2026032103.jpg" alt="园内一个月亮门"  loading="lazy" /><figcaption class="caption">园内一个月亮门</figcaption></figure>
<figure class="figure"><img src="https://s.lms.pub/wp-content/uploads/2026/03/2026032104.jpg" alt="没有荷叶荷花，只有一池残根和一个喷水的"  loading="lazy" /><figcaption class="caption">没有荷叶荷花，只有一池残根和一个喷水的</figcaption></figure>
<figure class="figure"><img src="https://s.lms.pub/wp-content/uploads/2026/03/2026032105.jpg" alt="竹篷船，用了手机自带的一个滤镜"  loading="lazy" /><figcaption class="caption">竹篷船，用了手机自带的一个滤镜</figcaption></figure>
<figure class="figure"><img src="https://s.lms.pub/wp-content/uploads/2026/03/2026032106.jpg" alt="像船一样的亭子"  loading="lazy" /><figcaption class="caption">像船一样的亭子</figcaption></figure>
<figure class="figure"><img src="https://s.lms.pub/wp-content/uploads/2026/03/2026032107.jpg" alt="竹撑四季，莲徒爱说"  loading="lazy" /><figcaption class="caption">竹撑四季，莲徒爱说</figcaption></figure>



<div class="figure-group">
  
  
  
  
  
  

  
    
    
    <figure class="figure">
      <img src="https://s.lms.pub/wp-content/uploads/2026/03/2026032111.jpg" loading="lazy" alt="听竹，单薄了一点"  />
      
        <figcaption class="caption">听竹，单薄了一点</figcaption>
      
    </figure>
  
    
    
    <figure class="figure">
      <img src="https://s.lms.pub/wp-content/uploads/2026/03/2026032108.jpg" loading="lazy" alt="戏台一角"  />
      
        <figcaption class="caption">戏台一角</figcaption>
      
    </figure>
  
</div>

<figure class="figure"><img src="https://s.lms.pub/wp-content/uploads/2026/03/2026032109.jpg" alt="荷香戏台"  loading="lazy" /><figcaption class="caption">荷香戏台</figcaption></figure>
<figure class="figure"><img src="https://s.lms.pub/wp-content/uploads/2026/03/2026032110.jpg" alt="少不了的榕树"  loading="lazy" /><figcaption class="caption">少不了的榕树</figcaption></figure>
<figure class="figure"><img src="https://s.lms.pub/wp-content/uploads/2026/03/2026032112.jpg" alt="戏台视角，荷香不遇"  loading="lazy" /><figcaption class="caption">戏台视角，荷香不遇</figcaption></figure></p>
<p>下面是梅花专辑，这是梅花吧？！



<div class="figure-group">
  
  
  
  
  
  

  
    
    
    <figure class="figure">
      <img src="https://s.lms.pub/wp-content/uploads/2026/03/hua01.jpg" loading="lazy" alt="疏枝横玉瘦"  />
      
        <figcaption class="caption">疏枝横玉瘦</figcaption>
      
    </figure>
  
    
    
    <figure class="figure">
      <img src="https://s.lms.pub/wp-content/uploads/2026/03/hua02.jpg" loading="lazy" alt="小萼点珠光"  />
      
        <figcaption class="caption">小萼点珠光</figcaption>
      
    </figure>
  
</div>

<figure class="figure"><img src="https://s.lms.pub/wp-content/uploads/2026/03/hua001.jpg" alt="满树和娇烂漫红，万枝丹彩灼春融。"  loading="lazy" /><figcaption class="caption">满树和娇烂漫红，万枝丹彩灼春融。</figcaption></figure>
<figure class="figure"><img src="https://s.lms.pub/wp-content/uploads/2026/03/hua002.jpg" alt="换一个角度的满树芳华"  loading="lazy" /><figcaption class="caption">换一个角度的满树芳华</figcaption></figure>
<figure class="figure"><img src="https://s.lms.pub/wp-content/uploads/2026/03/hua003.jpg" alt="再换一个角度的满树芳华"  loading="lazy" /><figcaption class="caption">再换一个角度的满树芳华</figcaption></figure>
<figure class="figure"><img src="https://s.lms.pub/wp-content/uploads/2026/03/hua004.jpg" alt="再换一个角度，如火如荼"  loading="lazy" /><figcaption class="caption">再换一个角度，如火如荼</figcaption></figure></p>
<p>我发现写博客发图片真是比纯文字累多了，拍照不用说了，拍半天可能拍不出一张好的，完了回来还得导图片，导出来后挑图片，挑完图片处理图片一张张按统一大小缩放保存转格式，最后还得上传博客，再配上文字，真不是一般人能干的活，好摄的大佬们真是牛逼。</p>
]]></content>
            
                 
                    
                         
                        
                            
                             
                                <category scheme="https://lms.im/cats/%E6%97%A5%E5%BF%97" term="%E6%97%A5%E5%BF%97" label="日志" />
                            
                        
                    
                 
                    
                         
                        
                            
                             
                                <category scheme="https://lms.im/topics/%E5%85%AC%E5%9B%AD" term="%E5%85%AC%E5%9B%AD" label="公园" />
                             
                                <category scheme="https://lms.im/topics/%E8%8C%B6%E4%BA%AD%E5%85%AC%E5%9B%AD" term="%E8%8C%B6%E4%BA%AD%E5%85%AC%E5%9B%AD" label="茶亭公园" />
                             
                                <category scheme="https://lms.im/topics/%E8%8D%B7%E8%8A%B1" term="%E8%8D%B7%E8%8A%B1" label="荷花" />
                             
                                <category scheme="https://lms.im/topics/%E5%91%A8%E6%9C%AB" term="%E5%91%A8%E6%9C%AB" label="周末" />
                             
                                <category scheme="https://lms.im/topics/%E6%95%A3%E6%AD%A5" term="%E6%95%A3%E6%AD%A5" label="散步" />
                             
                                <category scheme="https://lms.im/topics/%E6%8B%8D%E7%85%A7" term="%E6%8B%8D%E7%85%A7" label="拍照" />
                             
                                <category scheme="https://lms.im/topics/%E6%A2%85%E8%8A%B1" term="%E6%A2%85%E8%8A%B1" label="梅花" />
                            
                        
                    
                
            
        </entry>
    
</feed>