| 12345678910111213141516171819202122 |
- {
- language: '中文',
- langCode: 'zh_cn', // if not specified will use folder
- defaultExampleCaption: "点击在新标签页中打开",
- title: 'three.js基础',
- description: 'Three.js基础学习',
- link: 'http://threejsfundamentals.org/',
- commentSectionHeader: '<div>Questions? <a href="http://stackoverflow.com/questions/tagged/three.js">Ask on stackoverflow</a>.</div>\n <div><a href="https://github.com/gfxfundamentals/threejsfundamentals/issues/new?assignees=&labels=suggested+topic&template=suggest-topic.md&title=%5BSUGGESTION%5D">Suggestion</a>? <a href="https://github.com/gfxfundamentals/threejsfundamentals/issues/new?assignees=&labels=&template=request.md&title=">Request</a>? <a href="https://github.com/gfxfundamentals/threejsfundamentals/issues/new?assignees=&labels=bug+%2F+issue&template=bug-issue-report.md&title=">Issue</a>? <a href="https://github.com/gfxfundamentals/threejsfundamentals/issues/new?assignees=&labels=bug+%2F+issue&template=bug-issue-report.md&title=">Bug</a>?</div>',
- missing: "Sorry this article has not been translated yet. [Translations Welcome](https://github.com/gfxfundamentals/threejsfundamentals)! 😄\n\n[Here's the original English article for now]({{{origLink}}}).",
- toc: '内容列表',
- categoryMapping: {
- 'basics': '基础',
- 'solutions': 'Solutions',
- 'webvr': 'WebVR',
- 'optimization': 'Optimization',
- 'tips': 'Tips',
- 'fundamentals': 'Fundamentals',
- 'reference': 'Reference',
- },
- }
|