aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/site
Commit message (Collapse)AuthorAgeFilesLines
* refactor(site): move site to HydroRoll-site repoHsiangNianian2024-09-0742-17720/+0
|
* Merge pull request #101 from NtskwK/fix_siteNtskwK2024-09-033-15/+21
|\ | | | | feat: adjust UI components for better portrait view
| * feat: adjust UI components for better portrait viewNtkskwk2024-09-033-15/+21
| |
* | Merge pull request #100 from NtskwK/fix_siteNtskwK2024-09-034-6/+30
|\| | | | | Fix site
| * feat: force play bg videoNtkskwk2024-09-031-2/+22
| |
| * refactor: Optimize the cache of changelogNtkskwk2024-09-031-3/+7
| |
| * feat: update favicon path in index.htmlNtkskwk2024-09-032-1/+1
| |
* | chore(deps): bump axios (#99)dependabot[bot]2024-09-033-16/+16
|/ | | | | | | | | | | | | | | | | | | Bumps the npm_and_yarn group with 1 update in the /site directory: [axios](https://github.com/axios/axios). Updates `axios` from 1.6.2 to 1.7.4 - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](https://github.com/axios/axios/compare/v1.6.2...v1.7.4) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* feat: add video background to index pageNtkskwk2024-09-032-0/+13
|
* chore: solve the anomalies of appearanceNtkskwk2024-09-033-5/+5
|
* refactor: Optimize the structure of the codeNtkskwk2024-09-0312-520/+230
|
* feat: add router-guards for siteNtkskwk2024-09-034-55/+75
|
* chore(deps): bump the npm_and_yarn group across 1 directory with 2 updates (#96)dependabot[bot]2024-04-193-21/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps the npm_and_yarn group with 2 updates in the /site directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) and [follow-redirects](https://github.com/follow-redirects/follow-redirects). Updates `vite` from 4.5.2 to 4.5.3 - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/v4.5.3/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v4.5.3/packages/vite) Updates `follow-redirects` from 1.15.5 to 1.15.6 - [Release notes](https://github.com/follow-redirects/follow-redirects/releases) - [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.15.5...v1.15.6) --- updated-dependencies: - dependency-name: vite dependency-type: direct:development dependency-group: npm_and_yarn-security-group - dependency-name: follow-redirects dependency-type: indirect dependency-group: npm_and_yarn-security-group ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: HsiangNianian <i@jyunko.cn>
* chore(deps): bump follow-redirects from 1.15.3 to 1.15.5 in /site (#94)dependabot[bot]2024-03-022-73/+7011
| | | | | | | | | | | | | | Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.3 to 1.15.5. - [Release notes](https://github.com/follow-redirects/follow-redirects/releases) - [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.15.3...v1.15.5) --- updated-dependencies: - dependency-name: follow-redirects dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* refactor(site): rewrite with vuejs (#93)简律纯2024-03-0213-45/+3199
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * chore: update package version * Refactor site (#87) * 补全changelog文件 * 补全changelog文件 * 补全changelog文件 * 完成基本的markdown渲染 * 提交新的css (#88) * 补全changelog文件 * 补全changelog文件 * 补全changelog文件 * 完成基本的markdown渲染 * 添加新的css * Refactor site (#92) * 补全changelog文件 * 补全changelog文件 * 补全changelog文件 * 完成基本的markdown渲染 * 添加新的css * 修复倒计时居中 * 初步完成右侧窗口切换 * 优化进度条 * 导入element-plus * 导入element-plus * 导入element-plus * 加入选中提示和禁用提示 * 修改背景颜色 --------- Co-authored-by: 白咕咕 <67865300+baimianxiao@users.noreply.github.com>
* chore(deps-dev): bump vite from 4.5.1 to 4.5.2 in /site (#89)dependabot[bot]2024-01-203-12/+12
| | | | | | | | | | | | | | | Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 4.5.1 to 4.5.2. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/v4.5.2/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v4.5.2/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* chore(deps-dev): bump vite from 4.5.0 to 4.5.1 in /site (#86)dependabot[bot]2023-12-063-12/+12
| | | | | | | | | | | | | | | Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 4.5.0 to 4.5.1. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/v4.5.1/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v4.5.1/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* 更新Protocol.drawio简律纯2023-11-121-2/+100
|
* feat: add Protocol.drawio简律纯2023-11-121-0/+10
|
* chore(readme): update link & description简律纯2023-11-111-0/+0
|
* chore: change the release date简律纯2023-11-071-1/+1
|
* refactor(components): add `Date` type checking简律纯2023-11-0717-249/+3
|
* fix(components): 约束 ts 检查简律纯2023-11-072-1287/+1377
|
* fix(app): 约束ts检查简律纯2023-11-071-1/+1
|
* fix(app): add `ts` lang cosnt简律纯2023-11-071-1/+1
|
* fix(build): `error TS6504`简律纯2023-11-073-1377/+6434
|
* 倒计时组件 (#72)白咕咕2023-11-07322-5541/+2600
| | | | | | | | | | | | | | | | | * 部署官网框架 * 部署官网框架 * 部署官网框架 * 修改标题 * 初步完成左侧倒计时组件 * favicon --------- Co-authored-by: 白咕咕 <baiguguos@gmail.com>
* fix(site): 修复了错误的主题索引简律纯2023-11-0618-47/+263
| | | | chore(site): 删除了无用主题文件
* chore: sync pyproject.toml简律纯2023-11-052-13/+43
|
* chore: 优化细节简律纯2023-11-032-44/+50
|
* fix: indnex简律纯2023-11-031-2/+1
|
* chore: `hugo` -> `config`简律纯2023-11-031-0/+0
|
* chore: update hugo.toml简律纯2023-11-031-2/+2
|
* chore: rename docs简律纯2023-11-03287-0/+5536
|
* fix: index.html简律纯2023-11-03268-4597/+0
|
* chore: del useless files简律纯2023-11-03268-0/+4597