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 * @Author: ShawnPhang
* @Date: 2022-02-12 11:08:57 * @Date: 2022-02-12 11:08:57
* @Description: * @Description:
* @LastEditors: ShawnPhang * @LastEditors: ShawnPhang <https://m.palxp.cn>
* @LastEditTime: 2022-02-12 11:09:41 * @LastEditTime: 2023-09-19 17:35:44
*/ */
export default [ export default [
{ {

View File

@ -26,7 +26,7 @@
<script lang="ts"> <script lang="ts">
// //
const NAME = 'widget-panel' 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 { reactive, toRefs, onMounted, watch, nextTick, getCurrentInstance, ComponentInternalInstance } from 'vue'
import { mapActions } from 'vuex' import { mapActions } from 'vuex'
import { useRoute } from 'vue-router' import { useRoute } from 'vue-router'

View File

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

View File

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

View File

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

View File

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