浏览代码

little clean

master
valere 6 天前
父节点
当前提交
d3e008b3ae
共有 4 个文件被更改,包括 0 次插入12 次删除
  1. +0
    -4
      e2e/tsconfig.json
  2. +0
    -8
      e2e/vue.spec.ts
  3. 二进制
      public/favicon.ico
  4. +0
    -0
      vip.sh

+ 0
- 4
e2e/tsconfig.json 查看文件

@@ -1,4 +0,0 @@
{
"extends": "@tsconfig/node22/tsconfig.json",
"include": ["./**/*"]
}

+ 0
- 8
e2e/vue.spec.ts 查看文件

@@ -1,8 +0,0 @@
import { test, expect } from '@playwright/test';

// See here how to get started:
// https://playwright.dev/docs/intro
test('visits the app root url', async ({ page }) => {
await page.goto('/');
await expect(page.locator('div.greetings > h1')).toHaveText('You did it!');
})

二进制
public/favicon.ico 查看文件

之前 之后

back/vip.sh → vip.sh 查看文件


正在加载...
取消
保存