Skip to content

Commit

Permalink
remove legacy RJ
Browse files Browse the repository at this point in the history
  • Loading branch information
Number1739 committed Jan 10, 2024
1 parent 1299305 commit 8da1807
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/OldWorkCard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
<!-- DLsite链接 -->
<div class="col-auto">
<q-icon name="launch" size="xs" />
<a class="text-blue" :href="`https://www.dlsite.com/home/work/=/product_id/RJ${dlsiteCode}.html`" rel="noreferrer noopener" target="_blank">DLsite</a>
<a class="text-blue" :href="`https://www.dlsite.com/home/work/=/product_id/${dlsiteCode}.html`" rel="noreferrer noopener" target="_blank">DLsite</a>
</div>
</div>

Expand Down
2 changes: 1 addition & 1 deletion src/pages/Dashboard/Scanner.vue
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@

<q-item-section>
<q-item-label v-if="item.logs.length > 0" class="ellipsis">{{item.logs[item.logs.length - 1].message}}</q-item-label>
<q-item-label caption>{{`RJ${item.rjcode}`}}</q-item-label>
<q-item-label caption>{{`${item.rjcode}`}}</q-item-label>
</q-item-section>
</template>

Expand Down

0 comments on commit 8da1807

Please sign in to comment.