Skip to content

Commit

Permalink
feat: 增加一个在线播放器
Browse files Browse the repository at this point in the history
  • Loading branch information
dxhuii committed May 29, 2024
1 parent 3403498 commit 0e652b4
Show file tree
Hide file tree
Showing 4 changed files with 2,225 additions and 2,387 deletions.
4 changes: 2 additions & 2 deletions layouts/default.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ import { appName } from '~/constants'
</script>

<template>
<main class="px10 py20">
<main>
<slot />
<Footer />
<div class="mx-auto mt5 text-center text-sm opacity-35">
<div class="mx-auto mt-5 text-center text-sm opacity-35">
{{ appName }} [<a href="https://cms.im">CMS.IM</a>] @ {{ new Date().getFullYear() }}
</div>
</main>
Expand Down
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "module",
"version": "0.0.0",
"private": true,
"packageManager": "pnpm@9.0.6",
"packageManager": "pnpm@9.1.3",
"engines": {
"node": "20.12.2"
},
Expand All @@ -20,24 +20,24 @@
"release": "bumpp"
},
"dependencies": {
"chinese-simple2traditional": "^2.2.1"
"chinese-simple2traditional": "^2.2.2"
},
"devDependencies": {
"@antfu/eslint-config": "2.16.1",
"@dxhuii/eslint-config": "^2.1.3",
"@iconify-json/carbon": "^1.1.32",
"@antfu/eslint-config": "2.19.1",
"@dxhuii/eslint-config": "^2.2.0",
"@iconify-json/carbon": "^1.1.34",
"@iconify-json/twemoji": "^1.1.15",
"@nuxtjs/color-mode": "^3.4.1",
"@pinia/nuxt": "^0.5.1",
"@unocss/eslint-config": "^0.59.4",
"@unocss/nuxt": "^0.59.4",
"@unocss/eslint-config": "^0.60.3",
"@unocss/nuxt": "^0.60.3",
"@vite-pwa/nuxt": "^0.7.0",
"@vueuse/nuxt": "^10.9.0",
"@vueuse/nuxt": "^10.10.0",
"bumpp": "^9.4.1",
"eslint": "^9.2.0",
"eslint": "^9.3.0",
"nuxt": "^3.11.2",
"pinia": "^2.1.7",
"typescript": "^5.4.5",
"vue-tsc": "^2.0.16"
"vue-tsc": "^2.0.19"
}
}
9 changes: 8 additions & 1 deletion pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -80,11 +80,18 @@ const list = [{
icon: 'https://iconsax.io/logo-vuesax.svg',
desc: 'IconSax 图标展示列表,支持搜索',
target: '_blank'
},
{
title: 'ArtPlayer在线播放器',
href: 'https://player.cms.im/',
icon: 'https://m3u8-player.com/favicon.ico',
desc: 'ArtPlayer在线播放器,支持hls、flv在线弹幕',
target: '_blank'
}]
</script>

<template>
<div>
<div class="px-10 py-20">
<div flex="~ col" items-center>
<h1 text="2xl">
内容清单 <sup text="base" bg-card top--3 border border-base rounded px1 text-3 tracking-0.5 style="">CMS.IM</sup>
Expand Down
Loading

0 comments on commit 0e652b4

Please sign in to comment.