fixed:delete some files

This commit is contained in:
lzh
2023-12-08 01:25:51 +08:00
parent 67f8b8e160
commit 42ff64039a
4 changed files with 2 additions and 8506 deletions
@@ -30,7 +30,7 @@ jobs:
# For more information regarding Static Web App workflow configurations, please visit: https://aka.ms/swaworkflowconfig
app_location: "/front" # App source code path
api_location: "api" # Api source code path - optional
output_location: "dist/" # Built app content directory - optional
output_location: "dist/ng_front" # Built app content directory - optional
###### End of Repository/Build Configurations ######
close_pull_request_job:
@@ -1,46 +0,0 @@
name: Azure Static Web Apps CI/CD
on:
push:
branches:
- master
pull_request:
types: [opened, synchronize, reopened, closed]
branches:
- master
jobs:
build_and_deploy_job:
if: github.event_name == 'push' || (github.event_name == 'pull_request' && github.event.action != 'closed')
runs-on: ubuntu-latest
name: Build and Deploy Job
steps:
- uses: actions/checkout@v3
with:
submodules: true
lfs: false
- name: Build And Deploy
id: builddeploy
uses: Azure/static-web-apps-deploy@v1
with:
azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_VICTORIOUS_SMOKE_0BA78340F }}
repo_token: ${{ secrets.GITHUB_TOKEN }} # Used for Github integrations (i.e. PR comments)
action: "upload"
###### Repository/Build Configurations - These values can be configured to match your app requirements. ######
# For more information regarding Static Web App workflow configurations, please visit: https://aka.ms/swaworkflowconfig
app_location: "/" # App source code path
api_location: "api" # Api source code path - optional
output_location: "/front/dist" # Built app content directory - optional
###### End of Repository/Build Configurations ######
close_pull_request_job:
if: github.event_name == 'pull_request' && github.event.action == 'closed'
runs-on: ubuntu-latest
name: Close Pull Request Job
steps:
- name: Close Pull Request
id: closepullrequest
uses: Azure/static-web-apps-deploy@v1
with:
azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_VICTORIOUS_SMOKE_0BA78340F }}
action: "close"
-8453
View File
File diff suppressed because it is too large Load Diff
@@ -10,8 +10,6 @@ $baseColor: #d98410;
height: 100%;
background: url("https://g8r2p8u00eb9tghqgkbq1lfbogl7f84o4k8ltm2h5q4jnv8i7aufukm3.saxyit.com:20992/steam/clusters/sale_autumn2019_assets/54b5034d397baccb93181cc6/home_header_bg_day_english.gif?BSLuBan=eyJob3N0IjoibWVkaWEuc3QuZGwuZWNjZG54LmNvbSIsImRuc19ob3N0IjoienRnZGwudi50cnBjZG4ubmV0IiwidHMiOjE3MDEwOTUzMTgsImJzcmVxaWQiOiIwZTQxODZiMjAyOTUyMmQ3MzdhYWRkZTdjZmQzNDhjYiIsImNhY2hlX2tleSI6Ilwvc3RlYW1cL2NsdXN0ZXJzXC9zYWxlX2F1dHVtbjIwMTlfYXNzZXRzXC81NGI1MDM0ZDM5N2JhY2NiOTMxODFjYzZcL2hvbWVfaGVhZGVyX2JnX2RheV9lbmdsaXNoLmdpZiIsImhvc3QzMDIiOiJmb2czMDItc3QuYnM1OGkuYmFpc2hhbmNkbnguY29tIiwia2V5IjoiNDE1MjY1YWVjMzY2ZGE2NjYzYmEyY2IyMTNjNDk1NGUiLCJmb2czMDIiOiJvbiJ9") no-repeat fixed center;
background-size: cover;
/* 可以设置不同的进入和离开动画 */
/* 设置持续时间和动画函数 */
.login-form,
.slide-fade-enter-active {
transition: all 0.3s ease;
@@ -21,7 +19,7 @@ $baseColor: #d98410;
transition: all 0.5s cubic-bezier(1, 0.5, 0.8, 1);
}
.slide-fade-enter, .slide-fade-leave-to
/* .slide-fade-leave-active for below version 2.1.8 */ {
{
transform: translateX(10px);
opacity: 0;
}
@@ -57,7 +55,6 @@ $baseColor: #d98410;
left: calc(50% - 180px);
z-index: 9;
background-color: rgba(251, 252, 241, 0.8);
/* opacity: 0.9; */
border-radius: 10px;
padding: 10px;
box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
@@ -85,7 +82,6 @@ $baseColor: #d98410;
.ruleForm {
position: absolute;
width: calc(100% - 60px);
/* padding-top: 20px; */
}
.con-title {
text-align: left;
@@ -93,7 +89,6 @@ $baseColor: #d98410;
.img-logo {
position: relative;
z-index: 9999;
/* top: 100px; */
left: calc(50% - 90px);
}