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 + 1 file changed, 1 insertion(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a6c57f5 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +*.json -- cgit v1.2.3