mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-24 03:39:13 +08:00
fix typo
This commit is contained in:
parent
06d2daa57e
commit
a60fffe045
2 changed files with 2 additions and 2 deletions
|
@ -27,7 +27,7 @@ export const projects: Project[] = [
|
|||
"Browser extension for the self-hosted miniflux bookmark service. Fork from <a href='https://github.com/Fivefold/linkding-injector' target='_blank'>linkding-injector</a>",
|
||||
feature: 'Svelte',
|
||||
img: 'https://usc1.contabostorage.com/cc0b816231a841b1b0232d5ef0c6deb1:image/2022/12/7ae29e6a539895491fbb88a28c95aed7.png',
|
||||
link: 'https://github.com/Sevichecc/miniflux-injector/blob/main/docs/API.png'
|
||||
link: 'https://github.com/Sevichecc/miniflux-injector'
|
||||
},
|
||||
{
|
||||
id: 'fokify',
|
||||
|
|
|
@ -71,7 +71,7 @@ summary: 代码高亮、行内图片、数学公式支持
|
|||
</html>
|
||||
```
|
||||
|
||||
修改里面的 src 为`/instance/mods.js`,也就是:
|
||||
修改里面的 src 为`/instance/mod/mods.js`,也就是:
|
||||
|
||||
```html title="index.html"
|
||||
<script type=text/javascript src=/instance/mod/mods.js></script>
|
||||
|
|
Loading…
Reference in a new issue