Clarence Pan 4a01c97ea6
fix: 解决出码的一些问题 (#87)
* fix: 🐛 修正一些示例地址
* chore: update release scripts
* chore(release): 1.0.1
2022-03-08 12:51:44 +08:00

124 lines
3.1 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
version: '1.0.0',
componentsMap: [
{
package: '@alilc/b6-page',
version: '^0.1.0',
componentName: 'Page',
destructuring: true,
exportName: 'Page',
},
{
package: '@alilc/b6-text',
version: '^0.1.0',
componentName: 'Text',
destructuring: true,
exportName: 'Text',
},
],
componentsTree: [
{
componentName: 'Page',
id: 'node_ockp6ci0hm1',
props: {
title: '',
backgroundColor: '#fff',
textColor: '#333',
style: {},
},
fileName: 'aaaa',
dataSource: {
list: [
{
id: 'urlParams',
type: 'urlParams',
description: 'URL参数',
options: {
uri: '',
},
},
],
},
children: [
{
componentName: 'Text',
id: 'node_ockp6ci0hm2',
props: {
content: '欢迎使用 BuildSuccesssadsad',
style: {},
fieldId: 'text_kp6ci11t',
},
},
],
meta: {
router: '/aaaa',
},
methodsModule: {
type: 'JSModule',
compiled: '"use strict";\n\nObject.defineProperty(exports, "__esModule", {\n value: true\n});\nexports.helloPage = helloPage;\n\n/**\n * Private, and can be re-used functions\n * Actions panel help documentation\n * @see https://yuque.antfin.com/docs/share/89ca7965-6387-4e3a-9964-81929ed48f1e\n */\nfunction printLog(obj) {\n console.info(obj);\n}\n/**\n * page function\n */\n\n\nfunction helloPage() {\n console.log(\'hello page\');\n}',
source: "/**\n * Private, and can be re-used functions\n * Actions panel help documentation\n * @see https://yuque.antfin.com/docs/share/89ca7965-6387-4e3a-9964-81929ed48f1e\n */\nfunction printLog(obj) {\n console.info(obj);\n}\n\n/**\n * page function\n */\nexport function helloPage() {\n console.log('hello page');\n}",
},
},
],
i18n: {},
utils: [
{
name: 'legaoBuiltin',
type: 'npm',
content: {
exportName: 'legaoBuiltin',
package: '@alilc/b6-compact-legao-builtin',
version: '1.x',
},
},
{
name: 'message',
type: 'npm',
content: {
package: 'antd',
version: '3.x',
destructuring: true,
exportName: 'message',
},
},
{
name: 'mocks',
type: 'npm',
content: {
package: '@alilc/b6-util-mocks',
version: '1.x',
exportName: 'mocks',
destructuring: true,
},
},
{
name: 'modal',
type: 'npm',
content: {
package: 'antd',
version: '3.x',
destructuring: true,
exportName: 'Modal',
},
},
],
constants: {},
dataSource: {
list: [],
},
config: {
sdkVersion: '1.0.3',
historyMode: 'hash',
targetRootID: 'root',
miniAppBuildType: 'runtime',
},
meta: {
name: 'jinyuan-test2',
git_group: 'b6',
project_name: 'jinyuan-test2',
description: '瑾源测试',
spma: 'spmademo',
creator: '张三',
},
}