本项目为 TeeworldsCN 网站,使用 SvelteKit 构建。目前推荐使用 bun 运行。
同时本项目中还包含了 ddbot(豆豆)的QQ与微信机器人代码。
为了能更快速地处理玩家数据,本项目会自动同步全部玩家数据。因为玩家数据量过大,该项目需要一些 rust 应用来预处理相关数据。
网站的部分功能需要已有处理过的数据才可使用。
使用 Rust 处理数据
cargo run --release --manifest-path ./rust/player-cache/Cargo.toml -- --force-gen
安装依赖
bun install
启动开发服务端
bun --bun dev
bun --bun run vite build
Due to the limitation of chinese bot platform. Bots can only send links from certified sites. Do not send links to other sites in bot messages.