提交 34c8896f 编写于 作者: M Mr.doob

Docs: Fixed broken *BufferGeometry links.

上级 05d63699
......@@ -79,6 +79,14 @@
const list = await ( await fetch( 'list.json' ) ).json();
// *BufferGeometry to *Geometry
if ( /([\w]+)BufferGeometry$/.exec( window.location.hash ) ) {
window.location.hash = window.location.hash.replace( 'BufferGeometry', 'Geometry' );
}
const hash = window.location.hash.substring( 1 );
// Localisation
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册