Skip to content

Commit

Permalink
Merge pull request #3 from laorange/dev
Browse files Browse the repository at this point in the history
v1.0.0
  • Loading branch information
laorange authored Feb 7, 2023
2 parents 6318a77 + 752f845 commit 8867423
Show file tree
Hide file tree
Showing 32 changed files with 1,303 additions and 513 deletions.
9 changes: 3 additions & 6 deletions components.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,18 @@ export {}

declare module '@vue/runtime-core' {
export interface GlobalComponents {
CopyrightFooter: typeof import('./src/components/CopyrightFooter.vue')['default']
GrammarlyEditor: typeof import('./src/components/GrammarlyEditor.vue')['default']
NBadge: typeof import('naive-ui')['NBadge']
NButton: typeof import('naive-ui')['NButton']
NConfigProvider: typeof import('naive-ui')['NConfigProvider']
NDrawer: typeof import('naive-ui')['NDrawer']
NDrawerContent: typeof import('naive-ui')['NDrawerContent']
NFormItem: typeof import('naive-ui')['NFormItem']
NGi: typeof import('naive-ui')['NGi']
NGrid: typeof import('naive-ui')['NGrid']
NIcon: typeof import('naive-ui')['NIcon']
NInput: typeof import('naive-ui')['NInput']
NMessageProvider: typeof import('naive-ui')['NMessageProvider']
NNotificationProvider: typeof import('naive-ui')['NNotificationProvider']
NSpace: typeof import('naive-ui')['NSpace']
NSwitch: typeof import('naive-ui')['NSwitch']
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
UpdateLogDisplayUnit: typeof import('./src/components/UpdateLogDisplayUnit.vue')['default']
}
}
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8"/>
<link rel="icon" type="image/svg+xml" href="/favicon.svg"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<title>学术小工具</title>
<title>论文工具</title>
</head>
<body>
<noscript>
Expand Down
12 changes: 8 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"private": false,
"author": "laorange",
"license": "AGPL-3.0",
"version": "0.3.6",
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite --host",
Expand All @@ -13,23 +13,27 @@
},
"dependencies": {
"@grammarly/editor-sdk-vue": "^2.3.0",
"@laorange/copyright-footer": "^0.1.4",
"axios": "^1.3.2",
"intro.js": "^6.0.0",
"markdown-it": "^13.0.1",
"pinia": "^2.0.28",
"vue": "^3.2.37",
"vue-clipboard3": "^2.0.0",
"vue-router": "4",
"vue3-storage": "^0.1.11"
"vue3-storage": "^0.1.11",
"vuedraggable": "^4.1.0"
},
"devDependencies": {
"@vicons/ionicons5": "^0.12.0",
"@vitejs/plugin-vue": "^3.0.2",
"naive-ui": "^2.32.1",
"rollup": "^3.6.0",
"sass": "^1.58.0",
"typescript": "^4.6.4",
"unplugin-auto-import": "^0.11.1",
"unplugin-vue-components": "^0.22.4",
"vite": "^3.0.6",
"vite-plugin-singlefile": "^0.13.2",
"vite-plugin-vue-markdown": "^0.22.2",
"vue-tsc": "^0.39.5"
}
}
Loading

0 comments on commit 8867423

Please sign in to comment.