🍏 AI-powered beautiful and lightweight start page, support for cloud sync, support for PWA offline access, and more quote/toolbox/card/search-association/translation components support. 🍏 AI 赋能的美观轻量起始页,支持云端同步,支持 PWA 离线访问,更有一言/工具箱/卡片/搜索联想/翻译等组件支持。
[!note]
此项目已停止开发,新起始页:冰糖桌面 (bingtang.com)!
[!warning]
由于和风天气插件产品于2024年5月1日不再提供服务, Fystart 已关闭天气组件!
npm (yarn, pnpm)
npm install
npm run dev
cd backend
go run .
/src/assets/script/config.ts
export const deploy = true;
export let endpoint = "https://api.fystart.com";
export let openai_endpoint = "wss://api.chatnio.net";
export const qweather = "...";
if (!deploy) endpoint = "http://localhost:8001";
/backend/config.yaml
debug: true
github:
endpoint: https://api.github.com
token: "ghp_..."
redis:
host: "localhost"
port: 6379
password: ""
db: 0
npm run build
cd backend && go build .