Skip to content

Commit

Permalink
✨新增(doc/面试题): 新增小程序攻略
Browse files Browse the repository at this point in the history
  • Loading branch information
2401345934 committed Apr 17, 2023
1 parent b54cc51 commit d1f3800
Show file tree
Hide file tree
Showing 19 changed files with 4,144 additions and 1,095 deletions.
532 changes: 431 additions & 101 deletions docs/.vitepress/cache/deps/@xiaomh_vue3-alan-vite-component.js

Large diffs are not rendered by default.

Large diffs are not rendered by default.

24 changes: 12 additions & 12 deletions docs/.vitepress/cache/deps/_metadata.json
Original file line number Diff line number Diff line change
@@ -1,50 +1,50 @@
{
"hash": "84c7575d",
"browserHash": "1561e9be",
"hash": "e8e0d565",
"browserHash": "35f4dd2c",
"optimized": {
"vue": {
"src": "../../../../node_modules/vue/dist/vue.runtime.esm-bundler.js",
"file": "vue.js",
"fileHash": "e38590e8",
"fileHash": "4241d17e",
"needsInterop": false
},
"@xiaomh/vue3-alan-vite-component": {
"src": "../../../../node_modules/@xiaomh/vue3-alan-vite-component/lib/vue3-alan-vite-component.es.js",
"file": "@xiaomh_vue3-alan-vite-component.js",
"fileHash": "8afb7ec2",
"fileHash": "28e7cb00",
"needsInterop": false
},
"blueimp-md5": {
"src": "../../../../node_modules/blueimp-md5/js/md5.js",
"file": "blueimp-md5.js",
"fileHash": "4c79f0bc",
"fileHash": "aef11777",
"needsInterop": true
},
"dayjs": {
"src": "../../../../node_modules/dayjs/dayjs.min.js",
"file": "dayjs.js",
"fileHash": "4a6b1193",
"fileHash": "b6609037",
"needsInterop": true
},
"dayjs/locale/zh-cn": {
"src": "../../../../node_modules/dayjs/locale/zh-cn.js",
"file": "dayjs_locale_zh-cn.js",
"fileHash": "13e141ee",
"fileHash": "585ceb4d",
"needsInterop": true
},
"dayjs/plugin/relativeTime": {
"src": "../../../../node_modules/dayjs/plugin/relativeTime.js",
"file": "dayjs_plugin_relativeTime.js",
"fileHash": "f59eb8c5",
"fileHash": "8db507ec",
"needsInterop": true
}
},
"chunks": {
"chunk-6S52NMOK": {
"file": "chunk-6S52NMOK.js"
"chunk-IBAS2QTM": {
"file": "chunk-IBAS2QTM.js"
},
"chunk-SHT7PVZX": {
"file": "chunk-SHT7PVZX.js"
"chunk-HC7YKVQ3": {
"file": "chunk-HC7YKVQ3.js"
},
"chunk-RSJERJUL": {
"file": "chunk-RSJERJUL.js"
Expand Down
7 changes: 0 additions & 7 deletions docs/.vitepress/cache/deps/chunk-6S52NMOK.js.map

This file was deleted.

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

Large diffs are not rendered by default.

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions docs/.vitepress/cache/deps/chunk-IBAS2QTM.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/.vitepress/cache/deps/dayjs.js

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

2 changes: 1 addition & 1 deletion docs/.vitepress/cache/deps/dayjs_locale_zh-cn.js

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

4 changes: 3 additions & 1 deletion docs/.vitepress/cache/deps/vue.js

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

1 change: 1 addition & 0 deletions docs/.vitepress/routers/interview-questions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ const Router: RouterType = [
text: '微信小程序',
items: [
{ text: 'westore', link: '/interview-questions/westore/principle/' },
{ text: '微信小程序的攻略', link: '/interview-questions/westore/introduction/' },
{ text: '微信小程序的理解', link: '/interview-questions/westore/understand/' },
{ text: '小程序生命周期', link: '/interview-questions/westore/life-cycle/' },
{ text: '微信小程序中路由跳转的方式有哪些?区别', link: '/interview-questions/westore/router-navigate/' },
Expand Down
5 changes: 1 addition & 4 deletions docs/.vitepress/routers/tool.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,7 @@ const Router: RouterType = [
text: '常用git命令',
link: '/tool/git-all/',
},
{
text: '好看的颜色选择',
link: '/tool/color-all/',
},

{
text: 'json可视化',
link: '/tool/json-view/',
Expand Down
4 changes: 3 additions & 1 deletion docs/CHANGELOG/index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## <small>1.7.4 (2023-02-01)</small>
## <small>1.7.5 (2023-04-17)</small>

* ✨新增(components): 新增了注册chartgpt ([09a7b00](https://github.com/2401345934/vite-press/commit/09a7b00))
* ✨新增(doc/工程化): sdk补充 ([84e1eb2](https://github.com/2401345934/vite-press/commit/84e1eb2))
Expand All @@ -22,6 +22,7 @@
* 🐛修复(config): 修复 package 版本锁定 ([7731ed2](https://github.com/2401345934/vite-press/commit/7731ed2))
* 🐛修复(config): shiki 主题删除 ([d4465c9](https://github.com/2401345934/vite-press/commit/d4465c9))
* 🐛修复(doc/面试题): 错别字修复 ([10f7d09](https://github.com/2401345934/vite-press/commit/10f7d09))
* 🔧工具(custom): 构建工具升级 ([b1b375e](https://github.com/2401345934/vite-press/commit/b1b375e))
* 拆组件库 ([3885174](https://github.com/2401345934/vite-press/commit/3885174))
* 升级npm版本 ([97560a6](https://github.com/2401345934/vite-press/commit/97560a6))
* 修复/错别字 ([d1f1dd3](https://github.com/2401345934/vite-press/commit/d1f1dd3))
Expand All @@ -31,6 +32,7 @@
* html 面试题 ([0a304a1](https://github.com/2401345934/vite-press/commit/0a304a1))
* test ([2f7a97e](https://github.com/2401345934/vite-press/commit/2f7a97e))
* trst ([41597e4](https://github.com/2401345934/vite-press/commit/41597e4))
* Update deploy-pages.yml ([b54cc51](https://github.com/2401345934/vite-press/commit/b54cc51))
* Update deploy-pages.yml ([9235140](https://github.com/2401345934/vite-press/commit/9235140))


Expand Down
1 change: 1 addition & 0 deletions docs/interview-questions/westore/implementation/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
createTime: 2022/10/09
tag: 'westore'
---

# 微信小程序的实现原理

## 一、背景
Expand Down
Loading

0 comments on commit d1f3800

Please sign in to comment.