-
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.
- Loading branch information
zhoulizhi
committed
Apr 4, 2024
1 parent
717d2f9
commit 8ac71dd
Showing
17 changed files
with
26,413 additions
and
10,137 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,11 @@ | ||
[以我眼光看世界](https://italks.github.io/) | ||
1. 分享Android,Flutter,Kotlin经验 | ||
2. 机器学习,端侧部署,AI工具 | ||
3. Ubuntu玩机 | ||
3. Ubuntu玩机 | ||
|
||
此项目部署在Cloudflare Pages上 | ||
# 构建配置 | ||
- 构建命令`npm run docs:build` | ||
- 构建输出目录`/docs/.vitepress/dist` | ||
- 根目录`/` | ||
# 自定义域[](https://page.zhoulizhi.fun) |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
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,19 +1,40 @@ | ||
{ | ||
"hash": "755370c5", | ||
"browserHash": "530ce499", | ||
"hash": "3e1d5c7a", | ||
"configHash": "870ed757", | ||
"lockfileHash": "69bebaca", | ||
"browserHash": "b4470806", | ||
"optimized": { | ||
"vue": { | ||
"src": "../../../../node_modules/vue/dist/vue.runtime.esm-bundler.js", | ||
"file": "vue.js", | ||
"fileHash": "c2a5e74a", | ||
"fileHash": "795bc780", | ||
"needsInterop": false | ||
}, | ||
"vitepress > @vue/devtools-api": { | ||
"src": "../../../../node_modules/@vue/devtools-api/dist/index.js", | ||
"file": "vitepress___@vue_devtools-api.js", | ||
"fileHash": "0754d719", | ||
"needsInterop": false | ||
}, | ||
"vitepress > @vueuse/core": { | ||
"src": "../../../../node_modules/@vueuse/core/index.mjs", | ||
"file": "vitepress___@vueuse_core.js", | ||
"fileHash": "b8b34656", | ||
"needsInterop": false | ||
}, | ||
"@theme/index": { | ||
"src": "../../../../node_modules/vitepress/dist/client/theme-default/index.js", | ||
"file": "@theme_index.js", | ||
"fileHash": "4a5f586e", | ||
"fileHash": "7d70af9c", | ||
"needsInterop": false | ||
} | ||
}, | ||
"chunks": {} | ||
"chunks": { | ||
"chunk-4I4JYJZN": { | ||
"file": "chunk-4I4JYJZN.js" | ||
}, | ||
"chunk-CKQ4TNQ3": { | ||
"file": "chunk-CKQ4TNQ3.js" | ||
} | ||
} | ||
} |
Oops, something went wrong.