Skip to content

Commit

Permalink
fix(route/isct): TIP overflow layout (#17838)
Browse files Browse the repository at this point in the history
* Update namespace.ts

* Update namespace.ts
  • Loading branch information
iusx authored Dec 10, 2024
1 parent 0d1a9d2 commit f1c793a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/routes/isct/namespace.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ export const namespace: Namespace = {
name: 'Institute of Science Tokyo',
url: 'isct.ac.jp',
lang: 'ja',
description: `
:::tip
支持通过category参数筛选新闻类别。详情请查看[指南](https://docs.rsshub.app/zh/guide/parameters#%E5%86%85%E5%AE%B9%E8%BF%87%E6%BB%A4)。
You can filter news by category through the category parameter. For more information, please refer to the [guide](https://docs.rsshub.app/guide/parameters#filtering).
description: `:::tip
支持通过 category 参数筛选新闻类别。详情请查看 [指南](https://docs.rsshub.app/zh/guide/parameters#%E5%86%85%E5%AE%B9%E8%BF%87%E6%BB%A4) 。
You can filter news by category through the category parameter. For more information, please refer to the [guide](https://docs.rsshub.app/guide/parameters#filtering).
:::`,
ja: {
name: '東京科学大学',
Expand Down

0 comments on commit f1c793a

Please sign in to comment.