From a4fe1f0fe5a4f4f1dd348fa6cc43dfb6e789f641 Mon Sep 17 00:00:00 2001 From: yuyinws Date: Mon, 17 Jun 2024 11:02:34 +0800 Subject: [PATCH] docs: update --- .env.example | 4 ++-- README-CN.md | 4 ++-- README.md | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.env.example b/.env.example index b9495a0..ab96ddc 100644 --- a/.env.example +++ b/.env.example @@ -1,2 +1,2 @@ -STEAM_KEY= -CACHE_TIME= +NUXT_STEAM_KEY= +NUXT_CACHE_TIME= diff --git a/README-CN.md b/README-CN.md index 1894d58..6553b6d 100644 --- a/README-CN.md +++ b/README-CN.md @@ -48,8 +48,8 @@ | 名称 | 描述 | 示例 | | ----------- | ----------- | ----------- | -| STEAM_KEY | [Steam Api Key](https://steamcommunity.com/dev/apikey) | 5B23D7ECExxxxxxB58C57BC242 | -| CACHE_TIME | 请求缓存时间(秒) | 3600 | +| NUXT_STEAM_KEY | [Steam Api Key](https://steamcommunity.com/dev/apikey) | 5B23D7ECExxxxxxB58C57BC242 | +| NUXT_CACHE_TIME | 请求缓存时间(秒) | 3600 | ### PaaS diff --git a/README.md b/README.md index 4ab5352..957b9a1 100644 --- a/README.md +++ b/README.md @@ -47,8 +47,8 @@ | Name | Description | Example | | ----------- | ----------- | ----------- | -| STEAM_KEY | [Steam Api Key](https://steamcommunity.com/dev/apikey) | 5B23D7ECExxxxxxB58C57BC242 | -| CACHE_TIME | request cache time (second)| 3600 | +| NUXT_STEAM_KEY | [Steam Api Key](https://steamcommunity.com/dev/apikey) | 5B23D7ECExxxxxxB58C57BC242 | +| NUXT_CACHE_TIME | request cache time (second)| 3600 | ### PaaS