UNPKG
wx2
Version:
latest (1.1.0)
1.1.0
1.0.20
1.0.19
1.0.18
1.0.17
1.0.3
1.0.2
1.0.1
微信小程序 转换 百度小程序
wx2
/
rules
/
wx2wx
/
index.js
23 lines
(21 loc)
•
347 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
/** *
@file
* Created by wangpanfe on 2019/11/25. */
'use strict'
;
const
api =
require
(
'./api'
);
module
.
exports
= {
suffixMapping
: {
view
:
'wxml'
,
css
:
'wxss'
,
script
:
'wxs'
,
npm
:
'miniprogram_npm'
}, api,
view
: {},
css
: {},
js
: {},
json
: {},
component
: {},
appType
:
'wx'
};