Skip to content

Commit

Permalink
feat: preview image
Browse files Browse the repository at this point in the history
  • Loading branch information
yanquanfahei committed Apr 27, 2023
1 parent 2da2822 commit 4567de6
Show file tree
Hide file tree
Showing 14 changed files with 645 additions and 96 deletions.
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,17 +68,18 @@
"@dcloudio/uni-stacktracey": "3.0.0-alpha-3070720230316001",
"@dcloudio/vite-plugin-uni": "3.0.0-alpha-3070720230316001",
"@eye-socket/eslint-config-vue": "^0.0.4",
"@eye-socket/stylelint-config": "^0.0.1",
"@vue/tsconfig": "^0.1.3",
"chalk": "^5.2.0",
"eslint": "^8.36.0",
"less": "^4.1.3",
"lint-staged": "^13.2.0",
"prettier": "^2.8.7",
"simple-git-hooks": "^2.8.1",
"stylelint": "^15.3.0",
"typescript": "^4.9.4",
"vite": "4.0.4",
"vue-tsc": "^1.0.24",
"stylelint": "^15.3.0",
"@eye-socket/stylelint-config": "^0.0.1",
"prettier": "^2.8.7"
"vue-tsc": "^1.0.24"
},
"simple-git-hooks": {
"pre-commit": "pnpm lint-staged",
Expand Down
100 changes: 88 additions & 12 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 10 additions & 10 deletions src/App.vue
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<script setup lang="ts">
import { onLaunch, onShow, onHide } from '@dcloudio/uni-app'
onLaunch(() => {
console.log('App Launch')
})
onShow(() => {
console.log('App Show')
})
onHide(() => {
console.log('App Hide')
})
// import { onLaunch, onShow, onHide } from '@dcloudio/uni-app'
// onLaunch(() => {
// console.log('App Launch')
// })
// onShow(() => {
// console.log('App Show')
// })
// onHide(() => {
// console.log('App Hide')
// })
</script>
<style></style>
Loading

0 comments on commit 4567de6

Please sign in to comment.