自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(8)
  • 收藏
  • 关注

原创 profory.js

(function (global, factory) { typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() : typeof define === 'function' && define.amd ? define(factory) : (global = global || self, global.dialogPolyfill =

2021-12-11 16:57:50 124

原创 【无标题】

(function (global, factory) { typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() : typeof define === 'function' && define.amd ? define(factory) : (global = global || self, global.dialogPolyfill =

2021-12-11 16:55:30 355

原创 【无标题】

dialog { position: absolute; left: 0; right: 0; width: -moz-fit-content; width: -webkit-fit-content; width: fit-content; height: -moz-fit-content; height: -webkit-fit-content; height: fit-content; margin: auto; border: solid; padding:

2021-12-11 16:54:49 182

原创 【无标题】

"use strict"; // Predefined keys for LS const CATEGORY_KEY = "currentCategoryIndex"; const ITEM_KEY = "currentItemIndex"; const WAREHOUSE_KEY = "warehouseData"; class ClothingItem { // TODO: Task 1 name = ""; stock = 0; price = 0; getNa

2021-12-11 16:54:14 73

原创 【无标题】

"use strict"; // Global code to retrieve data to be edited let categoryIndex = localStorage.getItem(CATEGORY_KEY); let itemIndex = localStorage.getItem(ITEM_KEY); let per = JSON.parse(localStorage.getItem('per')); // let item = inventory.getItem(categoryIn

2021-12-11 16:53:38 54

原创 【无标题】

"use strict"; /** * edit function * Runs when the edit button of an item is clicked. * Sends the user to the edit page after storing the information necessary * @param {number} category category index in inventory * @param {number} item item index in

2021-12-11 16:52:56 58

原创 【无标题】

<html> <head> <title>We are Groots - Inventory</title> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="moss-verification-code" content="057019abb25c78dddcde5a948b3d53a492aa24ae

2021-12-11 16:51:23 62

原创 【无标题】

主页面

2021-12-11 16:49:38 197

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除