wzl 415f83f29a fix: 编辑模式下,点击某个字符位置,获取文本样式信息并更新到属性面板 hace 1 año
..
locales 847ce146d1 add: 文本编辑属性面板交互 hace 1 año
public 74bc484a3c fix: 选取文本闪动;初次进入编辑模式光标定位不准确;移动后更新整块区域内影响到的编辑区域;新增的文本区域直接进入编辑,无文本则删除; hace 1 año
src 415f83f29a fix: 编辑模式下,点击某个字符位置,获取文本样式信息并更新到属性面板 hace 1 año
.eslintrc c7455ddc51 init hace 2 años
.gitignore c7455ddc51 init hace 2 años
.npmrc c7455ddc51 init hace 2 años
README.md c7455ddc51 init hace 2 años
components.d.ts caa8c963a9 refactor: 统一管理panel和弹窗 hace 1 año
index.html 354ece16eb fix: 点击signatures默认定位到手绘签名tab hace 1 año
jsconfig.json c7455ddc51 init hace 2 años
package.json 8490552ff5 add: 添加多语 hace 1 año
vite.config.js c7455ddc51 init hace 2 años

README.md

webview

This template should help get you started developing with Vue 3 in Vite.

Recommended IDE Setup

VSCode + Volar (and disable Vetur) + TypeScript Vue Plugin (Volar).

Customize configuration

See Vite Configuration Reference.

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build

Run Unit Tests with Vitest

npm run test:unit

Lint with ESLint

npm run lint