mirror of
https://gitee.com/baidu/amis.git
synced 2024-11-29 18:39:05 +08:00
docs: 修复 ci 出错 (#1320)
This commit is contained in:
parent
c1d91c8ac8
commit
ebbc1fb67d
5
.vscode/settings.json
vendored
5
.vscode/settings.json
vendored
@ -1,5 +1,8 @@
|
|||||||
{
|
{
|
||||||
"editor.formatOnSave": true,
|
"editor.formatOnSave": true,
|
||||||
"typescript.tsdk": "node_modules/typescript/lib",
|
"typescript.tsdk": "node_modules/typescript/lib",
|
||||||
"gitHistory.showEditorTitleMenuBarIcons": false
|
"gitHistory.showEditorTitleMenuBarIcons": false,
|
||||||
|
"search.exclude": {
|
||||||
|
"examples/docs.json": true
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
8
examples/static/ie11CustomProperties.min.js
vendored
8
examples/static/ie11CustomProperties.min.js
vendored
File diff suppressed because one or more lines are too long
@ -743,6 +743,7 @@ if (fis.project.currentMedia() === 'publish') {
|
|||||||
const indexHtml = ret.src['/examples/index.html'];
|
const indexHtml = ret.src['/examples/index.html'];
|
||||||
const appJs = ret.src['/examples/components/App.tsx'];
|
const appJs = ret.src['/examples/components/App.tsx'];
|
||||||
const DocJs = ret.src['/examples/components/Doc.tsx'];
|
const DocJs = ret.src['/examples/components/Doc.tsx'];
|
||||||
|
const DocNavCN = ret.src['/examples/components/DocNavCN.ts'];
|
||||||
const DocCSS = ret.src['/examples/components/CssDocs.tsx'];
|
const DocCSS = ret.src['/examples/components/CssDocs.tsx'];
|
||||||
const ExampleJs = ret.src['/examples/components/Example.tsx'];
|
const ExampleJs = ret.src['/examples/components/Example.tsx'];
|
||||||
|
|
||||||
@ -750,6 +751,7 @@ if (fis.project.currentMedia() === 'publish') {
|
|||||||
const source = [
|
const source = [
|
||||||
appJs.getContent(),
|
appJs.getContent(),
|
||||||
DocJs.getContent(),
|
DocJs.getContent(),
|
||||||
|
DocNavCN.getContent(),
|
||||||
DocCSS.getContent(),
|
DocCSS.getContent(),
|
||||||
ExampleJs.getContent()
|
ExampleJs.getContent()
|
||||||
].join('\n');
|
].join('\n');
|
||||||
|
Loading…
Reference in New Issue
Block a user