# app-template **Repository Path**: annunx/app-template ## Basic Information - **Project Name**: app-template - **Description**: 静态网站-App模板 - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-02-04 - **Last Updated**: 2025-05-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # app-template ## 介绍 静态网站-App 模板 ## 目录结构 ``` ``` ## manifest.json 配置 ``` { "id": "", "name": "在线工具", "desc": "", "logo": "/logo.png", "url": "index.html", "keywords": [], "version": "1.0.0", "target": "blank", "git": "", "link": "", "frame":{ "width": 640, "height": 480, } } ``` 字段说明: - id: 工具 ID - name: 工具名 - desc: 工具简介 - logo: 工具图标(仅支持 png, jpg, webp, svg格式) - url: 入口页面 - keywords: 工具关键字, 1、填写关键字后,用户在搜索工具时,搜索到这个工具 。 2、工具tag - version: 工具版本 - target: 打开方式: 1、iframe: iframe内打开; 2、blank: 新标签页打开; 3、window: 新窗口打开,默认值blank - git: 工具仓库地址 - link: 第三方链接,启用第三方链接后,url、target不会生效,会在新标签打开第三方链接 - keywords - 工具关键字,除了工具名外用户还可以使用这些关键字快速搜索到这个工具 - iframe 窗口配置(target:iframe时有效) - width 窗口宽度,默认值640。 - height 窗口高度,默认值480。