AS213729 的网站代码,样式参考了 SohaNET。 https://as213729.rikki.ltd
Find a file
2025-05-15 09:00:28 +08:00
.vscode init astro 2025-02-03 16:55:09 +08:00
public init astro 2025-02-03 16:55:09 +08:00
src feat: 完成rDNS转换工具 2025-05-15 09:00:28 +08:00
.envrc update: flake support 2025-02-03 14:24:05 +08:00
.gitignore init astro 2025-02-03 16:55:09 +08:00
astro.config.mjs feat: i18n support 2025-02-06 12:06:52 +08:00
flake.lock update: lock file 2025-02-03 15:57:50 +08:00
flake.nix update: add new package gnumake 2025-02-05 22:45:03 +08:00
LICENSE Initial commit 2025-02-03 05:29:58 +00:00
makefile fix: help nixos easier to develop 2025-02-05 20:26:04 +08:00
package.json update: replace the type of wrangler config file from json to toml 2025-02-05 20:25:10 +08:00
pnpm-lock.yaml init astro 2025-02-03 16:55:09 +08:00
README.md init astro 2025-02-03 16:55:09 +08:00
tsconfig.json init astro 2025-02-03 16:55:09 +08:00
worker-configuration.d.ts init astro 2025-02-03 16:55:09 +08:00
wrangler.toml update: replace the type of wrangler config file from json to toml 2025-02-05 20:25:10 +08:00

AS213729-Website

🧞 Commands

All commands are run from the root of the project, from a terminal:

Command Action
npm install Installs dependencies
npm run dev Starts local dev server at localhost:4321
npm run build Build your production site to ./dist/
npm run preview Preview your build locally, before deploying
npm run astro ... Run CLI commands like astro add, astro check
npm run astro -- --help Get help using the Astro CLI