Skip to content

feat(Censor): 优化当敏感词列表数据过多时,页面渲染长时间等待的问题 #414

feat(Censor): 优化当敏感词列表数据过多时,页面渲染长时间等待的问题

feat(Censor): 优化当敏感词列表数据过多时,页面渲染长时间等待的问题 #414

Workflow file for this run

name: Check
on:
push:
pull_request:
jobs:
type-check:
runs-on: ubuntu-latest
steps:
- name: Code
uses: actions/checkout@v4
- name: Install Node
uses: actions/setup-node@v4
with:
node-version: 20
cache: 'npm'
- name: Install Dependencies
run: npm install
- name: Check
uses: keita-hino/vue-tsc-action@main