Kagamigawa

Results 8 issues of Kagamigawa

每次搭建后端都得给 mysql_port= 改为mysql_port= ‘’,不知是否是这个问题

![Snipaste_2021-07-26_12-32-32](https://user-images.githubusercontent.com/35628460/126933514-0c92371d-f5de-4287-87c6-52a6b2dbb31b.jpg) 如图所示。 哪怕单纯加个判断也好

首先感谢大大精简好用的代码,在config填写正确的情况下没有问题,可以正常使用。 出于好奇自己研究了下 在API错误情况下打印: No file, need IP Updating zone_identifier & record_identifier 测试了下 大概出现在这个位置 https://github.com/yulewang/cloudflare-api-v4-ddns/blob/1336b077a26a1a6a88b651dc53519290894b7242/cf-v4-ddns.sh#L123 因为API错误的原因导致文件直接退出没有继续执行后文的错误检测代码 修不来……我爬了

https://github.com/blinkfox/hexo-theme-matery/pull/610 就是这个问题 twikoo一切都很完美,除了这个……就像有只猫在心里挠痒 尝试了两个小时无奈学艺不精解决不了。 恳求开发者能完善下这个样式! 感谢

bug

如图 ![image](https://user-images.githubusercontent.com/35628460/189515545-f2629ded-9509-437c-bf35-fe8b8402843b.png)

https://beautifulsoup.readthedocs.io/zh_CN/v4.4.0/index.html#id35 字符窜->字符串 >重申: 搜索 name 参数的值可以使任一类型的 过滤器 ,字符窜,正则表达式,列表,方法或是 True . 感谢翻译!

之前有几个issues已经提到该问题,但由于hexo更新,hexo-asset-image插件集成到[hexo-renderer-marked](https://github.com/hexojs/hexo-renderer-marked) 粗略的看了下代码,确实与abbrlink插件无关。于是硬着头皮研究了好久,现附解决方案。 `node_modules\hexo\lib\models\post_asset.js`目录中 **改动1:** ```JavaScript return join(post.path.replace(/\.html?$/, ''), this.slug); ``` 改为: ```JavaScript return join(dirname(post.path), post.slug, this.slug); ``` **改动2:** ```JavaScript const { join} = require('path'); ``` 改为 ```JavaScript const { join,...

**Description** Is custom output module supported? I tested it and it seems not to work. Adding the output module to module_dirs is ineffective. Although I can directly modify _asset_inventory.py_, it...

enhancement