Skip to content

Commit a70461e

Browse files
committed
fix readme bugs
1 parent 1680cd3 commit a70461e

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ git clone https://github.com/iMoonLab/Hypergraph-DB.git
183183
cd Hypergraph-DB
184184

185185
# Quick setup with uv
186-
uv sync --extra dev
186+
uv sync
187187

188188
# Or with traditional tools
189189
pip install -e ".[dev]"

hyperdb/templates/hypergraph_viewer.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,9 @@
187187
// 创建样式函数
188188
const createStyle = (baseColor) => ({
189189
fill: baseColor,
190-
stroke: baseColor,
190+
/* stroke: baseColor, */
191+
stroke: "#000000",
192+
lineWidth: 1,
191193
maxRoutingIterations: 100,
192194
maxMarchingIterations: 20,
193195
pixelGroup: 4,

0 commit comments

Comments
 (0)