Skip to content

Commit

Permalink
feat: 安装并配置第三方插件; 删除无用文件;
Browse files Browse the repository at this point in the history
  • Loading branch information
fengzi committed Dec 28, 2022
1 parent eb11805 commit ec8b6b1
Show file tree
Hide file tree
Showing 17 changed files with 872 additions and 287 deletions.
12 changes: 1 addition & 11 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,7 @@
],
// 符合拼写的自定义单词
"cSpell.words": [
"vant", //UI组件
"Pinia", //Vue全局存储
"payway", //支付方式
// 支付渠道名称
"Koudian",
"airwallex",
"Xsolla",
"pagsmile",
// 支付渠道名称
"Türkiye", //地区
"unplugin", //vant插件
"fullpage", // 页面切换插件
],
"liveServer.settings.port": 5500,
}
7 changes: 6 additions & 1 deletion env.d.ts
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@
/// <reference types="vite/client" />
// / <reference types="vite/client" />
declare module '*.js' {
// eslint-disable-next-line
const types: any
export default types
}
Loading

0 comments on commit ec8b6b1

Please sign in to comment.