暂无描述

cauto b65c42e1b1 1.0 1 年之前
.github 2c80a0a9f9 Able to use workflow dispatch 2 年之前
.idea a64104e7d9 Feat: get invite code from query string 2 年之前
public 385eb44d92 Chore: added robots.txt 2 年之前
src b65c42e1b1 1.0 1 年之前
.env 97ccb2ebe6 Cleanup: ready for opensource 2 年之前
.eslintrc 305c2e466a Chore: sync .prettierrc and .eslintrc 2 年之前
.gitignore b05b46744a Chore: build optimized 2 年之前
.prettierrc 3ea4e1c1af Feat: use vite 2 年之前
CODEOWNERS 6acfd28225 Doc: updated CODEOWNERS 2 年之前
Dockerfile a4685400e7 Fix: download pnpm in builder step 2 年之前
LICENSE 80aaf796c5 Doc: use GNU Affero General Public License v3.0 2 年之前
README.md e7045e2171 Doc: added Deployment & Warning sections 2 年之前
index.html 6ac3573f2a Feat: supplied html <meta> tags 2 年之前
package.json 73723a720e Bumped version to beta-1.4 2 年之前
pnpm-lock.yaml e768d050c8 Deps: dependencies updated 2 年之前
tsconfig.json b05b46744a Chore: build optimized 2 年之前
vite.config.ts b50ac26287 Feat: added Roboto font sources 2 年之前

README.md

Introduction

This is a frontend that is almost fully compatible with the V2Board API, offering more features and customizability than the original v2board-user frontend. We built this project using React + Redux + Material UI, without the antd package but following the style of Ant Design. As a service provider whose customers are mostly from mainland China, we need to make a frontend that conforms to the usage habits of Chinese people as much as possible.

Warning

This project does not allow any copyright notices to be removed, including but not limited to:

  1. The copyright logo and its link on the left side of the Footer.
  2. The <meta name="copyright"> and <meta name="author"> tags in the index.html file.
  3. Other copyright notices hidden on this page.

If we detect that your site directly or indirectly uses our source code but has tampered with or deleted the copyright information, we will take relevant measures.

Development

First of all, you need to pay attention: According to the AGPL-3.0 agreement, as long as you modify our code, no matter whether you publish this code or only use the code to provide services, you need to open source your code. Our open source behavior is to build a better open source ecosystem. If you can not respect and follow the rules of the opensource community, please do not use our code. If you use our code illegally, then we will actively collect evidence and initiate lawsuits against you and your company.

  1. Installation
    • fork this repository, and then clone it to your computer.
    • download pnpm. (https://pnpm.io/installation)
    • run pnpm install in the project directory.
  2. Development process
  3. Deployment process
    • commit code to GitHub via git commit and git push
    • run pnpm run build to build the production version
    • upload files in the dist directory to your server
    • go to http://yourdomain.com for production

Deployment

Vercel

Deploy with Vercel

Static Hosting

  1. Run pnpm run build to build the production version.
  2. Upload files in the dist directory to your server.
  3. Go to http://yourdomain.com for production.

License Scanning

FOSSA Status