mirror of
				https://github.com/NotoChen/Jetbrains-Help.git
				synced 2025-10-31 17:08:30 +08:00 
			
		
		
		
	
						commit
						b0d4b6d8af
					
				|  | @ -7,6 +7,6 @@ FROM ibm-semeru-runtimes:open-21-jre | |||
| WORKDIR /app | ||||
| COPY --from=build /app/target/Jetbrains-Help.jar Jetbrains-Help.jar | ||||
| ENV TZ=Asia/Shanghai | ||||
| RUN ln -sf /usr/share/zoneinfo/{TZ} /etc/localtime && echo "{TZ}" > /etc/timezone | ||||
| RUN ln -sf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone | ||||
| EXPOSE 10768 | ||||
| ENTRYPOINT ["java", "-jar", "Jetbrains-Help.jar"] | ||||
|  | @ -37,8 +37,8 @@ $(document).ready(function() { | |||
|         "--add-opens=java.base/jdk.internal.org.objectweb.asm=ALL-UNNAMED\n" + | ||||
|         "--add-opens=java.base/jdk.internal.org.objectweb.asm.tree=ALL-UNNAMED"; | ||||
|         copyText(text) | ||||
|             .then((result) => { | ||||
|                 alert(result); | ||||
|             .then(() => { | ||||
|                 alert("VM options已复制成功"); | ||||
|             }); | ||||
|     }; | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 NotoChen
						NotoChen