movie-trailer icon indicating copy to clipboard operation
movie-trailer copied to clipboard

:popcorn:Vue3 + TypeScript开发的电影预告片webAPP,可以查看正在热映与即将上映的电影信息和短片

Results 22 movie-trailer issues
Sort by recently updated
recently updated
newest added

Bumps [highlight.js](https://github.com/highlightjs/highlight.js) from 9.18.1 to 9.18.5. Changelog Sourced from highlight.js's changelog. Release v9.18.5 Version 9 has reached end-of-support and will not receive future updates or fixes. Please see VERSION_10_UPGRADE.md and...

dependencies

import OSS from "ali-oss"; import { Movie } from "~/types/movie"; export const ossStore = new OSS({ region: "oss-cn-hangzhou", accessKeyId: process.env.ACCESS_KEY_ID as string, accessKeySecret: process.env.ACCESS_KEY_SECRET as string, bucket: "cq-movie", }); export...