Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions @flywave/flywave-examples/src/comprehensive-map-app/config.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
import thumbnail from "./thumbnail.png";

export default {
"title": "Comprehensive Map Application",
"titleZh": "综合地图应用",
"description": "A comprehensive map application featuring 3D model loading, post-processing effects, data markers, and map browsing capabilities.",
"descriptionZh": "一个综合地图应用,包含3D模型加载、后处理特效、数据标记和地图浏览功能。",
"thumbnail": thumbnail,
"code": "comprehensive-app",
"category": "real-world-applications",
"order": 100
};
Loading