简洁优雅的聚合搜索引擎 | A Simple & Elegant Search Aggregator
- 🔍 多引擎搜索 - 同时搜索多个搜索引擎
- 🎓 学术搜索 - 专业的学术资源搜索
- 🎨 主题切换 - 深色/浅色主题
- 🔧 自定义引擎 - 添加你喜欢的搜索引擎
- 📱 响应式设计 - 完美支持移动端
- 🚀 零依赖 - 纯原生 JavaScript/CSS/HTML
访问:https://StarsailsClover.github.io/LightSearch
# 克隆仓库
git clone https://github.com/StarsailsClover/LightSearch.git
# 进入目录
cd LightSearch
# 双击打开
index.html- 在搜索框输入关键词
- 点击"搜索"按钮或按 Enter
- 所有启用的搜索引擎将在新标签页打开
- 点击右上角"学术搜索"按钮
- 输入学术关键词
- 可选择发表时间过滤
- 执行搜索
- 点击"设置"按钮
- 在"搜索引擎"区域输入引擎 URL
- URL 中使用
{query}作为关键词占位符 - 例如:
https://www.google.com/search?q={query}
- 点击"设置"按钮
- 找到"主题"选项
- 选择你喜欢的主题
- LightSearch Classic - 经典白色主题
- Classic Dark - 深色主题
- Liquid Glass - 玻璃态主题(需要本地服务器)
- Eye Comfort - 护眼绿主题
- HTML5 - 语义化标签
- CSS3 - Flexbox/Grid 布局
- JavaScript - 原生 ES6+
- 零依赖 - 无需任何框架
LightSearch/
├── index.html # 主页面
├── standalone.html # 单文件版本
├── icon.png # 图标
├── LICENSE # GPL-3.0 许可证
├── .nojekyll # GitHub Pages 配置
└── 文档/
├── README-REFACTOR.md
├── QUICKSTART.md
├── DEVELOPER.md
└── ...
欢迎提交 Issue 和 Pull Request!
- Fork 本仓库
- 创建特性分支 (
git checkout -b feature/AmazingFeature) - 提交更改 (
git commit -m 'Add some AmazingFeature') - 推送到分支 (
git push origin feature/AmazingFeature) - 开启 Pull Request
本项目基于 GNU General Public License v3.0 开源。
- 所有贡献者和用户
- bergice/liquidglass - Liquid Glass 主题灵感
- GitHub: @StarsailsClover
- Issues: 提交问题
Made with VSC by Sails
LightSearch - Simple, Elegant, Powerful