(options)
| 268 | } |
| 269 | |
| 270 | function parseDemoBody(options) { |
| 271 | if (!options || !options.body) return {}; |
| 272 | try { |
| 273 | return JSON.parse(options.body); |
| 274 | } catch (_error) { |
| 275 | return {}; |
| 276 | } |
| 277 | } |
| 278 | |
| 279 | function demoReport(title = "PaperFlow Demo Reading Report", writeFeishu = false) { |
| 280 | return { |