藍+85CD

Results 19 comments of 藍+85CD

I implemented a Remote Follow button on my personal blog. Maybe this will help? not really sure how to put it in Bridgy Fed though. [Source](https://github.com/kwaa/blog/blob/main/src/lib/components/extra/follow.svelte) / [Demo](https://kwaa.dev) ```svelte import...

> @kwaa 你好,请教下你这个三张手机端的截图是怎么来的,感觉好漂亮啊? https://browserstack.com/

> @kwaa you can check this repo, I just hack the `vite-plugin-pwa` with a local copy of the plugin using the linked PR: https://github.com/userquin/pwa-sveltekit-vite Oh, thanks! I noticed that, except...

This issue has been fixed in `@builder.io/[email protected]`.

Duplicate of https://github.com/BuilderIO/qwik/issues/1844 imo

🤔 hmm... my suggestion is to put all the folders in the /urara/ directory, but this really needs improvement. I may update in the next few days, or welcome PR...

progress: It is currently possible to delete all files copied from /urara/, but it is difficult to delete all empty directories. ```js const cleanFile = src => fs.readdir(src, { withFileTypes:...

> What if it kept track of all the files/dirs copied in the build step? Maybe in some sort of context or an array that can keep state? That would...

Update: I tried to implement the `scanDir()` function to create a list of files and so far it works fine for copying but removing is still hard to do. files...

> What's the problem that you're running into with file removal? I might have a chance to look at it this week. > > Just after looking briefly at the...