mirror of
https://github.com/EasyTier/easytier.github.io.git
synced 2025-05-19 10:27:06 +00:00
6 lines
165 B
TypeScript
6 lines
165 B
TypeScript
import type { TwikooData } from '@theojs/lumen'
|
|
|
|
export const Twikoo_Data: TwikooData = {
|
|
envId: 'https://twikoo.easytier.cn', // 修改成部署的Twikoo地址
|
|
}
|