docs: LobeChat.md
This commit is contained in:
parent
d171f232f1
commit
1db7db3bf1
@ -64,6 +64,10 @@
|
||||
- 注意在提交时查看上传平台,详见[2025-03-01_02-17-57.mp4](docs%2F.vuepress%2Fpublic%2Fsrc%2F2025-03-01_02-17-57.mp4)
|
||||
- 进入github等平台仓库,点击Pull requests,点击New pull request可见提交的PR,输入此次PR提交的内容即可,图片展示可见:
|
||||
|
||||
<CardGrid>
|
||||
|
||||
</CardGrid>
|
||||
|
||||
## 文件路径配置
|
||||
|
||||
首先在 `docs/.vuepress/notes.ts` 中配置notes的路径
|
||||
@ -72,6 +76,7 @@
|
||||
- 所有静态文件放在`docs/.vuepress/public`中
|
||||
- 其他地方引用静态文件时,从相对路径public开始
|
||||
- 例如:public下有AI.svg文件,引用时使用 `AI.svg` 路径即可
|
||||
- 头像放在`avatar`中
|
||||
- markdown文档隔行写
|
||||
- 请将`public`文件夹设置为 **Excluded**:右键 -> mark as -> excluded folder
|
||||
- 否则svg等静态文件的命名空间等信息会报错。
|
||||
|
@ -109,43 +109,37 @@ export default defineUserConfig({
|
||||
// chartjs: true,
|
||||
echarts: true,
|
||||
mermaid: true,
|
||||
flowchart: true,
|
||||
// flowchart: true,
|
||||
},
|
||||
|
||||
/**
|
||||
* markdown power
|
||||
* @see https://theme-plume.vuejs.press/config/plugin/markdown-power/
|
||||
*/
|
||||
|
||||
markdownPower: {
|
||||
pdf: true,
|
||||
audioReader: true,
|
||||
bilibili: true,
|
||||
pdf: true, // 启用 PDF 嵌入 @[pdf](/xxx.pdf)
|
||||
caniuse: true, // 启用 caniuse 语法 @[caniuse](feature_name)
|
||||
plot: true, // 启用隐秘文本语法 !!xxxx!!
|
||||
bilibili: true, // 启用嵌入 bilibili视频 语法 @[bilibili](bid)
|
||||
youtube: true, // 启用嵌入 youtube视频 语法 @[youtube](video_id)
|
||||
artPlayer: true, // 启用嵌入 artPlayer 本地视频 语法 @[artPlayer](url)
|
||||
audioReader: true, // 启用嵌入音频朗读功能 语法 @[audioReader](url)
|
||||
icons: true, // 启用内置图标语法 :[icon-name]:
|
||||
codepen: true, // 启用嵌入 codepen 语法 @[codepen](user/slash)
|
||||
replit: true, // 启用嵌入 replit 语法 @[replit](user/repl-name)
|
||||
codeSandbox: true, // 启用嵌入 codeSandbox 语法 @[codeSandbox](id)
|
||||
jsfiddle: true, // 启用嵌入 jsfiddle 语法 @[jsfiddle](user/id)
|
||||
npmTo: true, // 启用 npm-to 容器 ::: npm-to
|
||||
demo: true, // 启用 demo 容器 ::: demo
|
||||
repl: { // 启用 代码演示容器
|
||||
go: true, // ::: go-repl
|
||||
rust: true, // ::: rust-repl
|
||||
kotlin: true, // ::: kotlin-repl
|
||||
},
|
||||
imageSize: 'local', // 启用 自动填充 图片宽高属性,避免页面抖动
|
||||
},
|
||||
|
||||
|
||||
// markdownPower: {
|
||||
// pdf: true, // 启用 PDF 嵌入 @[pdf](/xxx.pdf)
|
||||
// caniuse: true, // 启用 caniuse 语法 @[caniuse](feature_name)
|
||||
// plot: true, // 启用隐秘文本语法 !!xxxx!!
|
||||
// bilibili: true, // 启用嵌入 bilibili视频 语法 @[bilibili](bid)
|
||||
// youtube: true, // 启用嵌入 youtube视频 语法 @[youtube](video_id)
|
||||
// artPlayer: true, // 启用嵌入 artPlayer 本地视频 语法 @[artPlayer](url)
|
||||
// audioReader: true, // 启用嵌入音频朗读功能 语法 @[audioReader](url)
|
||||
// icons: true, // 启用内置图标语法 :[icon-name]:
|
||||
// codepen: true, // 启用嵌入 codepen 语法 @[codepen](user/slash)
|
||||
// replit: true, // 启用嵌入 replit 语法 @[replit](user/repl-name)
|
||||
// codeSandbox: true, // 启用嵌入 codeSandbox 语法 @[codeSandbox](id)
|
||||
// jsfiddle: true, // 启用嵌入 jsfiddle 语法 @[jsfiddle](user/id)
|
||||
// npmTo: true, // 启用 npm-to 容器 ::: npm-to
|
||||
// demo: true, // 启用 demo 容器 ::: demo
|
||||
// repl: { // 启用 代码演示容器
|
||||
// go: true, // ::: go-repl
|
||||
// rust: true, // ::: rust-repl
|
||||
// kotlin: true, // ::: kotlin-repl
|
||||
// },
|
||||
// imageSize: 'local', // 启用 自动填充 图片宽高属性,避免页面抖动
|
||||
// },
|
||||
|
||||
/**
|
||||
* 在 Markdown 文件中导入其他 markdown 文件内容。
|
||||
* @see https://theme-plume.vuejs.press/guide/markdown/include/
|
||||
|
Binary file not shown.
@ -1,5 +1,5 @@
|
||||
---
|
||||
title: python
|
||||
title: Python
|
||||
createTime: 2025/03/01 03:00:38
|
||||
permalink: /csdiy/program-begin/python/
|
||||
icon: devicon:python
|
||||
@ -21,8 +21,6 @@ PyCharm软件安装包可在[PGuide Alist](http://192.168.183.171:5244/softwares
|
||||
|
||||
● 学完python从入门到精通还不够的,这本书囊括并不全面,这个时候去B站找小甲鱼Python,学完就行,python就入门了@[bilibili](BV1c4411e77t)。
|
||||
|
||||
|
||||
|
||||
● 然后重医图书馆《python可视化数据分析》[机器学习实战笔记](https://blog.csdn.net/Crayonxin2000/article/details/122741295)(好像是叫这个名字?反正是一本红色的蜥蜴书,图灵或者机械工业出版的)跟着代码敲,读书,做笔记思考学习数据分析的精髓就行了,然后你就入门数据分析了
|
||||
|
||||
● 最后就是机器学习。建议你学这个之前有同济绿色版本高数上下册的基础和概率统计的基础,学起来会舒服很多,购买西瓜书读书,然后去GitHub上拉点项目跟着复现实现,恭喜你,机器学习入门了。
|
||||
|
@ -28,6 +28,20 @@ groups:
|
||||
avatar: /avatar/cqmu.svg
|
||||
organization: 重庆医科大学信息中心
|
||||
desc: 信息中心门户网站
|
||||
-
|
||||
name: 华为深度学习平台(内网)
|
||||
link: http://192.168.194.11/
|
||||
location: 重庆医科大学
|
||||
avatar: /huawei.svg
|
||||
organization: 重庆医科大学医学信息学院
|
||||
desc: Huawei DL platform
|
||||
-
|
||||
name: 校超算平台(内网)
|
||||
link: http://172.16.190.220:6080/
|
||||
location: 重庆医科大学
|
||||
avatar: /hpc.svg
|
||||
organization: 重庆医科大学信息中心
|
||||
desc: 计算云门户
|
||||
- title: MED Explorers+
|
||||
desc: A research team affiliated to the College of Basic Medical Science composed of undergraduates
|
||||
list:
|
||||
@ -116,8 +130,8 @@ groups:
|
||||
organization: PGuide Studio、信息中心
|
||||
desc:
|
||||
avatar: /overleaf.svg
|
||||
- name: 外网LaTeX在线协作平台
|
||||
link: http://192.168.183.171
|
||||
- name: 外网LaTeX在线协作平台(offline)
|
||||
link: https://latex.cqmu.edu.cn
|
||||
location: 重庆医科大学
|
||||
organization: PGuide Studio、信息中心
|
||||
desc:
|
||||
|
@ -207,6 +207,26 @@ list:
|
||||
backgroundColor:
|
||||
color:
|
||||
nameColor:
|
||||
- name: 🐻
|
||||
link:
|
||||
avatar: /avatar/xx.png
|
||||
desc: Wednesday afternoon 2:00
|
||||
location: 中国,重庆沙坪坝
|
||||
organization: 哈尔滨工业大学
|
||||
socials:
|
||||
backgroundColor:
|
||||
color:
|
||||
nameColor:
|
||||
- name:
|
||||
link:
|
||||
avatar:
|
||||
desc:
|
||||
location:
|
||||
organization:
|
||||
socials:
|
||||
backgroundColor:
|
||||
color:
|
||||
nameColor:
|
||||
# - name:
|
||||
# link:
|
||||
# avatar:
|
||||
|
@ -5,7 +5,30 @@ permalink: /public-service/GPT/lobe-chat/
|
||||
icon: https://lobechat.com/icons/icon-192x192.png
|
||||
---
|
||||
|
||||
::: demo-wrapper no-padding title="hello"
|
||||
<LinkCard icon="https://lobechat.com/icons/icon-192x192.png" title="PGuide LobeChat" href="https://chat.pguide.studio/">
|
||||
|
||||
LobeChat OpenSource LLM chat platform.
|
||||
|
||||
</LinkCard>
|
||||
|
||||
::: demo-wrapper no-padding
|
||||

|
||||
:::
|
||||
|
||||
## 开始对话
|
||||
|
||||
进入界面后,随便输入一段文字,此时会弹出密码提示框,输入密码<Plot>联系rand777获取</Plot>解锁即可,视频教程如下:
|
||||
|
||||
<ArtPlayer
|
||||
src="/src/2025-03-03_19-27-42.mp4"
|
||||
fullscreen
|
||||
/>
|
||||
|
||||
|
||||
|
||||
## 后续计划
|
||||
|
||||
1. [ ] 接入统一认证中心
|
||||
2. [ ] 展示各组织使用量
|
||||
3. [ ] EChart.js展示日均使用分布
|
||||
|
||||
|
@ -60,3 +60,5 @@ https://steampp.net/
|
||||
|
||||
## 应用部署集合
|
||||
这下面的都已经部署好了,直接使用即可,所有人的对话均采用AES256加密,管理员也不知道你问了什么,放心用。
|
||||
|
||||
|
||||
|
@ -28,6 +28,7 @@
|
||||
"dependencies": {
|
||||
"@waline/client": "^3.5.5",
|
||||
"annotation": "^0.1.0",
|
||||
"artplayer": "^5.2.2",
|
||||
"chart": "^0.1.2",
|
||||
"echarts": "^5.6.0",
|
||||
"flowchart": "^1.2.0",
|
||||
|
42
pnpm-lock.yaml
generated
42
pnpm-lock.yaml
generated
@ -14,6 +14,9 @@ importers:
|
||||
annotation:
|
||||
specifier: ^0.1.0
|
||||
version: 0.1.0
|
||||
artplayer:
|
||||
specifier: ^5.2.2
|
||||
version: 5.2.2
|
||||
chart:
|
||||
specifier: ^0.1.2
|
||||
version: 0.1.2
|
||||
@ -47,7 +50,7 @@ importers:
|
||||
version: 2.0.0-rc.19(@vuepress/bundler-vite@2.0.0-rc.19(@types/node@22.13.5)(less@4.2.2)(sass-embedded@1.85.0)(sass@1.84.0)(stylus@0.64.0)(typescript@5.7.3))(typescript@5.7.3)(vue@3.5.13(typescript@5.7.3))
|
||||
vuepress-theme-plume:
|
||||
specifier: 1.0.0-rc.131
|
||||
version: 1.0.0-rc.131(@algolia/client-search@5.20.3)(@waline/client@3.5.5(typescript@5.7.3))(echarts@5.6.0)(less@4.2.2)(markdown-it@14.1.0)(mermaid@11.4.1)(sass-embedded@1.85.0)(sass@1.84.0)(search-insights@2.17.3)(stylus@0.64.0)(typescript@5.7.3)(vuepress@2.0.0-rc.19(@vuepress/bundler-vite@2.0.0-rc.19(@types/node@22.13.5)(less@4.2.2)(sass-embedded@1.85.0)(sass@1.84.0)(stylus@0.64.0)(typescript@5.7.3))(typescript@5.7.3)(vue@3.5.13(typescript@5.7.3)))
|
||||
version: 1.0.0-rc.131(@algolia/client-search@5.20.3)(@waline/client@3.5.5(typescript@5.7.3))(artplayer@5.2.2)(echarts@5.6.0)(less@4.2.2)(markdown-it@14.1.0)(mermaid@11.4.1)(sass-embedded@1.85.0)(sass@1.84.0)(search-insights@2.17.3)(stylus@0.64.0)(typescript@5.7.3)(vuepress@2.0.0-rc.19(@vuepress/bundler-vite@2.0.0-rc.19(@types/node@22.13.5)(less@4.2.2)(sass-embedded@1.85.0)(sass@1.84.0)(stylus@0.64.0)(typescript@5.7.3))(typescript@5.7.3)(vue@3.5.13(typescript@5.7.3)))
|
||||
|
||||
packages:
|
||||
|
||||
@ -919,36 +922,42 @@ packages:
|
||||
engines: {node: '>= 10.0.0'}
|
||||
cpu: [arm]
|
||||
os: [linux]
|
||||
libc: [glibc]
|
||||
|
||||
'@parcel/watcher-linux-arm-musl@2.5.1':
|
||||
resolution: {integrity: sha512-6E+m/Mm1t1yhB8X412stiKFG3XykmgdIOqhjWj+VL8oHkKABfu/gjFj8DvLrYVHSBNC+/u5PeNrujiSQ1zwd1Q==}
|
||||
engines: {node: '>= 10.0.0'}
|
||||
cpu: [arm]
|
||||
os: [linux]
|
||||
libc: [musl]
|
||||
|
||||
'@parcel/watcher-linux-arm64-glibc@2.5.1':
|
||||
resolution: {integrity: sha512-LrGp+f02yU3BN9A+DGuY3v3bmnFUggAITBGriZHUREfNEzZh/GO06FF5u2kx8x+GBEUYfyTGamol4j3m9ANe8w==}
|
||||
engines: {node: '>= 10.0.0'}
|
||||
cpu: [arm64]
|
||||
os: [linux]
|
||||
libc: [glibc]
|
||||
|
||||
'@parcel/watcher-linux-arm64-musl@2.5.1':
|
||||
resolution: {integrity: sha512-cFOjABi92pMYRXS7AcQv9/M1YuKRw8SZniCDw0ssQb/noPkRzA+HBDkwmyOJYp5wXcsTrhxO0zq1U11cK9jsFg==}
|
||||
engines: {node: '>= 10.0.0'}
|
||||
cpu: [arm64]
|
||||
os: [linux]
|
||||
libc: [musl]
|
||||
|
||||
'@parcel/watcher-linux-x64-glibc@2.5.1':
|
||||
resolution: {integrity: sha512-GcESn8NZySmfwlTsIur+49yDqSny2IhPeZfXunQi48DMugKeZ7uy1FX83pO0X22sHntJ4Ub+9k34XQCX+oHt2A==}
|
||||
engines: {node: '>= 10.0.0'}
|
||||
cpu: [x64]
|
||||
os: [linux]
|
||||
libc: [glibc]
|
||||
|
||||
'@parcel/watcher-linux-x64-musl@2.5.1':
|
||||
resolution: {integrity: sha512-n0E2EQbatQ3bXhcH2D1XIAANAcTZkQICBPVaxMeaCVBtOpBZpWJuf7LwyWPSBDITb7In8mqQgJ7gH8CILCURXg==}
|
||||
engines: {node: '>= 10.0.0'}
|
||||
cpu: [x64]
|
||||
os: [linux]
|
||||
libc: [musl]
|
||||
|
||||
'@parcel/watcher-win32-arm64@2.5.1':
|
||||
resolution: {integrity: sha512-RFzklRvmc3PkjKjry3hLF9wD7ppR4AKcWNzH7kXR7GUe0Igb3Nz8fyPwtZCSquGrhU5HhUNDr/mKBqj7tqA2Vw==}
|
||||
@ -1013,51 +1022,61 @@ packages:
|
||||
resolution: {integrity: sha512-A4iphFGNkWRd+5m3VIGuqHnG3MVnqKe7Al57u9mwgbyZ2/xF9Jio72MaY7xxh+Y87VAHmGQr73qoKL9HPbXj1g==}
|
||||
cpu: [arm]
|
||||
os: [linux]
|
||||
libc: [glibc]
|
||||
|
||||
'@rollup/rollup-linux-arm-musleabihf@4.34.8':
|
||||
resolution: {integrity: sha512-S0lqKLfTm5u+QTxlFiAnb2J/2dgQqRy/XvziPtDd1rKZFXHTyYLoVL58M/XFwDI01AQCDIevGLbQrMAtdyanpA==}
|
||||
cpu: [arm]
|
||||
os: [linux]
|
||||
libc: [musl]
|
||||
|
||||
'@rollup/rollup-linux-arm64-gnu@4.34.8':
|
||||
resolution: {integrity: sha512-jpz9YOuPiSkL4G4pqKrus0pn9aYwpImGkosRKwNi+sJSkz+WU3anZe6hi73StLOQdfXYXC7hUfsQlTnjMd3s1A==}
|
||||
cpu: [arm64]
|
||||
os: [linux]
|
||||
libc: [glibc]
|
||||
|
||||
'@rollup/rollup-linux-arm64-musl@4.34.8':
|
||||
resolution: {integrity: sha512-KdSfaROOUJXgTVxJNAZ3KwkRc5nggDk+06P6lgi1HLv1hskgvxHUKZ4xtwHkVYJ1Rep4GNo+uEfycCRRxht7+Q==}
|
||||
cpu: [arm64]
|
||||
os: [linux]
|
||||
libc: [musl]
|
||||
|
||||
'@rollup/rollup-linux-loongarch64-gnu@4.34.8':
|
||||
resolution: {integrity: sha512-NyF4gcxwkMFRjgXBM6g2lkT58OWztZvw5KkV2K0qqSnUEqCVcqdh2jN4gQrTn/YUpAcNKyFHfoOZEer9nwo6uQ==}
|
||||
cpu: [loong64]
|
||||
os: [linux]
|
||||
libc: [glibc]
|
||||
|
||||
'@rollup/rollup-linux-powerpc64le-gnu@4.34.8':
|
||||
resolution: {integrity: sha512-LMJc999GkhGvktHU85zNTDImZVUCJ1z/MbAJTnviiWmmjyckP5aQsHtcujMjpNdMZPT2rQEDBlJfubhs3jsMfw==}
|
||||
cpu: [ppc64]
|
||||
os: [linux]
|
||||
libc: [glibc]
|
||||
|
||||
'@rollup/rollup-linux-riscv64-gnu@4.34.8':
|
||||
resolution: {integrity: sha512-xAQCAHPj8nJq1PI3z8CIZzXuXCstquz7cIOL73HHdXiRcKk8Ywwqtx2wrIy23EcTn4aZ2fLJNBB8d0tQENPCmw==}
|
||||
cpu: [riscv64]
|
||||
os: [linux]
|
||||
libc: [glibc]
|
||||
|
||||
'@rollup/rollup-linux-s390x-gnu@4.34.8':
|
||||
resolution: {integrity: sha512-DdePVk1NDEuc3fOe3dPPTb+rjMtuFw89gw6gVWxQFAuEqqSdDKnrwzZHrUYdac7A7dXl9Q2Vflxpme15gUWQFA==}
|
||||
cpu: [s390x]
|
||||
os: [linux]
|
||||
libc: [glibc]
|
||||
|
||||
'@rollup/rollup-linux-x64-gnu@4.34.8':
|
||||
resolution: {integrity: sha512-8y7ED8gjxITUltTUEJLQdgpbPh1sUQ0kMTmufRF/Ns5tI9TNMNlhWtmPKKHCU0SilX+3MJkZ0zERYYGIVBYHIA==}
|
||||
cpu: [x64]
|
||||
os: [linux]
|
||||
libc: [glibc]
|
||||
|
||||
'@rollup/rollup-linux-x64-musl@4.34.8':
|
||||
resolution: {integrity: sha512-SCXcP0ZpGFIe7Ge+McxY5zKxiEI5ra+GT3QRxL0pMMtxPfpyLAKleZODi1zdRHkz5/BhueUrYtYVgubqe9JBNQ==}
|
||||
cpu: [x64]
|
||||
os: [linux]
|
||||
libc: [musl]
|
||||
|
||||
'@rollup/rollup-win32-arm64-msvc@4.34.8':
|
||||
resolution: {integrity: sha512-YHYsgzZgFJzTRbth4h7Or0m5O74Yda+hLin0irAIobkLQFRQd1qWmnoVfwmKm9TXIZVAD0nZ+GEb2ICicLyCnQ==}
|
||||
@ -1602,6 +1621,9 @@ packages:
|
||||
resolution: {integrity: sha512-BNoCY6SXXPQ7gF2opIP4GBE+Xw7U+pHMYKuzjgCN3GwiaIR09UUeKfheyIry77QtrCBlC0KK0q5/TER/tYh3PQ==}
|
||||
engines: {node: '>= 0.4'}
|
||||
|
||||
artplayer@5.2.2:
|
||||
resolution: {integrity: sha512-JsPRA9e+7KyWTh5KBeKLTcCigzGhpZulRFXvOeiFMbxnpPz9kZ/1STp1LZONqQXHkxX9wHTO6JhGOvzrduH2Lw==}
|
||||
|
||||
async-function@1.0.0:
|
||||
resolution: {integrity: sha512-hsU18Ae8CDTR6Kgu9DYf0EbCr/a5iGL0rytQDobUcdpYOKokk8LEjVphnXkDkgpi0wYVsqrXuP0bZxJaTqdgoA==}
|
||||
engines: {node: '>= 0.4'}
|
||||
@ -2869,6 +2891,9 @@ packages:
|
||||
resolution: {integrity: sha512-ur5UIdyw5Y7yEj9wLzhqXiy6GZ3Mwx0yGI+5sMn2r0N0v3cKJvUmFH5yPP+WXh9e0xfyzyJX95D8l088DNFj7A==}
|
||||
hasBin: true
|
||||
|
||||
option-validator@2.0.6:
|
||||
resolution: {integrity: sha512-tmZDan2LRIRQyhUGvkff68/O0R8UmF+Btmiiz0SmSw2ng3CfPZB9wJlIjHpe/MKUZqyIZkVIXCrwr1tIN+0Dzg==}
|
||||
|
||||
ora@8.2.0:
|
||||
resolution: {integrity: sha512-weP+BZ8MVNnlCm8c0Qdc1WSWq4Qn7I+9CJGm7Qali6g44e/PUzbjNqJX5NJ9ljlNMosfJvg1fKEGILklK9cwnw==}
|
||||
engines: {node: '>=18'}
|
||||
@ -5354,6 +5379,10 @@ snapshots:
|
||||
get-intrinsic: 1.3.0
|
||||
is-array-buffer: 3.0.5
|
||||
|
||||
artplayer@5.2.2:
|
||||
dependencies:
|
||||
option-validator: 2.0.6
|
||||
|
||||
async-function@1.0.0: {}
|
||||
|
||||
async@2.6.4:
|
||||
@ -6970,6 +6999,10 @@ snapshots:
|
||||
|
||||
opener@1.5.2: {}
|
||||
|
||||
option-validator@2.0.6:
|
||||
dependencies:
|
||||
kind-of: 6.0.3
|
||||
|
||||
ora@8.2.0:
|
||||
dependencies:
|
||||
chalk: 5.4.1
|
||||
@ -7752,7 +7785,7 @@ snapshots:
|
||||
- markdown-it
|
||||
- typescript
|
||||
|
||||
vuepress-plugin-md-power@1.0.0-rc.131(esbuild@0.25.0)(less@4.2.2)(markdown-it@14.1.0)(sass-embedded@1.85.0)(sass@1.84.0)(stylus@0.64.0)(typescript@5.7.3)(vuepress@2.0.0-rc.19(@vuepress/bundler-vite@2.0.0-rc.19(@types/node@22.13.5)(less@4.2.2)(sass-embedded@1.85.0)(sass@1.84.0)(stylus@0.64.0)(typescript@5.7.3))(typescript@5.7.3)(vue@3.5.13(typescript@5.7.3))):
|
||||
vuepress-plugin-md-power@1.0.0-rc.131(artplayer@5.2.2)(esbuild@0.25.0)(less@4.2.2)(markdown-it@14.1.0)(sass-embedded@1.85.0)(sass@1.84.0)(stylus@0.64.0)(typescript@5.7.3)(vuepress@2.0.0-rc.19(@vuepress/bundler-vite@2.0.0-rc.19(@types/node@22.13.5)(less@4.2.2)(sass-embedded@1.85.0)(sass@1.84.0)(stylus@0.64.0)(typescript@5.7.3))(typescript@5.7.3)(vue@3.5.13(typescript@5.7.3))):
|
||||
dependencies:
|
||||
'@mdit/plugin-attrs': 0.16.7(markdown-it@14.1.0)
|
||||
'@mdit/plugin-footnote': 0.16.0(markdown-it@14.1.0)
|
||||
@ -7780,6 +7813,7 @@ snapshots:
|
||||
vue: 3.5.13(typescript@5.7.3)
|
||||
vuepress: 2.0.0-rc.19(@vuepress/bundler-vite@2.0.0-rc.19(@types/node@22.13.5)(less@4.2.2)(sass-embedded@1.85.0)(sass@1.84.0)(stylus@0.64.0)(typescript@5.7.3))(typescript@5.7.3)(vue@3.5.13(typescript@5.7.3))
|
||||
optionalDependencies:
|
||||
artplayer: 5.2.2
|
||||
markdown-it: 14.1.0
|
||||
transitivePeerDependencies:
|
||||
- typescript
|
||||
@ -7794,7 +7828,7 @@ snapshots:
|
||||
transitivePeerDependencies:
|
||||
- typescript
|
||||
|
||||
vuepress-theme-plume@1.0.0-rc.131(@algolia/client-search@5.20.3)(@waline/client@3.5.5(typescript@5.7.3))(echarts@5.6.0)(less@4.2.2)(markdown-it@14.1.0)(mermaid@11.4.1)(sass-embedded@1.85.0)(sass@1.84.0)(search-insights@2.17.3)(stylus@0.64.0)(typescript@5.7.3)(vuepress@2.0.0-rc.19(@vuepress/bundler-vite@2.0.0-rc.19(@types/node@22.13.5)(less@4.2.2)(sass-embedded@1.85.0)(sass@1.84.0)(stylus@0.64.0)(typescript@5.7.3))(typescript@5.7.3)(vue@3.5.13(typescript@5.7.3))):
|
||||
vuepress-theme-plume@1.0.0-rc.131(@algolia/client-search@5.20.3)(@waline/client@3.5.5(typescript@5.7.3))(artplayer@5.2.2)(echarts@5.6.0)(less@4.2.2)(markdown-it@14.1.0)(mermaid@11.4.1)(sass-embedded@1.85.0)(sass@1.84.0)(search-insights@2.17.3)(stylus@0.64.0)(typescript@5.7.3)(vuepress@2.0.0-rc.19(@vuepress/bundler-vite@2.0.0-rc.19(@types/node@22.13.5)(less@4.2.2)(sass-embedded@1.85.0)(sass@1.84.0)(stylus@0.64.0)(typescript@5.7.3))(typescript@5.7.3)(vue@3.5.13(typescript@5.7.3))):
|
||||
dependencies:
|
||||
'@iconify/utils': 2.3.0
|
||||
'@iconify/vue': 4.3.0(vue@3.5.13(typescript@5.7.3))
|
||||
@ -7833,7 +7867,7 @@ snapshots:
|
||||
vue: 3.5.13(typescript@5.7.3)
|
||||
vuepress: 2.0.0-rc.19(@vuepress/bundler-vite@2.0.0-rc.19(@types/node@22.13.5)(less@4.2.2)(sass-embedded@1.85.0)(sass@1.84.0)(stylus@0.64.0)(typescript@5.7.3))(typescript@5.7.3)(vue@3.5.13(typescript@5.7.3))
|
||||
vuepress-plugin-md-enhance: 2.0.0-rc.69(echarts@5.6.0)(markdown-it@14.1.0)(mermaid@11.4.1)(sass-embedded@1.85.0)(sass@1.84.0)(typescript@5.7.3)(vuepress@2.0.0-rc.19(@vuepress/bundler-vite@2.0.0-rc.19(@types/node@22.13.5)(less@4.2.2)(sass-embedded@1.85.0)(sass@1.84.0)(stylus@0.64.0)(typescript@5.7.3))(typescript@5.7.3)(vue@3.5.13(typescript@5.7.3)))
|
||||
vuepress-plugin-md-power: 1.0.0-rc.131(esbuild@0.25.0)(less@4.2.2)(markdown-it@14.1.0)(sass-embedded@1.85.0)(sass@1.84.0)(stylus@0.64.0)(typescript@5.7.3)(vuepress@2.0.0-rc.19(@vuepress/bundler-vite@2.0.0-rc.19(@types/node@22.13.5)(less@4.2.2)(sass-embedded@1.85.0)(sass@1.84.0)(stylus@0.64.0)(typescript@5.7.3))(typescript@5.7.3)(vue@3.5.13(typescript@5.7.3)))
|
||||
vuepress-plugin-md-power: 1.0.0-rc.131(artplayer@5.2.2)(esbuild@0.25.0)(less@4.2.2)(markdown-it@14.1.0)(sass-embedded@1.85.0)(sass@1.84.0)(stylus@0.64.0)(typescript@5.7.3)(vuepress@2.0.0-rc.19(@vuepress/bundler-vite@2.0.0-rc.19(@types/node@22.13.5)(less@4.2.2)(sass-embedded@1.85.0)(sass@1.84.0)(stylus@0.64.0)(typescript@5.7.3))(typescript@5.7.3)(vue@3.5.13(typescript@5.7.3)))
|
||||
optionalDependencies:
|
||||
sass: 1.84.0
|
||||
sass-embedded: 1.85.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user