完成世界书、骰子、apiconfig页面处理

This commit is contained in:
2026-04-30 01:35:10 +08:00
parent a3e3711b2b
commit ba9b925c32
4602 changed files with 785225 additions and 23 deletions

20
frontend/node_modules/layout-base/README.md generated vendored Normal file
View File

@@ -0,0 +1,20 @@
layout-base
================================================================================
## Description
This repository implements a basic layout model and some utilities for Cytoscape.js layout extensions.
## Usage instructions
Add `layout-base` as a dependecy to your layout extension.
`require()` in the extension to reach functionality:
* `var Integer = require(layout-base).Integer`,
* `var Layout = require(layout-base).Layout`,
* `...`
For a usage example, see [cose-base](https://github.com/iVis-at-Bilkent/cose-base) or [avsdf-base](https://github.com/iVis-at-Bilkent/avsdf-base).
![](https://github.com/iVis-at-Bilkent/layout-base/blob/master/layout-schema.png)