From 8c7da933eae8745e00ce29fe78ceb6d6bf4d2e05 Mon Sep 17 00:00:00 2001
From: DIYgod
- Example: https://rsshub.app{{example}}
+ Example: {{demoUrl}}
Route: {{ path }}
@@ -72,6 +72,11 @@ export default {
});
return md.render(item);
},
+ },
+ computed: {
+ demoUrl: function () {
+ return 'https://rsshub.app'+ this.example
+ }
}
}