-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #35 from HXTIA/dev
feat:C端应用主流程0.11.0版本测试
- Loading branch information
Showing
189 changed files
with
6,820 additions
and
9,319 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# 配置要求:必须以TARO_APP_开头否则不可以通过process.env.TARO_APP_XX获得 | ||
|
||
# 域名 | ||
TARO_APP_DOMAIN="https://hxtia.com:80" | ||
TARO_APP_DOMAIN="https://805807.cn:8080" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# 配置要求:必须以TARO_APP_开头否则不可以通过process.env.TARO_APP_XX获得 | ||
|
||
# 域名 | ||
TARO_APP_DOMAIN="https://hxtia.com:80" | ||
TARO_APP_DOMAIN="https://805807.cn:8080" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,20 @@ | ||
module.exports = { | ||
extends: [ | ||
"taro/react" | ||
'taro/react', | ||
], | ||
rules: { | ||
"react/jsx-uses-react": "off", | ||
"react/react-in-jsx-scope": "off", | ||
'react/jsx-uses-react': 'off', | ||
'react/react-in-jsx-scope': 'off', | ||
'import/no-commonjs': 'off', | ||
'semi': ['error', 'never'], | ||
'max-len': ['error', { 'code': 110 }], | ||
'quotes': ['error', 'single'], | ||
}, | ||
parserOptions: { | ||
requireConfigFile: false, | ||
}, | ||
env: { | ||
node: true, // 启用目标环境的全局变量 | ||
browser: true, | ||
node: true, // 启用目标环境的全局变量 | ||
browser: true, | ||
}, | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
node_modules/ | ||
dist/ | ||
.swc/ | ||
DS_Store | ||
.DS_Store | ||
temp.json | ||
.cache/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
{ | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,5 +30,6 @@ module.exports = { | |
}, | ||
'@taroify/icons', | ||
], | ||
['@babel/plugin-proposal-decorators', { 'legacy': true }] | ||
], | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,7 @@ module.exports = { | |
}, | ||
// 定义编译常量 | ||
defineConstants: { | ||
isDev: true | ||
}, | ||
mini: {}, | ||
h5: {} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.