diff --git a/.env b/.env index 15a7229..c0162bb 100644 --- a/.env +++ b/.env @@ -55,7 +55,6 @@ VITE_ENTITY_SYSTEM=entity-view-system VITE_BORHAN_SYSTEM=borhan-system VITE_THIQAT_SYSTEM=thiqat-system VITE_CHAT_SYSTEM=chat-system -VITE_TASK_SYSTEM=task-system VITE_REPORT_SYSTEM=report-system VITE_ADMIN_SYSTEM=admin-panel VITE_TAHRIR_SYSTEM=tahrir-system diff --git a/.env.majles b/.env.majles index edb57ef..39042e7 100644 --- a/.env.majles +++ b/.env.majles @@ -21,6 +21,7 @@ VITE_TAHRIR_PAGE_TITLE = قانون - سامانه ای برای سندنگار VITE_REPORT_PAGE_TITLE = قانون - سامانه گزارش گیری داده VITE_PERMISSION_PAGE_TITLE = قانون - سامانه کنترل وظایف VITE_CHAT_PAGE_TITLE = قانون - سامانه گفتگو +VITE_TASK_PAGE_TITLE = قانون - سامانه وظایف VITE_RESEARCH_PAGE_TITLE = قانون - تحقیقات من VITE_AI_TOOLS_PAGE_TITLE = قانون - حاشیه نویسی diff --git a/GIT_SUBMODULE.md b/GIT_SUBMODULE.md index 5e5326e..d2a0ecd 100644 --- a/GIT_SUBMODULE.md +++ b/GIT_SUBMODULE.md @@ -6,13 +6,14 @@ git clone --single-branch --branch rezae/feat/add-task-module --recurse-submodul Cloning a Repository with Submodules If you clone a repository that contains submodules, you'll need to initialize and update the submodules: -git clone -cd +git clone repository-url +cd repository-directory git submodule init git submodule update Or, you can do it in one step: -git clone --recurse-submodules +git clone --recurse-submodules https://git2.tavasi.ir/front/base_ui.git + Updating Submodules To update a submodule to the latest commit on its branch: diff --git a/components/other/MyCounterListItem.vue b/components/other/MyCounterListItem.vue index 5f8f81b..c2d6f4c 100644 --- a/components/other/MyCounterListItem.vue +++ b/components/other/MyCounterListItem.vue @@ -15,6 +15,7 @@