Merge branch '3.x' of https://gitlab.yiring.com/basic/basic-uniapp-v3 into examples
正在显示
keys/ios/beta.mobileprovision
0 → 100644
File added
File deleted
File deleted
No preview for this file type
keys/ios/key.p12
deleted
100644 → 0
File deleted
| ... | @@ -66,98 +66,97 @@ | ... | @@ -66,98 +66,97 @@ |
| } | } | ||
| }, | }, | ||
| "dependencies": { | "dependencies": { | ||
| "@dcloudio/uni-app": "3.0.0-3080420230531001", | "@dcloudio/uni-app": "3.0.0-alpha-3081220230802001", | ||
| "@dcloudio/uni-app-plus": "3.0.0-3080420230531001", | "@dcloudio/uni-app-plus": "3.0.0-alpha-3081220230802001", | ||
| "@dcloudio/uni-components": "3.0.0-3080420230531001", | "@dcloudio/uni-components": "3.0.0-alpha-3081220230802001", | ||
| "@dcloudio/uni-h5": "3.0.0-3080420230531001", | "@dcloudio/uni-h5": "3.0.0-alpha-3081220230802001", | ||
| "@dcloudio/uni-mp-alipay": "3.0.0-3080420230531001", | "@dcloudio/uni-mp-alipay": "3.0.0-alpha-3081220230802001", | ||
| "@dcloudio/uni-mp-baidu": "3.0.0-3080420230531001", | "@dcloudio/uni-mp-baidu": "3.0.0-alpha-3081220230802001", | ||
| "@dcloudio/uni-mp-jd": "3.0.0-3080420230531001", | "@dcloudio/uni-mp-jd": "3.0.0-alpha-3081220230802001", | ||
| "@dcloudio/uni-mp-kuaishou": "3.0.0-3080420230531001", | "@dcloudio/uni-mp-kuaishou": "3.0.0-alpha-3081220230802001", | ||
| "@dcloudio/uni-mp-lark": "3.0.0-3080420230531001", | "@dcloudio/uni-mp-lark": "3.0.0-alpha-3081220230802001", | ||
| "@dcloudio/uni-mp-qq": "3.0.0-3080420230531001", | "@dcloudio/uni-mp-qq": "3.0.0-alpha-3081220230802001", | ||
| "@dcloudio/uni-mp-toutiao": "3.0.0-3080420230531001", | "@dcloudio/uni-mp-toutiao": "3.0.0-alpha-3081220230802001", | ||
| "@dcloudio/uni-mp-weixin": "3.0.0-3080420230531001", | "@dcloudio/uni-mp-weixin": "3.0.0-alpha-3081220230802001", | ||
| "@dcloudio/uni-quickapp-webview": "3.0.0-3080420230531001", | "@dcloudio/uni-quickapp-webview": "3.0.0-alpha-3081220230802001", | ||
| "@dcloudio/uni-ui": "^1.4.28", | "@dcloudio/uni-ui": "^1.4.28", | ||
| "@faker-js/faker": "^8.0.2", | "@faker-js/faker": "^8.0.2", | ||
| "@vue/runtime-core": "~3.2.47", | "@vue/runtime-core": "~3.2.47", | ||
| "@vueuse/core": "^10.2.1", | "@vueuse/core": "^10.3.0", | ||
| "@yiring/fui": "^1.9.9", | |||
| "axios": "^1.4.0", | "axios": "^1.4.0", | ||
| "crypto-js": "^4.1.1", | "crypto-js": "^4.1.1", | ||
| "dayjs": "^1.11.8", | "dayjs": "^1.11.9", | ||
| "lodash-es": "^4.17.21", | "lodash-es": "^4.17.21", | ||
| "nanoid": "^4.0.2", | "nanoid": "^4.0.2", | ||
| "pinia": "~2.0.36", | "pinia": "~2.0.36", | ||
| "pinyin-pro": "^3.15.2", | "pinyin-pro": "^3.16.2", | ||
| "qs": "~6.9.7", | "qs": "~6.9.7", | ||
| "stompjs": "^2.3.3", | "stompjs": "^2.3.3", | ||
| "urijs": "^1.19.11", | "urijs": "^1.19.11", | ||
| "vue": "~3.2.47", | "vue": "~3.2.47", | ||
| "vue-i18n": "^9.2.2", | "vue-i18n": "^9.2.2", | ||
| "vue-request": "^2.0.3", | "vue-request": "^2.0.3", | ||
| "vue-types": "^5.1.0" | "vue-types": "^5.1.1" | ||
| }, | }, | ||
| "devDependencies": { | "devDependencies": { | ||
| "@antfu/eslint-config": "^0.39.6", | "@antfu/eslint-config": "^0.39.8", | ||
| "@commitlint/cli": "^17.6.6", | "@commitlint/cli": "^17.7.1", | ||
| "@commitlint/config-conventional": "^17.6.6", | "@commitlint/config-conventional": "^17.7.0", | ||
| "@dcloudio/types": "^3.3.3", | "@dcloudio/types": "^3.3.3", | ||
| "@dcloudio/uni-automator": "3.0.0-3080420230531001", | "@dcloudio/uni-automator": "3.0.0-alpha-3081220230802001", | ||
| "@dcloudio/uni-cli-shared": "3.0.0-3080420230531001", | "@dcloudio/uni-cli-shared": "3.0.0-alpha-3081220230802001", | ||
| "@dcloudio/uni-helper-json": "^1.0.13", | "@dcloudio/uni-helper-json": "^1.0.13", | ||
| "@dcloudio/uni-stacktracey": "3.0.0-3080420230531001", | "@dcloudio/uni-stacktracey": "3.0.0-alpha-3081220230802001", | ||
| "@dcloudio/vite-plugin-uni": "3.0.0-3080420230531001", | "@dcloudio/vite-plugin-uni": "3.0.0-alpha-3081220230802001", | ||
| "@iconify/json": "^2.2.84", | "@iconify/json": "^2.2.101", | ||
| "@types/crypto-js": "^4.1.1", | "@types/crypto-js": "^4.1.1", | ||
| "@types/lodash-es": "^4.17.7", | "@types/lodash-es": "^4.17.8", | ||
| "@types/mapbox-gl": "^2.7.11", | "@types/mapbox-gl": "^2.7.13", | ||
| "@types/node": "^18.16.18", | "@types/node": "^18.17.5", | ||
| "@types/prettier": "^2.7.3", | "@types/prettier": "^2.7.3", | ||
| "@types/qs": "^6.9.7", | "@types/qs": "^6.9.7", | ||
| "@types/stompjs": "^2.3.5", | "@types/stompjs": "^2.3.5", | ||
| "@types/urijs": "^1.19.19", | "@types/urijs": "^1.19.19", | ||
| "@typescript-eslint/eslint-plugin": "^5.60.1", | "@typescript-eslint/eslint-plugin": "^5.62.0", | ||
| "@typescript-eslint/parser": "^5.60.1", | "@typescript-eslint/parser": "^5.62.0", | ||
| "commitizen": "^4.3.0", | "commitizen": "^4.3.0", | ||
| "conventional-changelog-cli": "^3.0.0", | "conventional-changelog-cli": "^3.0.0", | ||
| "cz-conventional-changelog": "^3.3.0", | "cz-conventional-changelog": "^3.3.0", | ||
| "cz-customizable": "^7.0.0", | "cz-customizable": "^7.0.0", | ||
| "cz-git": "^1.6.1", | "cz-git": "^1.7.1", | ||
| "czg": "^1.6.1", | "czg": "^1.7.1", | ||
| "dotenv": "^16.3.1", | "dotenv": "^16.3.1", | ||
| "eslint": "^8.43.0", | "eslint": "^8.47.0", | ||
| "eslint-config-prettier": "^8.8.0", | "eslint-config-prettier": "^8.10.0", | ||
| "eslint-plugin-prettier": "^4.2.1", | "eslint-plugin-prettier": "^4.2.1", | ||
| "eslint-plugin-vue": "^9.15.1", | "eslint-plugin-vue": "^9.17.0", | ||
| "husky": "^8.0.3", | "husky": "^8.0.3", | ||
| "jest": "27.0.4", | "jest": "27.0.4", | ||
| "jest-environment-node": "27.5.1", | "jest-environment-node": "27.5.1", | ||
| "less": "^4.1.3", | "less": "^4.2.0", | ||
| "lint-staged": "^13.2.3", | "lint-staged": "^13.2.3", | ||
| "mapbox-gl": "^2.15.0", | "mapbox-gl": "^2.15.0", | ||
| "npm-run-all": "^4.1.5", | "npm-run-all": "^4.1.5", | ||
| "picocolors": "^1.0.0", | "picocolors": "^1.0.0", | ||
| "pont-engine": "^1.5.11", | "pont-engine": "^1.5.12", | ||
| "postcss": "^8.4.24", | "postcss": "^8.4.27", | ||
| "postcss-html": "^1.5.0", | "postcss-html": "^1.5.0", | ||
| "postcss-less": "^6.0.0", | "postcss-less": "^6.0.0", | ||
| "prettier": "^2.8.8", | "prettier": "^2.8.8", | ||
| "rimraf": "^5.0.1", | "rimraf": "^5.0.1", | ||
| "sass": "^1.63.6", | "sass": "^1.65.1", | ||
| "sort-package-json": "^2.4.1", | "sort-package-json": "^2.5.1", | ||
| "stylelint": "^15.9.0", | "stylelint": "^15.10.2", | ||
| "stylelint-config-html": "^1.1.0", | "stylelint-config-html": "^1.1.0", | ||
| "stylelint-config-recommended": "^12.0.0", | "stylelint-config-recommended": "^12.0.0", | ||
| "stylelint-config-standard": "^33.0.0", | "stylelint-config-standard": "^33.0.0", | ||
| "stylelint-order": "^6.0.3", | "stylelint-order": "^6.0.3", | ||
| "typescript": "~5.0.4", | "typescript": "~5.0.4", | ||
| "unocss": "^0.53.4", | "unocss": "^0.53.6", | ||
| "unocss-preset-weapp": "^0.53.3", | "unocss-preset-weapp": "^0.53.7", | ||
| "unplugin-auto-import": "^0.16.4", | "unplugin-auto-import": "^0.16.6", | ||
| "unplugin-vue-components": "^0.25.1", | "unplugin-vue-components": "^0.25.1", | ||
| "vite": "^4.3.9", | "vite": "^4.4.9", | ||
| "vue-eslint-parser": "^9.3.1" | "vue-eslint-parser": "^9.3.1" | ||
| }, | }, | ||
| "engines": { | "engines": { | ||
| ... | ... |
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
src/components/FirstUI/fui-calendar/index.js
0 → 100644
差异被折叠。
点击展开。
src/components/FirstUI/fui-card/fui-card.vue
0 → 100644
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
src/components/FirstUI/fui-circle/mpjs.js
0 → 100644
差异被折叠。
点击展开。
src/components/FirstUI/fui-circle/nvue.js
0 → 100644
差异被折叠。
点击展开。
src/components/FirstUI/fui-circle/render.js
0 → 100644
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
src/components/FirstUI/fui-col/fui-col.vue
0 → 100644
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
src/components/FirstUI/fui-config/index.ts
0 → 100644
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
src/components/FirstUI/fui-drag/bindingx.js
0 → 100644
差异被折叠。
点击展开。
差异被折叠。
点击展开。
src/components/FirstUI/fui-drag/fui-drag.vue
0 → 100644
差异被折叠。
点击展开。
src/components/FirstUI/fui-drag/index.wxs
0 → 100644
差异被折叠。
点击展开。
src/components/FirstUI/fui-drag/mpjs.js
0 → 100644
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
src/components/FirstUI/fui-fab/bindingx.js
0 → 100644
差异被折叠。
点击展开。
src/components/FirstUI/fui-fab/fui-fab.vue
0 → 100644
差异被折叠。
点击展开。
src/components/FirstUI/fui-fab/index.wxs
0 → 100644
差异被折叠。
点击展开。
src/components/FirstUI/fui-fab/mpjs.js
0 → 100644
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
src/components/FirstUI/fui-form/fui-form.vue
0 → 100644
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
src/components/FirstUI/fui-grid/fui-grid.vue
0 → 100644
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
src/components/FirstUI/fui-icon/fui-icon.js
0 → 100644
差异被折叠。
点击展开。
src/components/FirstUI/fui-icon/fui-icon.ttf
0 → 100644
差异被折叠。
点击展开。
src/components/FirstUI/fui-icon/fui-icon.vue
0 → 100644
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
src/components/FirstUI/fui-link/fui-link.vue
0 → 100644
差异被折叠。
点击展开。
差异被折叠。
点击展开。
src/components/FirstUI/fui-list/fui-list.vue
0 → 100644
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
src/components/FirstUI/fui-poster/index.js
0 → 100644
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
src/components/FirstUI/fui-rate/fui-rate.vue
0 → 100644
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
src/components/FirstUI/fui-request/index.js
0 → 100644
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
src/components/FirstUI/fui-row/fui-row.vue
0 → 100644
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
src/components/FirstUI/fui-slider/index.wxs
0 → 100644
差异被折叠。
点击展开。
src/components/FirstUI/fui-slider/mpjs.js
0 → 100644
差异被折叠。
点击展开。
src/components/FirstUI/fui-spin/fui-spin.vue
0 → 100644
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
src/components/FirstUI/fui-tabs/fui-tabs.vue
0 → 100644
差异被折叠。
点击展开。
src/components/FirstUI/fui-tag/fui-tag.vue
0 → 100644
差异被折叠。
点击展开。
src/components/FirstUI/fui-text/fui-text.vue
0 → 100644
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
src/components/FirstUI/fui-utils/index.js
0 → 100644
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
src/hooks/app/useConcealedExit.ts
0 → 100644
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
请
注册
或者
登录
后发表评论