feat: sync full workspace including web modules, docs, and configurations to Gitea
Optimized the root .gitignore to exclude virtual environments, node modules, and temp folders to ensure clean and lightweight version tracking. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
78
AI-Arco-Design-Themes-Demos-complete/manifest.json
Normal file
78
AI-Arco-Design-Themes-Demos-complete/manifest.json
Normal file
@@ -0,0 +1,78 @@
|
||||
{
|
||||
"version": "3.0",
|
||||
"generator": "axhub-ai-extension",
|
||||
"exportTime": "2026-04-20T15:28:27.772Z",
|
||||
"sourceUrl": "https://arco.design/themes/demo/preview/list/search-table",
|
||||
"viewport": {
|
||||
"height": 869,
|
||||
"width": 1800
|
||||
},
|
||||
"mode": "full",
|
||||
"files": {
|
||||
"domlist": "structure/doms.json",
|
||||
"stylePool": "structure/styles.json",
|
||||
"theme": "theme.json",
|
||||
"screenshot": "screenshot.png",
|
||||
"content": "content.md",
|
||||
"pageMap": "page-map.json",
|
||||
"topology": "topology/topology.json",
|
||||
"selectorMap": "topology/selector-map.json",
|
||||
"contentBlocks": "topology/content-blocks.json",
|
||||
"behaviors": null,
|
||||
"responsive": null,
|
||||
"networkSummary": null,
|
||||
"html": "index.html",
|
||||
"css": "style.css"
|
||||
},
|
||||
"flatStructure": {
|
||||
"skeleton": "flat/skeleton.json",
|
||||
"nodesDir": "flat/nodes/",
|
||||
"stylesDir": "flat/styles/",
|
||||
"index": "flat/index.json"
|
||||
},
|
||||
"livePageAccess": {
|
||||
"sourceUrl": "https://arco.design/themes/demo/preview/list/search-table",
|
||||
"selectorAvailable": true,
|
||||
"note": "每个节点文件包含 selector 字段,可用 Playwright 访问 sourceUrl 进行补充采集"
|
||||
},
|
||||
"screenshots": {
|
||||
"current": "screenshot.png",
|
||||
"responsive": [
|
||||
"screenshots/desktop-1440.png",
|
||||
"screenshots/tablet-768.png",
|
||||
"screenshots/mobile-390.png"
|
||||
]
|
||||
},
|
||||
"assets": {
|
||||
"imageCount": 0,
|
||||
"fontCount": 0,
|
||||
"imageFiles": [],
|
||||
"fontFiles": [],
|
||||
"viewportScreenshotCount": 0
|
||||
},
|
||||
"stats": {
|
||||
"nodeCount": 729,
|
||||
"styleCount": 130,
|
||||
"markdownLength": 1842,
|
||||
"sectionCount": 1
|
||||
},
|
||||
"capabilities": {
|
||||
"hasFonts": false,
|
||||
"hasScreenshot": true,
|
||||
"hasResponsiveScreenshots": true,
|
||||
"hasTheme": true,
|
||||
"hasMarkdown": true,
|
||||
"hasPreviewHTML": true,
|
||||
"hasSections": true,
|
||||
"hasTopology": true,
|
||||
"hasSelectorMap": true,
|
||||
"hasBehaviors": false,
|
||||
"hasResponsive": false,
|
||||
"hasNetworkSummary": false,
|
||||
"hasContentBlocks": true,
|
||||
"hasRebuildPrompts": true,
|
||||
"hasFlatStructure": true,
|
||||
"jsonFormat": true,
|
||||
"tailwindClasses": true
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user