diff --git a/README.md b/README.md index abde383..8dccef8 100644 --- a/README.md +++ b/README.md @@ -12,9 +12,9 @@ ## 最新版本 -- 插件·Chrome/Edge:2022.08.17.20.32 [下载](ckc.zip) ([Github下载地址,无需注册](https://github.com/easychen/checkchan-dist/raw/master/ckc.zip)) -- Docker镜像(云端+远程桌面二合一):2022.08.17.19.39 [Docker Hub](https://hub.docker.com/repository/docker/easychen/checkchan) -- 文档:2022.08.17.20.32 +- 插件·Chrome/Edge:2022.08.17.22.37 [下载](ckc.zip) ([Github下载地址,无需注册](https://github.com/easychen/checkchan-dist/raw/master/ckc.zip)) +- Docker镜像(云端+远程桌面二合一):2022.08.17.21.38 [Docker Hub](https://hub.docker.com/repository/docker/easychen/checkchan) +- 文档:2022.08.17.22.37 - 更新日志:[GitHub](https://github.com/easychen/checkchan-dist/commits/main) - 生态:RSSHub浏览器插件整合版([源码](https://github.com/easychen/RSSHub-Radar-with-checkchan) | [下载](https://github.com/easychen/RSSHub-Radar-with-checkchan/releases/download/main/1.7.0.with-checkchan.zip)) diff --git a/build.txt b/build.txt index 459ce8d..df93456 100644 --- a/build.txt +++ b/build.txt @@ -1 +1 @@ -"2022.08.17.20.32" \ No newline at end of file +"2022.08.17.22.37" \ No newline at end of file diff --git a/ckc.zip b/ckc.zip index e2b7cf1..b7bb762 100644 Binary files a/ckc.zip and b/ckc.zip differ diff --git a/docker.txt b/docker.txt index f02284e..1fffa7f 100644 --- a/docker.txt +++ b/docker.txt @@ -1 +1 @@ -"2022.08.17.19.39" \ No newline at end of file +"2022.08.17.21.38" \ No newline at end of file diff --git a/docker/Dockerfile b/docker/Dockerfile index 5ef2754..256be16 100755 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -10,13 +10,13 @@ FROM --platform=$TARGETPLATFORM node:16-alpine3.15 # RUN sed -i 's/dl-cdn.alpinelinux.org/mirrors.aliyun.com/g' /etc/apk/repositories # RUN sed -i 's/dl-4.alpinelinux.org/mirrors.aliyun.com/g' /etc/apk/repositories -# RUN echo "http://dl-cdn.alpinelinux.org/alpine/edge/main" > /etc/apk/repositories \ -# && echo "http://dl-cdn.alpinelinux.org/alpine/edge/community" >> /etc/apk/repositories \ -# && echo "http://dl-cdn.alpinelinux.org/alpine/edge/testing" >> /etc/apk/repositories \ -# && echo "http://dl-cdn.alpinelinux.org/alpine/v3.12/main" >> /etc/apk/repositories +RUN echo "http://dl-cdn.alpinelinux.org/alpine/edge/main" > /etc/apk/repositories \ + && echo "http://dl-cdn.alpinelinux.org/alpine/edge/community" >> /etc/apk/repositories \ + && echo "http://dl-cdn.alpinelinux.org/alpine/edge/testing" >> /etc/apk/repositories \ + && echo "http://dl-cdn.alpinelinux.org/alpine/v3.16/main" >> /etc/apk/repositories -RUN echo "http://dl-cdn.alpinelinux.org/alpine/v3.16/main" > /etc/apk/repositories \ - && echo "http://dl-cdn.alpinelinux.org/alpine/v3.16/community" >> /etc/apk/repositories +# RUN echo "http://dl-cdn.alpinelinux.org/alpine/v3.16/main" > /etc/apk/repositories \ +# && echo "http://dl-cdn.alpinelinux.org/alpine/v3.16/community" >> /etc/apk/repositories RUN apk upgrade -U -a && apk add --no-cache chromium xvfb x11vnc bash tzdata git python3 py3-pip libstdc++ harfbuzz nss freetype ttf-freefont font-noto-emoji php php-phar php-mbstring php-openssl curl diff --git a/docker/Dockerfile.dev b/docker/Dockerfile.dev index 05294ea..3dc28d0 100644 --- a/docker/Dockerfile.dev +++ b/docker/Dockerfile.dev @@ -13,10 +13,12 @@ FROM --platform=$TARGETPLATFORM node:16-alpine3.15 RUN echo "http://dl-cdn.alpinelinux.org/alpine/edge/main" > /etc/apk/repositories \ && echo "http://dl-cdn.alpinelinux.org/alpine/edge/community" >> /etc/apk/repositories \ && echo "http://dl-cdn.alpinelinux.org/alpine/edge/testing" >> /etc/apk/repositories \ - && echo "http://dl-cdn.alpinelinux.org/alpine/v3.12/main" >> /etc/apk/repositories + && echo "http://dl-cdn.alpinelinux.org/alpine/v3.16/main" >> /etc/apk/repositories +# RUN echo "http://dl-cdn.alpinelinux.org/alpine/v3.16/main" > /etc/apk/repositories \ +# && echo "http://dl-cdn.alpinelinux.org/alpine/v3.16/community" >> /etc/apk/repositories -RUN apk upgrade -U -a && apk add --no-cache chromium xvfb x11vnc bash tzdata git python3 libstdc++ harfbuzz nss freetype ttf-freefont font-noto-emoji php +RUN apk upgrade -U -a && apk add --no-cache chromium xvfb x11vnc bash tzdata git python3 py3-pip libstdc++ harfbuzz nss freetype ttf-freefont font-noto-emoji php php-phar php-mbstring php-openssl curl ENV PUPPETEER_SKIP_CHROMIUM_DOWNLOAD true ENV CHROME_BIN=/usr/bin/chromium-browser diff --git a/docker/docker-compose.dev.yml b/docker/docker-compose.dev.yml index 68fdcd1..c467fcb 100644 --- a/docker/docker-compose.dev.yml +++ b/docker/docker-compose.dev.yml @@ -10,7 +10,7 @@ services: environment: - "CKC_PASSWD=123" - "VDEBUG=OFF" - - "VNC=OFF" + - "VNC=ON" #- "WIN_WIDTH=414" #- "WIN_HEIGHT=896" #- "XVFB_WHD=500x896x16" @@ -18,7 +18,7 @@ services: - "ERROR_IMAGE=NORMAL" # NONE,NORMAL,FULL #- "SNAP_URL_BASE=http://..." #- "SNAP_FULL=1" - - TZ=Asia/Chongqing + - "TZ=Asia/Chongqing" # - WEBHOOK_URL=https://4meapp.sinaapp.com/req.php ports: - "5900:5900" diff --git a/docker/src/chrome_extension/_locales/en/messages.json b/docker/src/chrome_extension/_locales/en/messages.json new file mode 100644 index 0000000..0c930c1 --- /dev/null +++ b/docker/src/chrome_extension/_locales/en/messages.json @@ -0,0 +1,9 @@ +{ + "appTitle": { + "message": "Check酱" + }, + "appDesc": { + "message": "监控页面变动,并发送异动到微信。 Build.2022.08.17.22.37", + "description":"亦支持http status、json和rss监测。配合自架云端,关电脑后也能运行。" + } + } \ No newline at end of file diff --git a/docker/src/chrome_extension/background.js b/docker/src/chrome_extension/background.js index 8b97433..af45bab 100755 --- a/docker/src/chrome_extension/background.js +++ b/docker/src/chrome_extension/background.js @@ -432,7 +432,7 @@ chrome.alarms.onAlarm.addListener( async a => // 引入base64 和 aes 库 let cookie_string = Base64.encode(JSON.stringify(cookies)); - console.log("cookie_string", cookie_string); + // console.log("cookie_string", cookie_string); const form = new FormData(); form.append( 'cookies_base64',cookie_string ); form.append( 'direction', settings._settings_cookie_sync_direction ); diff --git a/docker/src/chrome_extension/manifest.json b/docker/src/chrome_extension/manifest.json index 2df7286..cd5e85f 100755 --- a/docker/src/chrome_extension/manifest.json +++ b/docker/src/chrome_extension/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 3, "name": "__MSG_appTitle__", "description": "__MSG_appDesc__", - "default_locale": "zh_CN", + "default_locale": "en", "version": "0.9.8", "icons": { "512": "logo.color.png" diff --git a/index.html b/index.html index f8aede1..9f64d20 100644 --- a/index.html +++ b/index.html @@ -20,9 +20,9 @@

最新版本

diff --git a/readme.html b/readme.html index 893b628..c6f7d12 100644 --- a/readme.html +++ b/readme.html @@ -9,9 +9,9 @@

最新版本