packy
packy
## The cause I use [zoni/obsidian-export](https://github.com/zoni/obsidian-export) to output file. When this tool outputs content, media content in the same directory brings less trouble. And see a similar question in [issues...
``` # https://github.com/goldfire/howler.js/blob/master/dist/howler.js#L2163 // Add support for AMD (Asynchronous Module Definition) libraries such as require.js. if (typeof define === 'function' && define.amd) { define([], function() { return { Howler: Howler,...
## Describe the bug 使用update方法更新剧集后,无法完成下发下载的任务。 ## How To Reproduce Steps to reproduce the behavior: 1. 将剧集数设置为0,`bgmi mark "摇曳露营△ 第三季" 0` 2. 调用`bgmi update "摇曳露营△ 第三季" --download`命令更新 显示内容: ``` 2024-04-23 12:26:28...
- **订阅接口增加输出rss和atom支持**: - 路径: `/api/s` - 参数: - `id`: 数据源ID(如"zhihu") - `latest`: 是否强制获取最新内容(true/false) - `format`: 返回格式(json/rss/atom),默认为json - 返回格式: - JSON: application/json - RSS: application/rss+xml - Atom: application/atom+xml - 示例: ```...