Skip to content

Commit

Permalink
Merge pull request #40 from karlsbeard/feat-example
Browse files Browse the repository at this point in the history
feat: add the teamplate and i18n
  • Loading branch information
karlsbeard authored Apr 1, 2024
2 parents f715caf + b97b429 commit 84c76da
Show file tree
Hide file tree
Showing 14 changed files with 24,486 additions and 27 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"id":"univer","name":"Univer Doc and Sheet","version":"0.0.9","minAppVersion":"1.5.11","description":"Create doc and sheet base on Univer.","author":"Karl GJSSS","authorUrl":"https://github.com/karlsbeard","fundingUrl":"https://opencollective.com/univer","isDesktopOnly":false}
{"id":"univer","name":"Univer Doc and Sheet","version":"0.0.10","minAppVersion":"1.5.11","description":"Create doc and sheet base on Univer.","author":"Karl GJSSS","authorUrl":"https://github.com/karlsbeard","fundingUrl":"https://opencollective.com/univer","isDesktopOnly":false}
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "univer",
"type": "module",
"version": "0.0.9",
"version": "0.0.10",
"description": "Create doc and sheet base on Univer.",
"main": "dist/main.js",
"author": "Karl GJSSS",
Expand Down Expand Up @@ -35,6 +35,7 @@
"@antfu/eslint-config": "^2.8.3",
"@release-it/conventional-changelog": "^8.0.1",
"@types/node": "^20.11.28",
"@univerjs/vite-plugin": "^0.3.2",
"builtin-modules": "^3.3.0",
"dotenv": "^16.4.5",
"eslint": "^8.57.0",
Expand Down
8 changes: 8 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

608 changes: 608 additions & 0 deletions src/data/default-document-data-cn.ts

Large diffs are not rendered by default.

Loading

0 comments on commit 84c76da

Please sign in to comment.