chore: 排除 ScreenShot/.claude 并移除冗余参考文档
- .gitignore 增加 ScreenShot/、.claude/ - 从版本库移除:ScreenShot 截图、Geopro3.0 菜单.xlsx、banner.png、数据格式说明.docx、需求调研-20260608.md - 保留 docs/剖面网格数据的色阶数据2等文件/(app 运行时示例数据,待真实实现后再移除)
This commit is contained in:
parent
72761fc05f
commit
5633427335
|
|
@ -34,6 +34,8 @@ Thumbs.db
|
||||||
~$*
|
~$*
|
||||||
|
|
||||||
# ---- Working artifacts (this session) ----
|
# ---- Working artifacts (this session) ----
|
||||||
|
ScreenShot/
|
||||||
|
.claude/
|
||||||
.playwright-mcp/
|
.playwright-mcp/
|
||||||
proto*.jpeg
|
proto*.jpeg
|
||||||
tenant_login*.jpeg
|
tenant_login*.jpeg
|
||||||
|
|
|
||||||
Binary file not shown.
|
Before Width: | Height: | Size: 72 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 66 KiB |
Binary file not shown.
BIN
docs/banner.png
BIN
docs/banner.png
Binary file not shown.
|
Before Width: | Height: | Size: 101 KiB |
BIN
docs/数据格式说明.docx
BIN
docs/数据格式说明.docx
Binary file not shown.
|
|
@ -1,25 +0,0 @@
|
||||||
对象:项目/gs/tm对象,鼠标右键,tm导入ds,编辑在右侧面板直接做;gs也有导入ds功能;
|
|
||||||
|
|
||||||
数据集:单击更新属性,双击时打开或选中数据详情,选中三维视图;文件列表,双击按支持的文件格式预览,不支持的文件格式提示+下载;
|
|
||||||
|
|
||||||
二维三维视图:对象视图中选中的TM,需要使用树形列表展示可渲染图形的tm/ds树,并支持选中或取消某个tm/ds,决定是否渲染;展示异常;鼠标点选图形时,如果在垂直屏幕方向有多个图形叠加,需要把多个图形的信息列出来,方便用户选中被遮住的图形;
|
|
||||||
|
|
||||||
数据详情:
|
|
||||||
|
|
||||||
异常:gs选择后,展示下面的合集;异常体不渲染;通过类型或状态过滤;支持多选异常创建异常体,支持将异常拖入异常体;
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
项目列表:新增项目,最后访问时间倒序;项目列表可切换地图模式;
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
分析视图、大屏视图(web):按项目类型设置绑定视图,客户端可切换,分析视图默认;
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
个人资料:显示基本信息、修改邮箱、修改密码;
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
大文件上传(ds中的地形文件)需要走独立的接口;
|
|
||||||
Loading…
Reference in New Issue