client: update default url for RSS widget
This commit is contained in:
parent
c59d7fcd03
commit
c8500c529d
2 changed files with 2 additions and 2 deletions
|
@ -56,7 +56,7 @@ const name = "rssTicker";
|
||||||
const widgetPropsDef = {
|
const widgetPropsDef = {
|
||||||
url: {
|
url: {
|
||||||
type: "string" as const,
|
type: "string" as const,
|
||||||
default: "http://feeds.afpbb.com/rss/afpbb/afpbbnews",
|
default: "https://info.firefish.dev/@firefish.rss?noteintitle",
|
||||||
},
|
},
|
||||||
shuffle: {
|
shuffle: {
|
||||||
type: "boolean" as const,
|
type: "boolean" as const,
|
||||||
|
|
|
@ -46,7 +46,7 @@ const name = "rss";
|
||||||
const widgetPropsDef = {
|
const widgetPropsDef = {
|
||||||
url: {
|
url: {
|
||||||
type: "string" as const,
|
type: "string" as const,
|
||||||
default: "http://feeds.afpbb.com/rss/afpbb/afpbbnews",
|
default: "https://info.firefish.dev/@firefish.rss?noteintitle",
|
||||||
},
|
},
|
||||||
height: {
|
height: {
|
||||||
type: "number" as const,
|
type: "number" as const,
|
||||||
|
|
Loading…
Reference in a new issue