From 82cb6abe81ee2d8d3d11348523178e0e6b058e55 Mon Sep 17 00:00:00 2001 From: haoyuren <13851610112@163.com> Date: Thu, 5 Mar 2026 15:47:52 -0600 Subject: Initial commit: social network visualization app Single-file D3.js force-directed graph tool for visualizing personal social networks. Features: node/edge management, familiarity levels, tags, transitivity, file persistence, proximity ranking (RWR), relation path finder, batch operations. Co-Authored-By: Claude Opus 4.6 --- .gitignore | 1 + index.html | 2836 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 2837 insertions(+) create mode 100644 .gitignore create mode 100644 index.html diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a6c57f5 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +*.json diff --git a/index.html b/index.html new file mode 100644 index 0000000..91f4ed7 --- /dev/null +++ b/index.html @@ -0,0 +1,2836 @@ + + + + + +我的社交网络 + + + + + + + + + + +
+ + +
+ + +
+ +
+ + +
+
+
+ + +
+ + +
+ + +
+ 人物 0 + 关系 0 + 圈子 0 +
+ + +
+ + + + + -- cgit v1.2.3