Skip to content

Commit

Permalink
feat: add css autoprefixer (#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
ayangweb committed Mar 24, 2023
1 parent 4ad1341 commit 16d28d5
Show file tree
Hide file tree
Showing 10 changed files with 248 additions and 22 deletions.
27 changes: 25 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,20 @@

## 常见问题:

<details>
<summary>1. 我所在的地区有网络限制,怎么正常使用?</summary>

可以使用我们提供的[解决方案](https://github.com/ChatGPT-Desktop/ChatGPT-Desktop-Porxy)

</details>

<details>
<summary>2. MacOS 提示 app 已损坏,无法打开。</summary>
<img width='300' src='./images/problem-1.png' />

如何解决:参考 huazai 大佬的[解决办法](https://zhuanlan.zhihu.com/p/135948430)
参考 huazai 大佬的[解决办法](https://zhuanlan.zhihu.com/p/135948430)

</details>

## 如何贡献

Expand Down Expand Up @@ -119,8 +130,20 @@ npm run build:icon
- 提交文档校订
- 提交其他任何形式的贡献

#### Contributors
## Contact

- [Discord](https://discord.gg/jg4waryfA6)

## Star History

[![Star History Chart](https://api.star-history.com/svg?repos=ChatGPT-Desktop/ChatGPT-Desktop&type=Date)](https://star-history.com/#ChatGPT-Desktop/ChatGPT-Desktop&Date)

## Contributors

<a href="https://github.com/bilibili-ayang/ChatGPT-Desktop/graphs/contributors">
<img src="https://contrib.rocks/image?repo=bilibili-ayang/ChatGPT-Desktop" />
</a>

## License

[MIT](./LICENSE)
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,14 @@
"@typescript-eslint/eslint-plugin": "^5.54.1",
"@typescript-eslint/parser": "^5.54.1",
"@vitejs/plugin-vue": "^4.0.0",
"autoprefixer": "^10.4.14",
"browserslist": "^4.21.5",
"eslint": "^8.35.0",
"eslint-config-prettier": "^8.7.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-vue": "^9.9.0",
"husky": "^8.0.3",
"lightningcss": "^1.19.0",
"lint-staged": "^13.1.2",
"prettier": "^2.8.4",
"prettier-plugin-tailwindcss": "^0.2.4",
Expand All @@ -61,10 +64,11 @@
"sass": "^1.58.3",
"typescript": "^4.6.4",
"unocss": "^0.50.4",
"unocss-preset-autoprefixer": "^0.0.5",
"unocss-preset-daisy": "^2.0.0",
"unplugin-auto-import": "^0.15.1",
"unplugin-vue-components": "^0.24.1",
"vite": "^4.0.0",
"vue-tsc": "^1.0.11"
}
}
}
181 changes: 177 additions & 4 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion src/assets/css/global.scss
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ code {

background-color: inherit;

-webkit-filter: blur(24px);
filter: blur(24px);
}
}
Expand Down
Loading

0 comments on commit 16d28d5

Please sign in to comment.