mirror of
https://github.com/ourongxing/newsnow.git
synced 2025-01-31 19:08:05 +08:00
6 lines
120 B
TypeScript
6 lines
120 B
TypeScript
import { defineRSSHubSource } from "#/utils"
|
|
|
|
export default defineRSSHubSource("/36kr/hot-list", {
|
|
sorted: false,
|
|
})
|