byj66 最近的时间轴更新
byj66's repos on GitHub
99 人关注
awesometools
整理一些实用的软件工具和开发学习资源
HTML · 3 人关注
dropdown-menu
下拉菜单 https://dropdownnav.netlify.com/
TypeScript · 2 人关注
all-in-github
Manage All Personal Data with Github
Lua · 2 人关注
dotfiles
My dotfiles and personal preferences. wsl/nvim/tmux/fish/powershell
1 人关注
byodian-blog
开发学习笔记
Vue · 1 人关注
coding-interview
Shell · 0 人关注
ansible
Manage personal dotfiles with Ansible
0 人关注
awesome-snippets
0 人关注
byodian
Config files for my GitHub profile.
Nunjucks · 0 人关注
byodian.github.io
Static blog
TypeScript · 0 人关注
catch-fish
a vscode plugin which help you spend your boring time
HTML · 0 人关注
cesiumSimple
Java · 0 人关注
code-generated
Java · 0 人关注
codebase
Programming Language Learning Codebase
Python · 0 人关注
data-structures-algorithms
JavaScript · 0 人关注
design-patterns
0 人关注
diagrams
draw
JavaScript · 0 人关注
easynpm
JavaScript · 0 人关注
eleventynano
JavaScript · 0 人关注
eslint-config
ESlint config
0 人关注
eslint-config-airbnb-typescript
Airbnb's ESLint config with TypeScript support
TypeScript · 0 人关注
express-typescript-boilerplate
CSS · 0 人关注
generated-content
使用 ::after 和 ::before 生成内容技术的应用案例 https://generatedcontent.netlify.com/
0 人关注
gitignore
A collection of useful .gitignore templates
0 人关注
gitstars
Github Starred Repositories Manager
JavaScript · 0 人关注
gulp-template
gulp 自动化配置
HTML · 0 人关注
horizontal-navigation
导航栏水平布局的四种 CSS 方法 https://horizontalnav.netlify.com
HTML · 0 人关注
html101
0 人关注
huntly
Huntly, information management tool, rss reader, automatic saving browsed contents include tweets, github stars management tool. 信息管理工具、RSS 阅读器、GitHub stars 管理、推文管理、自动记录浏览过的文章。
byj66

byj66

V2EX 第 377831 号会员,加入于 2019-01-16 10:56:47 +08:00
byj66 最近回复了
44 天前
回复了 calabashfox 创建的主题 程序员 想了解一下合适我们的 css 构建工具
参考一下我的开源项目 oneimg 文字转成图片工具,核心也是一个可以切换主题模板的系统。

开源地址: https://github.com/byodian/oneimg
预览地址: https://oneimgai.com/

本项目使用 css-in-js 方案(tss-react 工具 https://www.tss-react.dev )在运行时动态生成样式主题。同时也可以结合参考 Matreial UI ( https://mui.com/material-ui/customization/theming/#createtheme-options-args-theme )的主题思路。

-------------------------
项目结构:

1. 基础模板
https://github.com/byodian/oneimg/tree/main/src/components/preview/styles

自定义的模板(模板以及主题变量)
https://github.com/byodian/oneimg/tree/main/src/theme


生成模板样式、主题自定义变量的工具函数
https://github.com/byodian/oneimg/blob/main/src/lib/template.ts

- 根据配置生成 CSS 变量:generateThemeVariables
- 生成 CSS 样式:createStyle

3. 在项目中使用动态生成的样式
- CSS 变量作为全局样式使用
https://github.com/byodian/oneimg/blob/main/src/app/page.tsx

<GlobalStyles styles={{ ':root': cssVariables }} />

- 使用 CSS 样式
https://github.com/byodian/oneimg/blob/main/src/components/preview/card.tsx

--------------------

如果你想支持 RSC ,可以考虑 zero runtime 解决方案,像 https://panda-css.com 和 https://vanilla-extract.style
@hanaTsuk1 哈哈,也可以的,开启监听 Stars 事件
@vsitebon 是可以的,也可以把提醒周期做成配置项,根据需求自己定多久提醒一次。
@LeslieLeung 好的,感谢。
想玩一下 cloudflare worker ,Github action 我也试一下
@shzbkzo 厉害。这个项目只是刚开始迭代,这些问题都可以解决。
长期更新个人使用的 dotfiles 配置,做一些开源小工具

https://github.com/byodian
文字转图片: https://github.com/byodian/oneimg
CSS 一个难点在有很多属性要记。多看几本书,MDN 经常看看。
一些参考资料
1. MDN - https://developer.mozilla.org/en-US/docs/Web/CSS
2. CSS roadmap - https://roadmap.sh/r/css-6nqag
3. 深入研究 CSS 的英文博主: https://ishadeed.com/
98 天前
回复了 nihaojob 创建的主题 程序员 我的开源项目 5K Star 啦~~
98 天前
回复了 nihaojob 创建的主题 程序员 我的开源项目 5K Star 啦~~
厉害,我的开源 200 多就觉得很难再提高了,5k 星真实遥不可及。
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   2914 人在线   最高记录 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 19ms · UTC 07:40 · PVG 15:40 · LAX 23:40 · JFK 02:40
Developed with CodeLauncher
♥ Do have faith in what you're doing.