Skip to content

Commit

Permalink
9.21 完善文档配置
Browse files Browse the repository at this point in the history
  • Loading branch information
zqlit committed Sep 21, 2024
1 parent 92a1ac2 commit 798a671
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,20 @@

Vip免费视频解析

是本人学完Vue3的一个练手小demo

使用Vue3和Lew UI构建

不定时更新线路,接口内置广告请勿轻信

在线地址:https://qunlin.deno.dev

备用地址:

cloudflare线路 : https://for-free-vip-video.pages.dev

netlify线路 : https://qunlin.netlify.app

![d2876adaf900b5234c0ad2fd31e6748f.png](https://ice.frostsky.com/2024/09/15/d2876adaf900b5234c0ad2fd31e6748f.png)

如果您感觉本项目还不错,欢迎star,谢谢
2 changes: 1 addition & 1 deletion src/App.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<script setup>
import { ref, onMounted } from 'vue';
import { LewMessage } from 'lew-ui'; // 假设这是用于显示消息的库
import { LewMessage } from 'lew-ui';
//生命周期钩子
onMounted(() => {
Expand Down

0 comments on commit 798a671

Please sign in to comment.