- 博客(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
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人