Refactored 21sextury scraper.
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
<div class="sidebar">
|
||||
<a
|
||||
v-if="tag.poster"
|
||||
:href="`/media/${tag.poster.path}`"
|
||||
:href="`/img/${tag.poster.path}`"
|
||||
:title="tag.poster.comment"
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
|
||||
@@ -98,6 +98,8 @@ export default {
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
@import 'theme';
|
||||
|
||||
.tags {
|
||||
padding: 1rem;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user