Skip to content

Commit 4097cd6

Browse files
committed
chore: replace domain with 'tinyrdm.com'
1 parent 48164ff commit 4097cd6

4 files changed

Lines changed: 7 additions & 6 deletions

File tree

CNAME

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1+
tinyrdm.com
12
redis.tinycraft.cc

docs/.vitepress/config/en.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import fs from 'fs'
22
import path from 'path'
33

4-
export const META_URL = 'https://redis.tinycraft.cc'
4+
export const META_URL = 'https://tinyrdm.com'
55
export const META_TITLE = 'Tiny RDM'
66
export const META_DESCRIPTION = 'Modern lightweight Redis GUI desktop manager, intuitive Redis database administration, supports multi-platform Windows, Mac and Linux, easy fast installation, connect local and remote Redis, visualize key-value data, quickly operate on keys and values, built-in console to execute commands directly, data browsing and export, slow log query, perfect for beginners and experts alike, tremendously improves Redis application development efficiency.'
77

docs/.vitepress/config/zh.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import fs from 'fs'
22
import path from 'path'
33

4-
export const META_URL = 'https://redis.tinycraft.cc'
4+
export const META_URL = 'https://tinyrdm.com'
55
export const META_TITLE = 'Tiny RDM'
66
export const META_DESCRIPTION = '新一代轻量级Redis GUI,直观管理Redis数据库,支持多平台Windows、Mac和Linux系统,安装简单迅速,连接本地及远程Redis,可视化展示键值数据,快速操作键值对,内置控制台直接运行命令,数据浏览备份导出,慢日志查询,新手高级用户首选,大幅提高Redis应用开发效率。'
77

docs/public/client_version.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"version": "1.2.6",
33
"changelog": {
4-
"en": "https://redis.tinycraft.cc/changelog/v1.2.6.html",
5-
"zh": "https://redis.tinycraft.cc/zh/changelog/v1.2.6.html"
4+
"en": "https://tinyrdm.com/changelog/v1.2.6.html",
5+
"zh": "https://tinyrdm.com/zh/changelog/v1.2.6.html"
66
},
77
"description": {
88
"en": "",
@@ -13,8 +13,8 @@
1313
"zh": ""
1414
},
1515
"download_page": {
16-
"en": "https://redis.tinycraft.cc/",
17-
"zh": "https://redis.tinycraft.cc/zh/"
16+
"en": "https://tinyrdm.com/",
17+
"zh": "https://tinyrdm.com/zh/"
1818
},
1919
"sponsor": [
2020
{

0 commit comments

Comments
 (0)