frontend
frontend copied to clipboard
Cloudreve V3 的前端
player url missing domain. example: - potplayer - current result: potplayer:///api/v3/file/download/xxx - expected:potplayer://https://a.b.c/api/v3/file/download/xxx there is missing [protocol]//[domain]
Update index.ts https://forum.cloudreve.org/d/2827/5
1. Remove 2 unused deps ```json { "semver": "6.3.0", "styled-components": "^5.3.6" } ``` 2. pick out development`devDependencies` from `dependencies`
While installing JS Snippet for Cloudflare Web Analytics, it seems that in index.html `{siteScript}` is placed outside HTML ``, which causes `{siteScript}` containing only `` not rendered by Edge. Is...
Currently opening Cloudreve in Google Chrome triggers the builtin Google Translate service offering to translate the page from Chinese (Simplified). Removing the lang attribute fixes the issue: https://github.com/cloudreve/frontend/blob/522a75c750ab78496e160b481a286013df4e0914/public/index.html#L2
Bumps [minimist](https://github.com/minimistjs/minimist) from 1.2.5 to 1.2.8. Changelog Sourced from minimist's changelog. v1.2.8 - 2023-02-09 Merged [Fix] Fix long option followed by single dash [#17](https://github.com/minimistjs/minimist/issues/17) [Tests] Remove duplicate test [#12](https://github.com/minimistjs/minimist/issues/12) [Fix]...
pnpm has a better dependency reuse strategy, we can consider using pnpm instead of yarn.
It seems that here is the frontend repository for the free version. zh-CN: "orderOwner": "购买者" zh-TW: "orderOwner": "購買者" en-US: "orderOwner": "purchaser"
Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2. Release notes Sourced from json5's releases. v1.0.2 Fix: Properties with the name __proto__ are added to objects and arrays. (#199) This also fixes a...
### As title, add an icon button on navbar.   