diff --git a/.env.development b/.env.development index 923bad24..b98e6b23 100644 --- a/.env.development +++ b/.env.development @@ -3,4 +3,7 @@ # VITE_LOG_INFO_ENABLED= # 思源笔记授权token,部分api调用需要 -# VITE_SIYUAN_CONFIG_TOKEN= \ No newline at end of file +# VITE_SIYUAN_CONFIG_TOKEN= + +# 开发阶段模拟的页面ID,仅限调试使用,生产环境无需此配置 +# VITE_SIYUAN_DEV_PAGE_ID= \ No newline at end of file diff --git a/src/components/main/VuepressMain.vue b/src/components/main/VuepressMain.vue index 6edfe28a..32b9fc9c 100644 --- a/src/components/main/VuepressMain.vue +++ b/src/components/main/VuepressMain.vue @@ -107,7 +107,7 @@