Code Monkey home page Code Monkey logo

wsh307 / fystart Goto Github PK

View Code? Open in Web Editor NEW

This project forked from deeptrain-community/fystart

0.0 0.0 0.0 38.71 MB

🍏 极目起始页,一个简洁的起始页,实现一言,工具箱,实用卡片,国际化,设置,ChatGPT搜索建议,翻译功能,自定义设置,搜索引擎建议,离线访问等功能 🍏 An intuitive start page implementing quotes, toolbox, utility cards, settings, ChatGPT search suggestions, internationalization, custom settings, search engine suggestions, translation, offline access, etc.

Home Page: https://fystart.com

License: GNU Affero General Public License v3.0

Go 23.14% TypeScript 19.42% CSS 4.17% HTML 0.60% Vue 52.68%

fystart's Introduction

fystart

GitHub stars GitHub forks GitHub issues GitHub license

A simple and intuitive browser start page

一个简洁的起始页

Features | 功能

  • 🍏 一言
    • 🍏 Quotes
  • 🎈 天气
    • 🎈 Weather
  • 🍊 日历
    • 🍊 Calendar
  • 🍋 自定义设置 (账号自动同步)
    • 🍋 Customizable Settings (Account Auto Sync)
  • 🍎 ChatGPT 搜索建议
    • 🍎 ChatGPT Search Suggestions
  • 🍉 翻译 / Github 搜索
    • 🍉 Translation / GitHub Search
  • 🍇 工具箱
    • 🍇 Tool Box
  • 🍐 搜索引擎建议
    • 🍐 Search Engine Suggestions
  • 🍑 账号管理
    • 🍑 Account Management
  • 🎃 PWA 应用
    • 🎃 PWA Application
  • ✨ 离线访问 (Service Worker)
    • ✨ Offline Requests (Service Worker)
  • ⚡ 搜索引擎优化
    • ⚡ SEO (Search Engine Optimization)
  • ❤ 国际化支持
    • ❤ i18n (Internationalization) Support
      • ✔ 🇨🇳 简体中文 (Simplified Chinese)
      • ✔ 🇨🇳 🇹🇼 繁體中文 (Traditional Chinese)
      • ✔ 🇺🇸 English (United States)
      • ✔ 🇷🇺 Русский (Russian)
      • ✔ 🇫🇷 Français (French)
      • ✔ 🇯🇵 日本語 (Japanese)

ScreenShot | 快照

main

search

customize

settings

engine

i18n

Get Started | 开始

npm (yarn, pnpm)

npm install
npm run dev

cd backend
go run .

Configuration | 配置

/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

Build | 构建

npm run build
cd backend && go build .

License | 开源协议

MIT

Security Policy | 安全政策

Security Policy

Privacy Policy | 隐私政策

Privacy Policy

fystart's People

Contributors

zmh-program avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.