mirror of
https://gitee.com/baidu/amis.git
synced 2024-11-29 18:48:45 +08:00
docs: 修复 ci 出错 (#1320)
This commit is contained in:
parent
c1d91c8ac8
commit
ebbc1fb67d
9
.vscode/settings.json
vendored
9
.vscode/settings.json
vendored
@ -1,5 +1,8 @@
|
||||
{
|
||||
"editor.formatOnSave": true,
|
||||
"typescript.tsdk": "node_modules/typescript/lib",
|
||||
"gitHistory.showEditorTitleMenuBarIcons": false
|
||||
"editor.formatOnSave": true,
|
||||
"typescript.tsdk": "node_modules/typescript/lib",
|
||||
"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 appJs = ret.src['/examples/components/App.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 ExampleJs = ret.src['/examples/components/Example.tsx'];
|
||||
|
||||
@ -750,6 +751,7 @@ if (fis.project.currentMedia() === 'publish') {
|
||||
const source = [
|
||||
appJs.getContent(),
|
||||
DocJs.getContent(),
|
||||
DocNavCN.getContent(),
|
||||
DocCSS.getContent(),
|
||||
ExampleJs.getContent()
|
||||
].join('\n');
|
||||
|
Loading…
Reference in New Issue
Block a user