- 本主题是从 CherryHQ/cherry-studio#3873 这个 issue 提取的代码
- 如需要修改背景图片,可以直接修改 --background-image-url 这个变量的值,可以去 https://unsplash.com/ 找一张自己喜欢的,复制下图片链接,替换就可以了(注意两个主题分别配置亮色和暗色的图片),你也可以用本地的文件路径,例如
'/Users/username/Downloads/AI 图片素材/1761102846513_download.png' - 我改造了 代码编辑器的背景样式,这样看起来更加统一
- 我添加了字体的详细设置,英文字体在前中文字体在后,这样可以让中英文用两个不同的字体,请更具本机安装的字体自行修改(在主题的最后一段 css 代码)
- 代码贴在这里:
Verdaccio是使用Nodejs构建的一款轻量级npm私有库。最开始使用比较多的是sinopia,Verdaccio是从[email protected]进行fork出来的,到现在已经更新到4.4.1版本了。 官方文档对其进行的简述:
- It's a web app based on Node.js
- It's a private npm registry
- It's a local network proxy
- It's a Pluggable application
- It's a fairly easy install and use
- We offer Docker and Kubernetes support
- It is 100% compatible with yarn, npm and pnpm
- 解决 chromedriver 无法安装的问题
设置npm config set "chromedriver_cdnurl=http://cdn.npm.taobao.org/dist/chromedriver"
设置yarn config set "chromedriver_cdnurl" "https://npm.taobao.org/mirrors/chromedriver"
- 解决 poxyTable 翻墙问题
// https://github.com/ly525/blog/issues/312
问题
I Your application is running here: http://0.0.0.0:9527
前言: vuetify 为我们提供了很多 iconfont 选择,并且提供了一个
VIcon的组件,使用还是比较方便的,但是随着需求的不断迭代,公版的 iconfont 已经不足以满足我们的需求,我们需要一个自己定制一些 icon,那么问题就来了,如果让自定义的icon和原有的VIcon组件结合呢,毕竟提供两种 icon 组件会在使用的时候感到困惑.
根据 [vuetify 的文档][1],我们找到最后一段
// Instead of provided icon fonts presets you can use your own component icons. You also can switch icons that are used in Vuetify component with your own.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # http://editorconfig.org | |
| root = true | |
| [*] | |
| indent_style = space | |
| indent_size = 2 | |
| end_of_line = lf | |
| charset = utf-8 | |
| trim_trailing_whitespace = true | |
| insert_final_newline = true |
$ sudo -i
$ wget https://github.com/Neilpang/acme.sh/archive/master.tar.gz
$ tar xvf master.tar.gz
$ cd acme.sh-master/这里要修改邮箱
alias reload="source ~/.zshrc"
alias zshrc="code ~/.zshrc"
alias aliasrc="code ~/.setting/.alias"
alias del="rm -rf"
alias cls="clear"
alias useproxy="export https_proxy=http://127.0.0.1:7890 http_proxy=http://127.0.0.1:7890 all_proxy=socks5://127.0.0.1:7890"
alias unuseproxy="unset https_proxy http_proxy all_proxy"
alias gitproxy="git config --global https.proxy https://127.0.0.1:7890"
alias ungitproxy="git config --global --unset https.proxy"
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // red | |
| $red500: #f44336; | |
| $red50: #ffebee; | |
| $red100: #ffcdd2; | |
| $red200: #ef9a9a; | |
| $red300: #e57373; | |
| $red400: #ef5350; | |
| $red500: #f44336; | |
| $red600: #e53935; | |
| $red700: #d32f2f; |
NewerOlder