123456789101112131415161718192021222324 |
- const content = [
- {
- title: '简介',
- path: '/standard/'
- },
- {
- title: "javascript",
- path: '/standard/javascript.md'
- },
- {
- title: "typescript",
- path: '/standard/typescript.md'
- },
- {
- title: "约定",
- path: '/standard/appoint.md'
- },
- {
- title: "git 提交规范",
- path: '/standard/git.md'
- },
- ];
- module.exports = content;
|