Git Product home page Git Product logo

enc's Introduction

👋 Hey there!

Welcome to my GitHub page! 🎉🎉🎉

I'm Cphayim(/k'feɪiː/), a frontend dever.

  • 🛠 Langs: TypeScript(main) & Python & Rust(learning)
  • 💼 Stacks: Vue(main) & React
  • 💻 OS: macOS(productivity) + Windows(entertainment)
  • 🎨 Hobbies: traveling, photography, and games

lionad-art 474911589 cphayim Cphayim

enc's People

Contributors

cphayim avatar fe-avery avatar renovate[bot] avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

enc's Issues

Dependency Dashboard

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

Rate-Limited

These updates are currently rate-limited. Click on a checkbox below to force their creation now.

  • chore(deps): update actions/upload-pages-artifact action to v3
  • chore(deps): update dependency @vitejs/plugin-vue to v5
  • chore(deps): update vitest monorepo to v1 (major) (@vitest/coverage-v8, vitest)
  • 🔐 Create all rate-limited PRs at once 🔐

Open

These updates have all been created already. Click a checkbox below to force a retry/rebase of any.

Detected dependencies

github-actions
.github/workflows/ci.yml
  • actions/checkout v4
  • pnpm/action-setup v2
  • actions/setup-node v3
  • actions/cache v3
  • actions/checkout v4
  • pnpm/action-setup v2
  • actions/setup-node v3
  • actions/cache v3
  • actions/checkout v4
  • pnpm/action-setup v2
  • actions/setup-node v3
  • actions/cache v3
  • codecov/codecov-action v3
.github/workflows/docs.yml
  • actions/checkout v4
  • pnpm/action-setup v2
  • actions/setup-node v3
  • actions/configure-pages v3
  • actions/upload-pages-artifact v2
  • actions/deploy-pages v2
.github/workflows/release.yml
  • actions/checkout v4
  • pnpm/action-setup v2
  • actions/setup-node v3
  • actions/cache v3
npm
package.json
  • element-plus ^2.4.3
  • vant ^4.8.0
  • vue ^3.3.11
  • @changesets/cli ^2.27.1
  • @commitlint/cli ^17.8.1
  • @commitlint/config-conventional ^17.8.1
  • @ombro/eslint-config-typescript ^0.1.4
  • @ombro/eslint-config-vue3-typescript ^0.1.4
  • @ombro/logger ^2.0.1
  • @ombro/tsconfig ^2.0.0
  • @types/node ^18.19.3
  • @vitejs/plugin-react ^4.2.1
  • @vitejs/plugin-vue ^4.5.2
  • @vitejs/plugin-vue-jsx ^3.1.0
  • @vitest/coverage-v8 ^0.34.6
  • @vue/compiler-sfc ^3.3.11
  • @vue/test-utils ^2.4.3
  • commitizen ^4.3.0
  • cz-conventional-changelog ^3.3.0
  • eslint ^8.55.0
  • execa ^8.0.1
  • globby ^13.2.2
  • husky ^8.0.3
  • jsdom ^22.1.0
  • lint-staged ^15.2.0
  • prettier ^2.8.8
  • rimraf ^5.0.5
  • tailwindcss ^3.3.6
  • tsx ^4.6.2
  • turbo ^1.11.1
  • typescript ^5.3.3
  • unplugin-vue-define-options ^1.4.1
  • vite ^4.5.1
  • vitepress 1.0.0-rc.31
  • vitest ^0.34.6
  • vue-tsc ^1.8.25
  • node >=v16.20.2
  • pnpm 8.12.0
packages/base/package.json
  • image-conversion ^2.1.1
packages/extension-form-editor/package.json
packages/extension-vue-form-editor/package.json
  • @ombro/dnd-backend ^0.1.6
  • @ombro/dnd-vue ^0.1.6
  • @vueuse/core ^10.7.0
  • vue ^3.3.11
  • vue-router ^4.2.5
packages/react/package.json
packages/shared/package.json
packages/style/package.json
packages/test-utils/package.json
packages/vue-element-plus/package.json
  • @element-plus/icons-vue ^2.3.1
  • @vueuse/core ^10.7.0
  • dayjs ^1.11.10
  • element-plus ^2.4.3
  • vue ^3.3.11
packages/vue-vant/package.json
  • @vueuse/core ^10.7.0
  • dayjs ^1.11.10
  • vant ^4.8.0
  • vue ^3.3.11
  • vue-router ^4.2.5
packages/vue/package.json
  • @ombro/mitten ^0.1.0
  • @vueuse/core ^10.7.0
  • vue ^3.3.11
playgrounds/vue/package.json
  • @element-plus/icons-vue ^2.3.1
  • @vueuse/core ^10.7.0
  • element-plus ^2.4.3
  • vue ^3.3.11
  • vue-router ^4.2.5

  • Check this box to trigger a request for Renovate to run again on this repository

`EncForm` 组件上传文件 `uploadAccept` 未生效

const { formData, formItems, formRef, resetData } = useForm<any>(
  {},
  [
    {
      type: 'input',
      label: '变更金额',
      name: 'changeAmount',
      col: 24,
      rules: [{ required: true, message: '必填项' }],
    },
    {
      type: 'upload',
      label: '上传文件:',
      name: 'changeData',
      uploadMultiple: false,
      col: 24,
      rules: [{ required: true, message: '必填项' }],
      uploadAccept: '.xlsx',
      uploadTips: '支持扩展名: .xlsx',
    },
  ],
  {
    commonItem: {
      async uploadSend(file: File) {
        const uploadData = await uploadMultipleFileAPI(file, UploadFileType.支出合同)
        return {
          url: uploadData.shortUrl,
          name: uploadData.originalName,
        }
      },
    },
  },
)
<EncForm v-model:data="formData" :items="formItems" ref="formRef" :label-width="200" />

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.