https://github.com/tolking/usercss
基于 Stylus xStyle 的样式
https://github.com/tolking/usercss
bilibili css usercss weibo
Last synced: about 1 year ago
JSON representation
基于 Stylus xStyle 的样式
- Host: GitHub
- URL: https://github.com/tolking/usercss
- Owner: tolking
- License: mit
- Created: 2019-12-27T12:36:44.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2023-03-14T04:29:43.000Z (over 3 years ago)
- Last Synced: 2025-03-19T00:04:23.269Z (about 1 year ago)
- Topics: bilibili, css, usercss, weibo
- Language: CSS
- Homepage: https://tolking.github.io/usercss/
- Size: 604 KB
- Stars: 12
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## 基于 `Stylus` `xStyle` 的样式目录
- [bilibili-palette](bilibili-palette/README.md) 为新版 bilibili 界面增加颜色配置,并增加深色模式
- [bilibili-core](bilibili-core/README.md) 简化新版 bilibili 页面样式,仅包括主站相关界面
- [juejin-palette](juejin-palette/README.md) 为掘金界面增加颜色配置,并增加深色模式
## 停止维护样式
- ~~[bilibili-lite](bilibili-lite/README.md) 一个简化的bilibili页面样式,自适应黑暗模式~~
- ~~[weibo-lite](weibo-lite/README.md) 一个简化的新浪微博页面样式,自适应黑暗模式~~
- ~~[weibo-dark](weibo-dark/README.md) 为新版新浪微博页面增加深色模式~~
## 其它说明
如果使用遇到问题,你可以优先 [查看帮助](./help.md)
你也可以加入交流QQ群 1061288553

## 开发
``` sh
# 1. 初始化
npm install
# 2. 开发自动编译
npm run dev:bl # 自动编译 bilibili-lite
npm run dev:bp # 自动编译 bilibili-palette
npm run dev:bc # 自动编译 bilibili-core
npm run dev:wb # 自动编译 weibo-lite
npm run dev:wd # 自动编译 weibo-dark
npm run dev:jp # 自动编译 juejin-palette
# 3. 构建
npm run build # 编译所有
npm run build:bl # 编译 bilibili-lite
npm run build:bp # 编译 bilibili-palette
npm run build:bc # 编译 bilibili-core
npm run build:wb # 编译 weibo-lite
npm run build:wd # 编译 weibo-dark
npm run build:jp # 编译 juejin-palette
```
> stylus 格式参考 .vscode-> settings.json