6 lines
120 B
TypeScript
Raw Normal View History

2024-10-05 01:22:41 +08:00
import { defineRSSHubSource } from "#/utils"
export default defineRSSHubSource("/36kr/hot-list", {
sorted: false,
})