type
status
date
slug
summary
tags
category
icon
password
AI总结
SimpleSearch是一个基于纯HTML编写的简洁多引擎搜索导航工具,集成了必应每日壁纸。文章介绍了该工具的结构和主要代码,包括index.html和app.js,用户可以通过修改app.js来自定义搜索引擎和书签。提供了在线预览链接和GitHub仓库地址,并介绍了版本更新历史。
English Version
SimpleSearch is a clean, multi-engine search navigation tool built with pure HTML, integrating Bing's daily wallpapers. The article introduces the structure and key code of the tool, including index.html and app.js. Users can customize search engines and bookmarks by modifying app.js. An online preview link and GitHub repository address are provided, along with an overview of the version update history.
SimpleSearch - 多引擎搜索工具
一个简洁的多搜索引擎导航工具,搭配必应每日壁纸
在线预览
应用截图

版本历史
你可以通过 app.js 文件下的
APP_VERSION
查看。- v1.0.0: 首次发布,包含截图所示的基本功能
- v1.1.0: 增加了对更多搜索引擎的支持
- v2.0.0: 将书签和搜索引擎更改为动态生成
Github仓库
SimpleSearch
es-v • Updated Aug 20, 2025
项目结构
提示:应用已更新,下述代码已废弃
主要代码
(1)SimpleSearch/index.html
(2)SimpleSearch/assets/js/app.js
自定义设置
(1)添加新的搜索引擎
在
app.js
中的searchEngines
对象添加新的搜索引擎配置:然后在
index.html
中的引擎选择器区域添加对应按钮。(2)添加新的书签
在相应的书签分类下添加新的书签项: