文件名称:startpage:自定义浏览器主页
文件大小:188KB
文件格式:ZIP
更新时间:2024-08-24 07:41:30
JavaScript
首页 受启发的简单浏览器起始页。 安装 获取代码并执行npm run build并将dist目录的内容复制到所需位置。 或者您可以获取的副本。 用法 将浏览器主页设置为index.html文件的位置。 配置 这是通过位于config目录中的config.json文件完成的。 分数 这是通过位于config目录中的store.json文件完成的。 它具有以下结构: { " store " : [ { " type " : " mark " , " name " : " normal page " , " link " : " link to my page " , " picture " : " image_name.png " }, { " type " : " directory " ,
【文件预览】:
startpage-master
----.eslintrc(955B)
----package.json(2KB)
----.github()
--------workflows()
----.prettierrc(3B)
----LICENSE(1KB)
----package-lock.json(692KB)
----src()
--------index.js(242B)
--------pages()
--------utils()
----.gitignore(199B)
----webpack.config.js(2KB)
----public()
--------config()
--------images()
--------index.html(584B)
----README.md(1KB)
----.gitattributes(388B)
----babel.config.js(622B)