https://github.com/solstice23/purecolor
🎨 简单轻量的色板分享网站
https://github.com/solstice23/purecolor
Last synced: over 1 year ago
JSON representation
🎨 简单轻量的色板分享网站
- Host: GitHub
- URL: https://github.com/solstice23/purecolor
- Owner: solstice23
- License: mit
- Created: 2020-04-10T09:30:11.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-10T10:18:26.000Z (over 6 years ago)
- Last Synced: 2025-04-22T14:07:26.774Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://tool.solstice23.top/color/
- Size: 174 KB
- Stars: 61
- Watchers: 4
- Forks: 9
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Purecolor
🎨 简单轻量的色板网站
# Demo
[tool.solstice23.top/color](https://tool.solstice23.top/color/)
# 部署
1. 导入 `palettes.sql` 文件
2. 在 `config.php` 中配置数据库参数
## Nginx 伪静态
```
rewrite /p/(.*?)/?$ /index.php?subdir&id=$1;
```