diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml new file mode 100644 index 0000000..022f09f --- /dev/null +++ b/.github/workflows/build.yml @@ -0,0 +1,36 @@ +name: Build + +on: + push: + branches: + - master + pull_request: + branches: + - master + +permissions: + contents: write + +jobs: + docs: + runs-on: ubuntu-latest + + steps: + - uses: actions/checkout@v4 + with: + fetch-depth: 0 + + - name: Setup pnpm + uses: pnpm/action-setup@v2 + with: + version: 8 + run_install: true + + - name: Setup Node.js + uses: actions/setup-node@v4 + with: + node-version: 18 + cache: pnpm + + - name: Build VitePress site + run: pnpm build diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..aaed333 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,27 @@ +# 1.0.0 (2024-08-15) + + +### Bug Fixes + +* birthday and tags commit bug ([d65a65d](https://github.com/BIYUEHU/moehub/commit/d65a65dd2792d489e149684d2752775a387bed1e)) +* character submit problems ([c745f01](https://github.com/BIYUEHU/moehub/commit/c745f01a41fd5b0a68ebfe7cb4dcc8532a6930b7)) +* some styles ([efb3c94](https://github.com/BIYUEHU/moehub/commit/efb3c94c0caaf7daa467afd107261856166416c1)) + + +### Features + +* auth service, password 404 pages ([35cedff](https://github.com/BIYUEHU/moehub/commit/35cedff71ded2c0682cf3c651161b355665f2ff5)) +* bot module, redux store and settings page ([2abd7f0](https://github.com/BIYUEHU/moehub/commit/2abd7f05aef25268a6650f1e018894a9c49db15c)) +* character page ([99c7339](https://github.com/BIYUEHU/moehub/commit/99c733964918db7b7827ec835b6ada9c45300446)) +* frontend web base on react and vite ([891bf17](https://github.com/BIYUEHU/moehub/commit/891bf17920112c9e5049ba43ec03a46bf63a153c)) +* hash router ([16465d1](https://github.com/BIYUEHU/moehub/commit/16465d1d37936e6faf675187f4414c7a2d335aa6)) +* Ioc, Di, structure and character api ([3144781](https://github.com/BIYUEHU/moehub/commit/314478181ef82b663f50e4d3e2399fd8314fd77d)) +* login,admin,edit,create pages ([fb64472](https://github.com/BIYUEHU/moehub/commit/fb64472026d9bfb664fbd38c6e27c036f340512e)) +* login,admin,edit,create pages ([e52fdba](https://github.com/BIYUEHU/moehub/commit/e52fdba4befc4adb85da27a8148fa2792d97b203)) +* photos and i18n ([bd9d8f1](https://github.com/BIYUEHU/moehub/commit/bd9d8f1e1ef234fdcf390c215c19a8973357c3f3)) +* photos and images ([6ea2083](https://github.com/BIYUEHU/moehub/commit/6ea208388388cfa399f39942281f86408e8c2b25)) +* settings and pages layout change ([ff88eec](https://github.com/BIYUEHU/moehub/commit/ff88eec67e011d7ad879a8c9e4f6ed1ebd4772d5)) +* setup prsima,database and koajs ([82fa140](https://github.com/BIYUEHU/moehub/commit/82fa140206b09213840d21d5d95df57217693410)) + + +