diff --git a/content/categories/Android/_index.md b/content/categories/Android/_index.md new file mode 100644 index 0000000..82604d9 --- /dev/null +++ b/content/categories/Android/_index.md @@ -0,0 +1,9 @@ +--- +title: "Android" +description: "Everything about Android" +slug: "android" +image: "https://img.mitsea.com/blog/categories/android.png?x-oss-process=style/ImageCompress" +style: + background: "#3ddc84" + color: "#fff" +--- diff --git a/content/post/7328a8c7f59b48f09b6ddf51f9642b6b/index.zh-cn.md b/content/post/7328a8c7f59b48f09b6ddf51f9642b6b/index.zh-cn.md new file mode 100644 index 0000000..7ce31b6 --- /dev/null +++ b/content/post/7328a8c7f59b48f09b6ddf51f9642b6b/index.zh-cn.md @@ -0,0 +1,84 @@ ++++ +author = "FlintyLemming" +title = "【归档】原生用户的 iQOO 生存指南" +date = "2020-05-31" +description = "" +categories = ["Consumer", "Android"] +tags = ["iQOO"] +image = "https://img.mitsea.com/blog/posts/2020/05/%E5%8E%9F%E7%94%9F%E7%94%A8%E6%88%B7%E7%9A%84%20iQOO%20%E7%94%9F%E5%AD%98%E6%8C%87%E5%8D%97/title.jpg?x-oss-process=style/ImageCompress" ++++ + +### 开头 + +刚拿到这手机,肯定还有很多研究的不仔细,所以难免会有错误,不对的话可以评论指出来。 +不要纠结“原生”的概念,这里默认就是指 LineageOS、AEX 这种系统。 +不是技术文,整个操作毫无技术含量,只是经验总结。 +需要有会用adb命令的基础。 + +1. Google 套件 +和 MIUI 自带应用商店一样,从 vivo 自带的商店下载一个需要谷歌服务的app,比如 Google 日历 什么的,然后打开app时系统会问你是否安装谷歌套件,按照提示安装即可。 +2. 冰箱 +之所以先设置冰箱,因为如果你使用“设备管理员”方式激活冰箱的话,必须保证手机上没有登录任何账户,包括 vivo 账户。不过为了打开开发者模式,你可能已经登录了 vivo 账户,退出即可。然后按照软件内的激活教程,使用设备管理员模式激活冰箱。 + + ![](https://img.mitsea.com/blog/posts/2020/05/%E5%8E%9F%E7%94%9F%E7%94%A8%E6%88%B7%E7%9A%84%20iQOO%20%E7%94%9F%E5%AD%98%E6%8C%87%E5%8D%97/1.jpg?x-oss-process=style/ImageCompress) + + 当然如果你经常使用电脑,大可选择“普通 ADB”方式来激活冰箱。 + + 激活冰箱后,在“系统”选项卡中,除了像“互传”、“计算器”等不用的内置app可以冻结外,有几个系统组件是建议冻结的,包括但不限于“游戏魔盒”、“智慧引擎”、“vivo服务”。其中,冻结“vivo服务”后,就不会出现开发者模式提醒黄条。 + +3. 设置选项 +Funtouch OS 阉割了很多原生系统的设置页面,包括电池、多用户等。我暂时没有找到什么好的方法进入到相关设置页面,除了使用一些app进行跳转。 + + 使用 Ampere 可以跳转到电池状态页面。 + + ![](https://img.mitsea.com/blog/posts/2020/05/%E5%8E%9F%E7%94%9F%E7%94%A8%E6%88%B7%E7%9A%84%20iQOO%20%E7%94%9F%E5%AD%98%E6%8C%87%E5%8D%97/2.jpg?x-oss-process=style/ImageCompress) + + 使用 设置工具箱,可以跳转到多用户和电池管理等设置页面,这个软件可以在酷安下载到。 + + 打开软件后,点击左上角汉堡菜单按钮,找到“电池设置”。“电池优化”可以跳转到系统的电池优化界面(我是没找到从系统设置里怎么进去……),如果某个软件经常被杀后台,可以在这里设置不优化电池使用。 + + ![](https://img.mitsea.com/blog/posts/2020/05/%E5%8E%9F%E7%94%9F%E7%94%A8%E6%88%B7%E7%9A%84%20iQOO%20%E7%94%9F%E5%AD%98%E6%8C%87%E5%8D%97/3.jpg?x-oss-process=style/ImageCompress) + + 在这个应用的“权限管理”菜单中,可以找到多用户管理设置的入口。 + + ![](https://img.mitsea.com/blog/posts/2020/05/%E5%8E%9F%E7%94%9F%E7%94%A8%E6%88%B7%E7%9A%84%20iQOO%20%E7%94%9F%E5%AD%98%E6%8C%87%E5%8D%97/4.jpg?x-oss-process=style/ImageCompress) + + 其他可能还有一些阉割入口的设置项,暂时还没遇到。 + +4. 黑阈 +Funtouch OS 的后台管理也很迷,有的app很严格,有的app后台放任不管。对于被系统严格限制的app,可以通过“上锁”或者上述的电池管理来设置,暂时还没有找到其他设置方法。而对于被系统放任的app,可以使用黑阈进行控制。 + + 黑阈的激活同样是需要adb命令,按照提示激活即可。 + + ![](https://img.mitsea.com/blog/posts/2020/05/%E5%8E%9F%E7%94%9F%E7%94%A8%E6%88%B7%E7%9A%84%20iQOO%20%E7%94%9F%E5%AD%98%E6%8C%87%E5%8D%97/5.jpg?x-oss-process=style/ImageCompress) + +5. 字体 +原生的系统往往都提供比较方便的修改字体的方式,再不济,Magisk 字体包一刷也就解决了。Funtouch OS 修改字体的方式和 MIUI 同理,都是利用主题的修改。酷安里搜索“vivo 主题修改器”,可以使用这个工具导入带有自定义字体的主题到系统的“i主题”app里,然后应用导入的字体主题就行。这个工具使用方法非常简单,不赘述了。 +6. 导航栏(to-do) +相信从原生过来的,一定不习惯这个系统的全面屏手势,一般都是换回了三大金刚键,系统虽然提供了三个样式可选,有一个也比较“原生”,不过仍然可以通过主题方式添加更多的样式,这个我还没研究怎么实现( +7. 启动器 + 图标包 +启动器肯定是要换掉的,先在 设置-安全与隐私-更多安全设置-更换系统桌面 里打开“允许更换桌面”,并且关闭“点击主屏键锁定系统桌面”。然后在 设置-更多设置-权限管理-权限-默认应用设置-桌面,修改你想要的启动器。 + + 换了启动器图标包怎么弄我就不用说了。 + + ![](https://img.mitsea.com/blog/posts/2020/05/%E5%8E%9F%E7%94%9F%E7%94%A8%E6%88%B7%E7%9A%84%20iQOO%20%E7%94%9F%E5%AD%98%E6%8C%87%E5%8D%97/6.jpg?x-oss-process=style/ImageCompress) + +8. 语音助手 +这里就比较坑了,Funtouch OS 不允许你更换系统默认语音助手,所以你不能用 Jovi键 呼出 Google Assistant,然后我也没找到怎么设置长按 Home 键呼出。但是我们可以把 Jovi 按键干掉,第一步里已经把 Jovi 服务干掉了,然后在 设置-Jovi-智慧按键 里全部改成无。然后就可以吧 Jovi键 锯掉了。 +9. Google Camera +你要问我能不能用,那肯定是能用的,安装包网上都有。但是你问我有没有必要,我觉得没必要。我觉得系统相机就挺不错的,毕竟蓝厂做了那么多年线下,相机app做的还是可以的。 +10. 网络 adb +这种系统一般没有直接给你“网络 adb”的开关,不过可以用 `adb tcpip` 指定端口,说来惭愧,用了那么多年的adb,我也是才被人提醒有这个功能…自我学习能力有待提高。 +手机插上电脑,打开开发者选项,打开USB调试,然后指定网络调试的端口,一般就5555 + + ``` + adb tcpip 5555 + + ``` + + 然后拔掉数据线,后面就能正常使用网络adb了,查看下本机IP地址,连接一下就行 + + ``` + adb connect 192.168.xxx.xxx:5555 + + ``` \ No newline at end of file diff --git a/content/post/806743bc5c6a427899d37869eab9d259/index.zh-cn.md b/content/post/806743bc5c6a427899d37869eab9d259/index.zh-cn.md new file mode 100644 index 0000000..f431d92 --- /dev/null +++ b/content/post/806743bc5c6a427899d37869eab9d259/index.zh-cn.md @@ -0,0 +1,85 @@ ++++ +author = "FlintyLemming" +title = "【归档】原神装备推荐" +date = "2021-01-31" +description = "" +categories = ["Game"] +tags = ["原神"] +image = "https://img.mitsea.com/blog/posts/2021/01/原神装备推荐/title.png?x-oss-process=style/ImageCompress" ++++ + +## 公子 + +### 武器 + +- [ ] 天空弓 + +[圣遗物](%E5%9C%A3%E9%81%97%E7%89%A9%2061bc0dda5d934ba8af804dfd850a0399.csv) + +暴击率 50%+ + +套装:2水2角斗士2宗室 + +## 阿贝多 + +### 武器 + +- [x] 黎明神剑 + +[圣遗物](%E5%9C%A3%E9%81%97%E7%89%A9%206fae9b5a93a54ec89a2d6bb493df5329.csv) + +暴击率 50%+ + +套装:2宗室2磐岩 + +# 刻晴 + +### 武器 + +- [x] 匣里龙吟 + +[圣遗物](%E5%9C%A3%E9%81%97%E7%89%A9%202812720b95574e94acf57d84d609b930.csv) + +暴击率 50%+ + +套装:2宗室2如雷 + +# 凝光 + +### 武器 + +- [x] 天空之卷 + +[圣遗物](%E5%9C%A3%E9%81%97%E7%89%A9%20d002d3b92eff4bc38f3d15ca33db4ce3.csv) + +暴击率 50%+ + +套装:2决斗2磐岩 + +## 班尼特 + +### 武器 + +- [x] 天空之刃 + +[圣遗物](%E5%9C%A3%E9%81%97%E7%89%A9%20fc828f8943e946faba2dae3ddba3d267.csv) + +充能效率 200%+ + +套装:4宗室 + +## 温蒂 + +### 武器 + +- [ ] 天空弓 + +[圣遗物](%E5%9C%A3%E9%81%97%E7%89%A9%204bee552df29148e68a74dc293e05d7b2.csv) + +暴击率 50%+ + +套装:4风套 + +## 参考 + +[爆肝400小时!年度大作《原神全角色圣遗物推荐》进阶篇_哔哩哔哩 (゜-゜)つロ 干杯~-bilibili](https://www.bilibili.com/video/BV1mU4y1s7Wv) \ No newline at end of file diff --git a/content/post/806743bc5c6a427899d37869eab9d259/圣遗物 2812720b95574e94acf57d84d609b930/时之沙 1a77a6cd27364377bff8a52754962525.md b/content/post/806743bc5c6a427899d37869eab9d259/圣遗物 2812720b95574e94acf57d84d609b930/时之沙 1a77a6cd27364377bff8a52754962525.md new file mode 100644 index 0000000..1e2b923 --- /dev/null +++ b/content/post/806743bc5c6a427899d37869eab9d259/圣遗物 2812720b95574e94acf57d84d609b930/时之沙 1a77a6cd27364377bff8a52754962525.md @@ -0,0 +1,5 @@ +# 时之沙 + +主词条: 攻击力 +副词条: 暴击爆伤 +是否拥有: No \ No newline at end of file diff --git a/content/post/806743bc5c6a427899d37869eab9d259/圣遗物 2812720b95574e94acf57d84d609b930/理之冠 426a5ee353454cbca7512b262fc72e30.md b/content/post/806743bc5c6a427899d37869eab9d259/圣遗物 2812720b95574e94acf57d84d609b930/理之冠 426a5ee353454cbca7512b262fc72e30.md new file mode 100644 index 0000000..71c5fcb --- /dev/null +++ b/content/post/806743bc5c6a427899d37869eab9d259/圣遗物 2812720b95574e94acf57d84d609b930/理之冠 426a5ee353454cbca7512b262fc72e30.md @@ -0,0 +1,5 @@ +# 理之冠 + +主词条: 暴击爆伤 +副词条: 暴击爆伤 +是否拥有: No \ No newline at end of file diff --git a/content/post/806743bc5c6a427899d37869eab9d259/圣遗物 2812720b95574e94acf57d84d609b930/空之杯 d67eee62b78d41adb765fc9c9bbe8fc0.md b/content/post/806743bc5c6a427899d37869eab9d259/圣遗物 2812720b95574e94acf57d84d609b930/空之杯 d67eee62b78d41adb765fc9c9bbe8fc0.md new file mode 100644 index 0000000..d1d1c56 --- /dev/null +++ b/content/post/806743bc5c6a427899d37869eab9d259/圣遗物 2812720b95574e94acf57d84d609b930/空之杯 d67eee62b78d41adb765fc9c9bbe8fc0.md @@ -0,0 +1,5 @@ +# 空之杯 + +主词条: 元素伤害 +副词条: 暴击爆伤 +是否拥有: No \ No newline at end of file diff --git a/content/post/806743bc5c6a427899d37869eab9d259/圣遗物 4bee552df29148e68a74dc293e05d7b2/时之沙 70a9910575d343caa78b28bd51cbd124.md b/content/post/806743bc5c6a427899d37869eab9d259/圣遗物 4bee552df29148e68a74dc293e05d7b2/时之沙 70a9910575d343caa78b28bd51cbd124.md new file mode 100644 index 0000000..1e2b923 --- /dev/null +++ b/content/post/806743bc5c6a427899d37869eab9d259/圣遗物 4bee552df29148e68a74dc293e05d7b2/时之沙 70a9910575d343caa78b28bd51cbd124.md @@ -0,0 +1,5 @@ +# 时之沙 + +主词条: 攻击力 +副词条: 暴击爆伤 +是否拥有: No \ No newline at end of file diff --git a/content/post/806743bc5c6a427899d37869eab9d259/圣遗物 4bee552df29148e68a74dc293e05d7b2/理之冠 0c6154f5af2f467281fc0f3dc52d8a30.md b/content/post/806743bc5c6a427899d37869eab9d259/圣遗物 4bee552df29148e68a74dc293e05d7b2/理之冠 0c6154f5af2f467281fc0f3dc52d8a30.md new file mode 100644 index 0000000..71c5fcb --- /dev/null +++ b/content/post/806743bc5c6a427899d37869eab9d259/圣遗物 4bee552df29148e68a74dc293e05d7b2/理之冠 0c6154f5af2f467281fc0f3dc52d8a30.md @@ -0,0 +1,5 @@ +# 理之冠 + +主词条: 暴击爆伤 +副词条: 暴击爆伤 +是否拥有: No \ No newline at end of file diff --git a/content/post/806743bc5c6a427899d37869eab9d259/圣遗物 4bee552df29148e68a74dc293e05d7b2/空之杯 71532dea384c4b49afc4c10adff18d1f.md b/content/post/806743bc5c6a427899d37869eab9d259/圣遗物 4bee552df29148e68a74dc293e05d7b2/空之杯 71532dea384c4b49afc4c10adff18d1f.md new file mode 100644 index 0000000..d1d1c56 --- /dev/null +++ b/content/post/806743bc5c6a427899d37869eab9d259/圣遗物 4bee552df29148e68a74dc293e05d7b2/空之杯 71532dea384c4b49afc4c10adff18d1f.md @@ -0,0 +1,5 @@ +# 空之杯 + +主词条: 元素伤害 +副词条: 暴击爆伤 +是否拥有: No \ No newline at end of file diff --git a/content/post/806743bc5c6a427899d37869eab9d259/圣遗物 61bc0dda5d934ba8af804dfd850a0399/时之沙 04f3cbc41eea45a08f5590bc617a9993.md b/content/post/806743bc5c6a427899d37869eab9d259/圣遗物 61bc0dda5d934ba8af804dfd850a0399/时之沙 04f3cbc41eea45a08f5590bc617a9993.md new file mode 100644 index 0000000..1e2b923 --- /dev/null +++ b/content/post/806743bc5c6a427899d37869eab9d259/圣遗物 61bc0dda5d934ba8af804dfd850a0399/时之沙 04f3cbc41eea45a08f5590bc617a9993.md @@ -0,0 +1,5 @@ +# 时之沙 + +主词条: 攻击力 +副词条: 暴击爆伤 +是否拥有: No \ No newline at end of file diff --git a/content/post/806743bc5c6a427899d37869eab9d259/圣遗物 61bc0dda5d934ba8af804dfd850a0399/理之冠 e4b792bcf86640c8bc2638b65264c6f9.md b/content/post/806743bc5c6a427899d37869eab9d259/圣遗物 61bc0dda5d934ba8af804dfd850a0399/理之冠 e4b792bcf86640c8bc2638b65264c6f9.md new file mode 100644 index 0000000..71c5fcb --- /dev/null +++ b/content/post/806743bc5c6a427899d37869eab9d259/圣遗物 61bc0dda5d934ba8af804dfd850a0399/理之冠 e4b792bcf86640c8bc2638b65264c6f9.md @@ -0,0 +1,5 @@ +# 理之冠 + +主词条: 暴击爆伤 +副词条: 暴击爆伤 +是否拥有: No \ No newline at end of file diff --git a/content/post/806743bc5c6a427899d37869eab9d259/圣遗物 61bc0dda5d934ba8af804dfd850a0399/空之杯 a3a9c8b29e0f4274a20ae1e81e724682.md b/content/post/806743bc5c6a427899d37869eab9d259/圣遗物 61bc0dda5d934ba8af804dfd850a0399/空之杯 a3a9c8b29e0f4274a20ae1e81e724682.md new file mode 100644 index 0000000..d1d1c56 --- /dev/null +++ b/content/post/806743bc5c6a427899d37869eab9d259/圣遗物 61bc0dda5d934ba8af804dfd850a0399/空之杯 a3a9c8b29e0f4274a20ae1e81e724682.md @@ -0,0 +1,5 @@ +# 空之杯 + +主词条: 元素伤害 +副词条: 暴击爆伤 +是否拥有: No \ No newline at end of file diff --git a/content/post/806743bc5c6a427899d37869eab9d259/圣遗物 6fae9b5a93a54ec89a2d6bb493df5329/时之沙 aa766052e3c74abf9b51f15425980afa.md b/content/post/806743bc5c6a427899d37869eab9d259/圣遗物 6fae9b5a93a54ec89a2d6bb493df5329/时之沙 aa766052e3c74abf9b51f15425980afa.md new file mode 100644 index 0000000..9a3031c --- /dev/null +++ b/content/post/806743bc5c6a427899d37869eab9d259/圣遗物 6fae9b5a93a54ec89a2d6bb493df5329/时之沙 aa766052e3c74abf9b51f15425980afa.md @@ -0,0 +1,5 @@ +# 时之沙 + +主词条: 防御力 +副词条: 暴击爆伤 +是否拥有: No \ No newline at end of file diff --git a/content/post/806743bc5c6a427899d37869eab9d259/圣遗物 6fae9b5a93a54ec89a2d6bb493df5329/理之冠 d43c8a9ceb4a41fa9f105991cb9a8603.md b/content/post/806743bc5c6a427899d37869eab9d259/圣遗物 6fae9b5a93a54ec89a2d6bb493df5329/理之冠 d43c8a9ceb4a41fa9f105991cb9a8603.md new file mode 100644 index 0000000..89b7a9e --- /dev/null +++ b/content/post/806743bc5c6a427899d37869eab9d259/圣遗物 6fae9b5a93a54ec89a2d6bb493df5329/理之冠 d43c8a9ceb4a41fa9f105991cb9a8603.md @@ -0,0 +1,5 @@ +# 理之冠 + +主词条: 暴击伤害 +副词条: 暴击率 +是否拥有: No \ No newline at end of file diff --git a/content/post/806743bc5c6a427899d37869eab9d259/圣遗物 6fae9b5a93a54ec89a2d6bb493df5329/空之杯 a0142ef97c094dbf8c8eba2614ec6632.md b/content/post/806743bc5c6a427899d37869eab9d259/圣遗物 6fae9b5a93a54ec89a2d6bb493df5329/空之杯 a0142ef97c094dbf8c8eba2614ec6632.md new file mode 100644 index 0000000..d1d1c56 --- /dev/null +++ b/content/post/806743bc5c6a427899d37869eab9d259/圣遗物 6fae9b5a93a54ec89a2d6bb493df5329/空之杯 a0142ef97c094dbf8c8eba2614ec6632.md @@ -0,0 +1,5 @@ +# 空之杯 + +主词条: 元素伤害 +副词条: 暴击爆伤 +是否拥有: No \ No newline at end of file diff --git a/content/post/806743bc5c6a427899d37869eab9d259/圣遗物 d002d3b92eff4bc38f3d15ca33db4ce3/时之沙 8408a47f8a9644bf96bd91576c6bdc04.md b/content/post/806743bc5c6a427899d37869eab9d259/圣遗物 d002d3b92eff4bc38f3d15ca33db4ce3/时之沙 8408a47f8a9644bf96bd91576c6bdc04.md new file mode 100644 index 0000000..f2a7e38 --- /dev/null +++ b/content/post/806743bc5c6a427899d37869eab9d259/圣遗物 d002d3b92eff4bc38f3d15ca33db4ce3/时之沙 8408a47f8a9644bf96bd91576c6bdc04.md @@ -0,0 +1,5 @@ +# 时之沙 + +主词条: 攻击力 +副词条: 暴击爆伤 +是否拥有: Yes \ No newline at end of file diff --git a/content/post/806743bc5c6a427899d37869eab9d259/圣遗物 d002d3b92eff4bc38f3d15ca33db4ce3/理之冠 f9fb237bc2494e42a8670d5f83b6c721.md b/content/post/806743bc5c6a427899d37869eab9d259/圣遗物 d002d3b92eff4bc38f3d15ca33db4ce3/理之冠 f9fb237bc2494e42a8670d5f83b6c721.md new file mode 100644 index 0000000..7bed4c5 --- /dev/null +++ b/content/post/806743bc5c6a427899d37869eab9d259/圣遗物 d002d3b92eff4bc38f3d15ca33db4ce3/理之冠 f9fb237bc2494e42a8670d5f83b6c721.md @@ -0,0 +1,5 @@ +# 理之冠 + +主词条: 暴击爆伤 +副词条: 暴击爆伤 +是否拥有: Yes \ No newline at end of file diff --git a/content/post/806743bc5c6a427899d37869eab9d259/圣遗物 d002d3b92eff4bc38f3d15ca33db4ce3/空之杯 70c8b13b5d9f49349f8fcc2bdfa621ba.md b/content/post/806743bc5c6a427899d37869eab9d259/圣遗物 d002d3b92eff4bc38f3d15ca33db4ce3/空之杯 70c8b13b5d9f49349f8fcc2bdfa621ba.md new file mode 100644 index 0000000..d1d1c56 --- /dev/null +++ b/content/post/806743bc5c6a427899d37869eab9d259/圣遗物 d002d3b92eff4bc38f3d15ca33db4ce3/空之杯 70c8b13b5d9f49349f8fcc2bdfa621ba.md @@ -0,0 +1,5 @@ +# 空之杯 + +主词条: 元素伤害 +副词条: 暴击爆伤 +是否拥有: No \ No newline at end of file diff --git a/content/post/806743bc5c6a427899d37869eab9d259/圣遗物 fc828f8943e946faba2dae3ddba3d267/时之沙 f5fe2a98b1ba43ca80fc0a01b4cd56d0.md b/content/post/806743bc5c6a427899d37869eab9d259/圣遗物 fc828f8943e946faba2dae3ddba3d267/时之沙 f5fe2a98b1ba43ca80fc0a01b4cd56d0.md new file mode 100644 index 0000000..36e54b1 --- /dev/null +++ b/content/post/806743bc5c6a427899d37869eab9d259/圣遗物 fc828f8943e946faba2dae3ddba3d267/时之沙 f5fe2a98b1ba43ca80fc0a01b4cd56d0.md @@ -0,0 +1,5 @@ +# 时之沙 + +主词条: 充能效率 +副词条: 生命值 +是否拥有: No \ No newline at end of file diff --git a/content/post/806743bc5c6a427899d37869eab9d259/圣遗物 fc828f8943e946faba2dae3ddba3d267/理之冠 3503468f9649439c8184ba987684cc3f.md b/content/post/806743bc5c6a427899d37869eab9d259/圣遗物 fc828f8943e946faba2dae3ddba3d267/理之冠 3503468f9649439c8184ba987684cc3f.md new file mode 100644 index 0000000..d7d4f29 --- /dev/null +++ b/content/post/806743bc5c6a427899d37869eab9d259/圣遗物 fc828f8943e946faba2dae3ddba3d267/理之冠 3503468f9649439c8184ba987684cc3f.md @@ -0,0 +1,5 @@ +# 理之冠 + +主词条: 生命值 +副词条: 充能效率 +是否拥有: No \ No newline at end of file diff --git a/content/post/806743bc5c6a427899d37869eab9d259/圣遗物 fc828f8943e946faba2dae3ddba3d267/空之杯 504caca3858e40a8ab31fdbe3202e5aa.md b/content/post/806743bc5c6a427899d37869eab9d259/圣遗物 fc828f8943e946faba2dae3ddba3d267/空之杯 504caca3858e40a8ab31fdbe3202e5aa.md new file mode 100644 index 0000000..8486a95 --- /dev/null +++ b/content/post/806743bc5c6a427899d37869eab9d259/圣遗物 fc828f8943e946faba2dae3ddba3d267/空之杯 504caca3858e40a8ab31fdbe3202e5aa.md @@ -0,0 +1,5 @@ +# 空之杯 + +主词条: 生命值 +副词条: 充能效率 +是否拥有: No \ No newline at end of file