code: upper and lower case

This commit is contained in:
ShawnPhang 2023-09-19 17:41:32 +08:00
parent d3f9b195bd
commit bb36bd150d
6 changed files with 10 additions and 10 deletions

View File

@ -2,8 +2,8 @@
* @Author: ShawnPhang
* @Date: 2022-02-12 11:08:57
* @Description:
* @LastEditors: ShawnPhang
* @LastEditTime: 2022-02-12 11:09:41
* @LastEditors: ShawnPhang <https://m.palxp.cn>
* @LastEditTime: 2023-09-19 17:35:44
*/
export default [
{

View File

@ -26,7 +26,7 @@
<script lang="ts">
//
const NAME = 'widget-panel'
import widgetClassifyListData from '@/assets/data/widgetClassifyList'
import widgetClassifyListData from '@/assets/data/WidgetClassifyList.ts'
import { reactive, toRefs, onMounted, watch, nextTick, getCurrentInstance, ComponentInternalInstance } from 'vue'
import { mapActions } from 'vuex'
import { useRoute } from 'vue-router'

View File

@ -2,8 +2,8 @@
* @Author: ShawnPhang
* @Date: 2022-03-09 16:29:54
* @Description: ctrl建相关的操作
* @LastEditors: ShawnPhang
* @LastEditTime: 2022-03-25 16:12:27
* @LastEditors: ShawnPhang <https://m.palxp.cn>
* @LastEditTime: 2023-09-19 17:27:04
*/
import store from '@/store'

View File

@ -3,7 +3,7 @@
* @Date: 2021-08-01 14:12:08
* @Description: mixin形式放入views/index.vue中
* @LastEditors: ShawnPhang <https://m.palxp.cn>
* @LastEditTime: 2023-09-11 23:37:26
* @LastEditTime: 2023-09-19 17:29:06
*/
import store from '@/store'
const _this: any = {}

View File

@ -2,8 +2,8 @@
* @Author: ShawnPhang
* @Date: 2021-08-19 18:43:22
* @Description:
* @LastEditors: ShawnPhang <site: book.palxp.com>
* @LastEditTime: 2023-07-25 17:00:52
* @LastEditors: ShawnPhang <https://m.palxp.cn>
* @LastEditTime: 2023-09-19 17:32:04
*/
export default [
// {

View File

@ -2,8 +2,8 @@
* @Author: ShawnPhang
* @Date: 2022-03-06 13:53:30
* @Description:
* @LastEditors: ShawnPhang <site: book.palxp.com>
* @LastEditTime: 2023-07-17 14:24:39
* @LastEditors: ShawnPhang <https://m.palxp.cn>
* @LastEditTime: 2023-09-19 17:32:40
*/
export default class PointImg {
private canvas: any