mirror of https://github.com/YunYouJun/valaxy
release: v0.25.9
This commit is contained in:
parent
6037bd64aa
commit
86321e6971
|
@ -2,7 +2,6 @@
|
|||
title: 黯淡的星空
|
||||
---
|
||||
|
||||
|
||||
框架的开发者们自身可曾考虑过,甚至实验过,模拟的智慧超过我们的可能吗?
|
||||
|
||||
不可能。
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
title: 仓鼠们今天也在努力进化着
|
||||
---
|
||||
|
||||
|
||||
“是不是相当有趣?”在无重力的太空中,我摆成大字型自由地舒展着身体。
|
||||
|
||||
“嗯。不过好像没有我什么出场的机会。”他又从散落漂浮着的众多书本中,找出了原先读过的那本。
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
title: 相遇
|
||||
---
|
||||
|
||||
|
||||
我的脑内有些昏沉,残存的记忆依旧是刚告别亲人与地球的那一幕。
|
||||
|
||||
是找到宜居的星球所以唤醒我了吗?
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
title: 我们的征途是星辰大海
|
||||
---
|
||||
|
||||
|
||||
据说上世纪那场瓜子雨,整整持续了三天。
|
||||
|
||||
所有曾经质疑神是否存在的学派,也于那个时代全部消亡了。即便是曾笃信自然科学的牛仓,又或是发明了转轮永动机的托马斯·仓,以及借此驱动电力的特斯仓,点亮世界的爱迪仓在得知这一消息后,都无一例外地将下半生沉浸于神学之中。
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
title: 残暴的蜥蜴王
|
||||
---
|
||||
|
||||
|
||||
“痛!”熟悉的声音。
|
||||
|
||||
恐龙们也进化到说话的地步了吗?
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
title: 他们才是神明
|
||||
---
|
||||
|
||||
|
||||
事态的发展有些超出掌控了。如果说最初登出按钮消失的情况,可以解释为系统 BUG,我还能耐心地等待系统的修复。但现在连基本权限都被限制,就绝对是紧急大事件了,甚至有可能威胁到我自身的安全。
|
||||
|
||||
不能再坐以待毙了。
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@valaxyjs/monorepo",
|
||||
"type": "module",
|
||||
"version": "0.25.8",
|
||||
"version": "0.25.9",
|
||||
"private": true,
|
||||
"packageManager": "pnpm@10.13.1",
|
||||
"description": "📄 Vite & Vue powered static blog generator.",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@valaxyjs/utils",
|
||||
"type": "module",
|
||||
"version": "0.25.8",
|
||||
"version": "0.25.9",
|
||||
"description": "A utility library for Valaxy",
|
||||
"author": {
|
||||
"name": "Valaxy",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "create-valaxy",
|
||||
"type": "module",
|
||||
"version": "0.25.8",
|
||||
"version": "0.25.9",
|
||||
"description": "Create Starter Template for Valaxy",
|
||||
"author": {
|
||||
"email": "me@yunyoujun.cn",
|
||||
|
|
|
@ -12,8 +12,8 @@
|
|||
"serve": "vite preview"
|
||||
},
|
||||
"dependencies": {
|
||||
"valaxy": "0.25.8",
|
||||
"valaxy-theme-yun": "0.25.8"
|
||||
"valaxy": "0.25.9",
|
||||
"valaxy-theme-yun": "0.25.9"
|
||||
},
|
||||
"devDependencies": {
|
||||
"typescript": "^5.8.3"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@valaxyjs/devtools",
|
||||
"type": "module",
|
||||
"version": "0.25.8",
|
||||
"version": "0.25.9",
|
||||
"repository": {
|
||||
"url": "https://github.com/YunYouJun/valaxy"
|
||||
},
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "valaxy-theme-press",
|
||||
"version": "0.25.8",
|
||||
"version": "0.25.9",
|
||||
"description": "Docs Theme for Valaxy",
|
||||
"author": {
|
||||
"email": "me@yunyoujun.cn",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "valaxy-theme-yun",
|
||||
"type": "module",
|
||||
"version": "0.25.8",
|
||||
"version": "0.25.9",
|
||||
"author": {
|
||||
"email": "me@yunyoujun.cn",
|
||||
"name": "YunYouJun",
|
||||
|
|
|
@ -6,7 +6,6 @@ import { toAtFS } from '../utils'
|
|||
/**
|
||||
* blog features
|
||||
* @param name
|
||||
* @returns
|
||||
*/
|
||||
function createBlogTemplate(name: string): VirtualModuleTemplate {
|
||||
return {
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "valaxy",
|
||||
"type": "module",
|
||||
"version": "0.25.8",
|
||||
"version": "0.25.9",
|
||||
"description": "📄 Vite & Vue powered static blog generator.",
|
||||
"author": {
|
||||
"email": "me@yunyoujun.cn",
|
||||
|
|
Loading…
Reference in New Issue