mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-04-30 15:59:33 +08:00
remove imagetool
This commit is contained in:
parent
4a76821732
commit
3da4beb5ac
5 changed files with 118 additions and 15 deletions
|
@ -81,7 +81,6 @@
|
|||
"unist-util-visit": "^4.1.1",
|
||||
"unocss": "^0.47.6",
|
||||
"vite": "^4.0.2",
|
||||
"vite-imagetools": "^4.0.12",
|
||||
"vite-plugin-pwa": "^0.14.0",
|
||||
"workbox-window": "^6.5.4"
|
||||
},
|
||||
|
|
|
@ -58,7 +58,6 @@ specifiers:
|
|||
unist-util-visit: ^4.1.1
|
||||
unocss: ^0.47.6
|
||||
vite: ^4.0.2
|
||||
vite-imagetools: ^4.0.12
|
||||
vite-plugin-pwa: ^0.14.0
|
||||
workbox-window: ^6.5.4
|
||||
|
||||
|
@ -122,7 +121,6 @@ devDependencies:
|
|||
unist-util-visit: 4.1.1
|
||||
unocss: 0.47.6_vite@4.0.2
|
||||
vite: 4.0.2_@types+node@18.11.17
|
||||
vite-imagetools: 4.0.12
|
||||
vite-plugin-pwa: 0.14.0_gusaiip33kkuwpygl36cqmizje
|
||||
workbox-window: 6.5.4
|
||||
|
||||
|
@ -12671,15 +12669,6 @@ packages:
|
|||
vfile-message: 3.1.3
|
||||
dev: true
|
||||
|
||||
/vite-imagetools/4.0.12:
|
||||
resolution: {integrity: sha512-zdh38mbVisv+8xpD00MRblaXqq/PZXCQi4HqOZILlEO78HxXAoB36KoytmcFqhX9G5BTV2j4LJnRTgebhPaGmg==}
|
||||
engines: {node: '>=12.0.0'}
|
||||
dependencies:
|
||||
'@rollup/pluginutils': 5.0.2
|
||||
transitivePeerDependencies:
|
||||
- rollup
|
||||
dev: true
|
||||
|
||||
/vite-plugin-pwa/0.14.0_gusaiip33kkuwpygl36cqmizje:
|
||||
resolution: {integrity: sha512-3wZx47PLWTckOQhc8Y6YZjAbNZ89Ovh4TdCT97MGhgl7aFd2LUekVnAmIgFwgMqyxzJ93nmkPF/ALpEW/i2qCg==}
|
||||
peerDependencies:
|
||||
|
|
|
@ -59,7 +59,7 @@ Brave 浏览器同理
|
|||
|
||||
## 后记
|
||||
|
||||
我目前的 RSS Feed 有 951 条,未读 53460 条……不过有了 Miniflux-injector 后我相信不会积灰了,还看到有人在开发[shiori-injector](https://github.com/tezlm/shiori-injector),[shiori](https://github.com/go-shiori/shiori) 跟 linkding 一样,也是一个书签管理器,但和 linkding 不一样的是,shiori 还保存了源网页的内容,类似 Pocket 的感觉,我之前试过,功能还不是很完善,所以没有用下去,未来还会不会再次尝试呢?暂不清楚
|
||||
我目前的 RSS Feed 有 951 条,未读 53460 条……不过有了 Miniflux-injector 后我相信不会积灰了,还看到有人在开发[shiori-injector](https://github.com/tezlm/shiori-injector),[shiori](https://github.com/go-shiori/shiori) 跟 linkding 一样,也是一个书签管理器,但和 linkding 不一样的是,shiori 还保存了源网页的内容,类似 Pocket 的感觉,我之前试过,功能还不是很完善所以没有用下去,未来还会不会再次尝试呢?暂不清楚
|
||||
|
||||
- 发现更多的 RSS 源,我推荐 [RSS+](https://greasyfork.org/zh-CN/scripts/373252-rss-show-site-all-rss)
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@ import { defineConfig } from 'vite'
|
|||
// vite plugin
|
||||
import UnoCSS from 'unocss/vite'
|
||||
import { presetTagify, presetIcons, extractorSvelte } from 'unocss'
|
||||
import { imagetools } from 'vite-imagetools'
|
||||
// import { imagetools } from 'vite-imagetools'
|
||||
import { SvelteKitPWA } from '@vite-pwa/sveltekit'
|
||||
import { sveltekit } from '@sveltejs/kit/vite'
|
||||
// postcss & tailwindcss
|
||||
|
@ -40,7 +40,7 @@ export default defineConfig({
|
|||
presetIcons({ scale: 1.5 })
|
||||
]
|
||||
}),
|
||||
imagetools(),
|
||||
// imagetools(),
|
||||
sveltekit(),
|
||||
SvelteKitPWA({
|
||||
registerType: 'autoUpdate',
|
||||
|
|
115
vite.config.ts.timestamp-1671468517973.mjs
Normal file
115
vite.config.ts.timestamp-1671468517973.mjs
Normal file
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue