type
status
date
slug
summary
tags
category
icon
password
AI总结
这篇文章介绍了SimpleSearch,一个简洁的纯HTML代码的多搜索引擎导航工具,集成了必应的每日壁纸。文章提供了应用的结构和主要代码,包括
index.html
和相关的资源文件。用户可以通过在app.js
中添加新的搜索引擎和书签来自定义工具。具体代码示例也被展示。English Version
This article introduces SimpleSearch, A simple multi-search engine navigation tool written in pure HTML, which integrates Bing's daily wallpaper. The article provides the structure of the application and the main code, including
index.html
and related resource files. Users can customize the tool by adding new search engines and bookmarks in app.js
. Specific code examples are also demonstrated.SimpleSearch - 多引擎搜索工具
一个简洁的多搜索引擎导航工具,搭配必应每日壁纸
在线预览
应用截图

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